Home
last modified time | relevance | path

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

/Zephyr-latest/tests/posix/common/src/
Dpthread.c531 pthread_cleanup_push(cleanup_handler, &executed[0]); in test_pthread_cleanup_entry()
532 pthread_cleanup_push(cleanup_handler, &executed[1]); in test_pthread_cleanup_entry()
/Zephyr-latest/include/zephyr/posix/
Dpthread.h471 #define pthread_cleanup_push(_rtn, _arg) \ macro
/Zephyr-latest/scripts/native_simulator/common/src/
Dnct.c353 pthread_cleanup_push(nct_cleanup_handler, arg_el); in nct_thread_starter()
/Zephyr-latest/doc/services/portability/posix/option_groups/
Dindex.rst574 pthread_cleanup_push(),yes