Lines Matching refs:U_ASSERT
246 U_ASSERT(m->owner == mutex);
256 U_ASSERT(m->recursionCount == 1); /* Recursion detection works on Windows. */
276 U_ASSERT(FALSE); /* This mutex is not initialized. */
279 U_ASSERT(m->owner == mutex);
283 U_ASSERT(m->recursionCount == 0); /* Detect unlock of an already unlocked mutex */
308 U_ASSERT(U_SUCCESS(status));
385 U_ASSERT(mutex != NULL);
395 U_ASSERT(m->owner == mutex);
580 U_ASSERT(umtx_atomic_inc(&testInt) == 1); /* Sanity Check. Do the functions work at all? */
581 U_ASSERT(testInt == 1);
582 U_ASSERT(umtx_atomic_dec(&testInt) == 0);
583 U_ASSERT(testInt == 0);
609 U_ASSERT(*umtx = (void *)thisMutex);