OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:allocated_on_heap
(Results
1 - 4
of
4
) sorted by null
/bionic/libc/bionic/
pthread_internal.h
43
bool
allocated_on_heap
;
member in struct:pthread_internal_t
pthread_internals.cpp
49
if (thread->
allocated_on_heap
) {
libc_init_common.cpp
124
main_thread->
allocated_on_heap
= false;
pthread_create.cpp
178
thread->
allocated_on_heap
= true;
Completed in 904 milliseconds