Home
last modified time | relevance | path

Searched refs:join_count (Results 1 – 2 of 2) sorted by relevance

/bionic/libc/bionic/
Dpthread_internal.h42 int join_count; member
Dpthread.c228 thread->join_count = 0; in _init_thread()
594 if (thread->join_count > 0) { in pthread_exit()
597 thread->join_count = -1; /* zombie thread */ in pthread_exit()
637 count = thread->join_count; in pthread_join()
639 thread->join_count += 1; in pthread_join()
641 count = --thread->join_count; in pthread_join()
1702 if (thr->join_count < 0 || !thr->tls) in pthread_key_delete()