OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:internal_flags
(Results
1 - 2
of
2
) sorted by null
/bionic/libc/bionic/
pthread_internal.h
46
int
internal_flags
;
member in struct:pthread_internal_t
pthread_create.cpp
101
if ((thread->
internal_flags
& kPthreadInitFailed) != 0) {
241
thread->
internal_flags
|= kPthreadInitFailed;
Completed in 29 milliseconds