OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:threadDestructor
(Results
1 - 2
of
2
) sorted by null
/frameworks/base/libs/utils/
BufferedTextOutput.cpp
96
thread_store_set( &tls, ts,
threadDestructor
);
100
void BufferedTextOutput::
threadDestructor
(void *st)
/frameworks/base/libs/binder/
IPCThreadState.cpp
312
if (pthread_key_create(&gTLS,
threadDestructor
) != 0) {
[
all
...]
Completed in 57 milliseconds