Searched refs:once_state (Results 1 – 1 of 1) 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()