Home
last modified time | relevance | path

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

/Zephyr-Core-3.7.0/tests/posix/common/src/
Dpthread.c505 static void *test_pthread_cancel_fn(void *arg) in test_pthread_cancel_fn() function
536 zassert_ok(pthread_create(&th, NULL, test_pthread_cancel_fn, NULL)); in ZTEST()