OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:threadDestructor
(Results
1 - 3
of
3
) sorted by null
/system/core/libutils/
Looper.cpp
93
int result = pthread_key_create(& gTLSKey,
threadDestructor
);
97
void Looper::
threadDestructor
(void *st) {
100
self->decStrong((void*)
threadDestructor
);
108
looper->incStrong((void*)
threadDestructor
);
114
old->decStrong((void*)
threadDestructor
);
/frameworks/native/libs/binder/
BufferedTextOutput.cpp
99
thread_store_set( &tls, ts,
threadDestructor
);
103
void BufferedTextOutput::
threadDestructor
(void *st)
IPCThreadState.cpp
299
int key_create_value = pthread_key_create(&gTLS,
threadDestructor
);
[
all
...]
Completed in 659 milliseconds