Home
last modified time | relevance | path

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

/Zephyr-latest/tests/posix/common/src/
Dpthread.c527 static void *test_pthread_cleanup_entry(void *arg) in test_pthread_cleanup_entry() function
546 zassert_ok(pthread_create(&th, NULL, test_pthread_cleanup_entry, NULL)); in ZTEST()