OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:threadDestructor
(Results
1 - 6
of
6
) sorted by null
/frameworks/native/include/binder/
BufferedTextOutput.h
52
static void
threadDestructor
(void *st);
IPCThreadState.h
107
static void
threadDestructor
(void *st);
/system/core/libutils/
Looper.cpp
109
int result = pthread_key_create(& gTLSKey,
threadDestructor
);
113
void Looper::
threadDestructor
(void *st) {
116
self->decStrong((void*)
threadDestructor
);
124
looper->incStrong((void*)
threadDestructor
);
130
old->decStrong((void*)
threadDestructor
);
/system/core/include/utils/
Looper.h
383
static void
threadDestructor
(void *st);
/frameworks/native/libs/binder/
BufferedTextOutput.cpp
96
thread_store_set( &tls, ts,
threadDestructor
);
100
void BufferedTextOutput::
threadDestructor
(void *st)
IPCThreadState.cpp
313
if (pthread_key_create(&gTLS,
threadDestructor
) != 0) {
[
all
...]
Completed in 1244 milliseconds