Home
last modified time | relevance | path

Searched refs:testcancel_failed (Results 1 – 1 of 1) sorted by relevance

/Zephyr-latest/tests/posix/common/src/
Dpthread.c551 static bool testcancel_failed; variable
570 testcancel_failed = false; in test_pthread_cancel_fn()
575 testcancel_failed = true; in test_pthread_cancel_fn()
587 zassert_false(testcancel_failed); in ZTEST()