OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:pthread_key_self_
(Results
1 - 3
of
3
) sorted by null
/art/runtime/
thread.h
113
void* thread = pthread_getspecific(Thread::
pthread_key_self_
);
654
static pthread_key_t
pthread_key_self_
;
variable
thread.cc
75
pthread_key_t Thread::
pthread_key_self_
;
member in class:art::Thread
305
CHECK_PTHREAD_CALL(pthread_setspecific, (Thread::
pthread_key_self_
, this), "attach self");
[
all
...]
thread_list.cc
551
CHECK_PTHREAD_CALL(pthread_setspecific, (Thread::
pthread_key_self_
, NULL), "detach self");
Completed in 55 milliseconds