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

/bionic/libc/bionic/
H A Dpthread_join.cpp54 volatile int* tid_ptr = &thread->tid; local
60 while (*tid_ptr != 0) {
61 __futex_wait(tid_ptr, tid, NULL);

Completed in 496 milliseconds