OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:pthread_key_self_
(Results
1 - 2
of
2
) 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
...]
Completed in 31 milliseconds