Searched refs:ocptr (Results 1 – 1 of 1) sorted by relevance
1902 volatile pthread_once_t* ocptr = once_control; in pthread_once() local1904 pthread_once_t tmp = *ocptr; in pthread_once()1908 if (*ocptr == PTHREAD_ONCE_INIT) { in pthread_once()1911 *ocptr = ~PTHREAD_ONCE_INIT; in pthread_once()