Home
last modified time | relevance | path

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

/bionic/libc/bionic/
Dpthread_join.cpp58 volatile int* tid_ptr = &thread->tid; in pthread_join() local
64 while (*tid_ptr != 0) { in pthread_join()
65 __futex_wait(tid_ptr, tid, nullptr); in pthread_join()