Searched refs:once_state (Results 1 – 2 of 2) sorted by relevance
50 static LONG once_state; variable55 if (InterlockedCompareExchange(&once_state, 1, 0) == 0) { in once()60 InterlockedIncrement(&once_state); in once()71 while (InterlockedCompareExchange(&once_state, 2, 2) != 2) { in once()
299 let once_state = if state & POISON_BIT != 0 { in call_once_slow() localVariable304 f(once_state); in call_once_slow()