Home
last modified time | relevance | path

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

/Zephyr-Core-3.7.0/tests/posix/common/src/
Dpthread.c472 static void cleanup_handler(void *arg) in cleanup_handler() function
483 pthread_cleanup_push(cleanup_handler, &executed[0]); in test_pthread_cleanup_entry()
484 pthread_cleanup_push(cleanup_handler, &executed[1]); in test_pthread_cleanup_entry()