Home | History | Annotate | Download | only in common

Lines Matching refs:U_ASSERT

230     U_ASSERT(m->owner == mutex);
240 U_ASSERT(m->recursionCount == 1); /* Recursion detection works on Windows. */
260 U_ASSERT(FALSE); /* This mutex is not initialized. */
263 U_ASSERT(m->owner == mutex);
267 U_ASSERT(m->recursionCount == 0); /* Detect unlock of an already unlocked mutex */
292 U_ASSERT(U_SUCCESS(status));
369 U_ASSERT(mutex != NULL);
379 U_ASSERT(m->owner == mutex);
564 U_ASSERT(umtx_atomic_inc(&testInt) == 1); /* Sanity Check. Do the functions work at all? */
565 U_ASSERT(testInt == 1);
566 U_ASSERT(umtx_atomic_dec(&testInt) == 0);
567 U_ASSERT(testInt == 0);
593 U_ASSERT(*umtx = (void *)thisMutex);