Home | History | Annotate | Download | only in common

Lines Matching refs:fState

57 // This function is called when a test of a UInitOnce::fState reveals that
74 &uio.fState, // Destination
91 previousState = umtx_loadAcquire(uio.fState);
101 umtx_storeRelease(uio.fState, 2);
256 // This function is called when a test of a UInitOnce::fState reveals that
267 int32_t state = uio.fState;
269 umtx_storeRelease(uio.fState, 1);
273 while (uio.fState == 1) {
279 U_ASSERT(uio.fState == 2);
289 // Some threads may be racing to test the fState variable outside of the mutex,
295 umtx_storeRelease(uio.fState, 2);