OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:thread_joined
(Results
1 - 4
of
4
) sorted by null
/bionic/libc/bionic/
pthread_join.cpp
46
!atomic_compare_exchange_weak(&thread->join_state, &old_state,
THREAD_JOINED
)) {
49
if (old_state == THREAD_DETACHED || old_state ==
THREAD_JOINED
) {
56
// We set thread->join_state to
THREAD_JOINED
with atomic operation,
pthread_internal.h
52
THREAD_JOINED
,
/external/libmicrohttpd/src/microhttpd/
internal.h
750
int
thread_joined
;
member in struct:MHD_Connection
[
all
...]
daemon.c
[
all
...]
Completed in 221 milliseconds