Home
last modified time | relevance | path

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

/relibc/pthreads-emb/
H A Dpthread_once.c49 #define PTE_ONCE_DONE 2 macro
121 != PTE_ONCE_DONE) in pthread_once()
131 (void) PTE_ATOMIC_EXCHANGE(&once_control->state,PTE_ONCE_DONE); in pthread_once()