Home
last modified time | relevance | path

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

/Zephyr-Core-3.7.0/tests/posix/common/src/
Dpthread.c503 static bool testcancel_failed; variable
522 testcancel_failed = false; in test_pthread_cancel_fn()
527 testcancel_failed = true; in test_pthread_cancel_fn()
539 zassert_false(testcancel_failed); in ZTEST()