Searched refs:ONCE_NOT_STARTED (Results 1 – 1 of 1) sorted by relevance
7 #define ONCE_NOT_STARTED 0 macro19 atomic_set(&once->state, ONCE_NOT_STARTED); in __once_init()54 if (unlikely(state != ONCE_NOT_STARTED)) in call_once()60 atomic_set(&once->state, ONCE_NOT_STARTED); in call_once()