OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:THREAD_NOT_JOINED
(Results
1 - 5
of
5
) sorted by null
/bionic/libc/bionic/
pthread_detach.cpp
40
ThreadJoinState old_state =
THREAD_NOT_JOINED
;
41
while (old_state ==
THREAD_NOT_JOINED
&&
45
if (old_state ==
THREAD_NOT_JOINED
) {
pthread_join.cpp
44
ThreadJoinState old_state =
THREAD_NOT_JOINED
;
45
while ((old_state ==
THREAD_NOT_JOINED
|| old_state == THREAD_EXITED_NOT_JOINED) &&
pthread_exit.cpp
94
ThreadJoinState old_state =
THREAD_NOT_JOINED
;
95
while (old_state ==
THREAD_NOT_JOINED
&&
pthread_internal.h
50
THREAD_NOT_JOINED
,
pthread_create.cpp
91
atomic_init(&thread->join_state,
THREAD_NOT_JOINED
);
Completed in 3015 milliseconds