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/utils/
BufferedTextOutput.h
52
static void
threadDestructor
(void *st);
Looper.h
372
static void
threadDestructor
(void *st);
/frameworks/native/libs/utils/
Looper.cpp
107
int result = pthread_key_create(& gTLSKey,
threadDestructor
);
111
void Looper::
threadDestructor
(void *st) {
114
self->decStrong((void*)
threadDestructor
);
122
looper->incStrong((void*)
threadDestructor
);
128
old->decStrong((void*)
threadDestructor
);
BufferedTextOutput.cpp
96
thread_store_set( &tls, ts,
threadDestructor
);
100
void BufferedTextOutput::
threadDestructor
(void *st)
/frameworks/native/include/binder/
IPCThreadState.h
104
static void
threadDestructor
(void *st);
/frameworks/native/libs/binder/
IPCThreadState.cpp
312
if (pthread_key_create(&gTLS,
threadDestructor
) != 0) {
[
all
...]
Completed in 74 milliseconds