Home
last modified time | relevance | path

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

/Zephyr-latest/tests/posix/common/src/
Dpthread.c211 ret = pthread_setcancelstate(PTHREAD_CANCEL_DISABLE, NULL); in thread_top_term()
364 ret = pthread_setcancelstate(PTHREAD_CANCEL_INVALID, NULL); in ZTEST()
555 zassert_ok(pthread_setcancelstate(PTHREAD_CANCEL_DISABLE, NULL)); in test_pthread_cancel_fn()
568 zassert_ok(pthread_setcancelstate(PTHREAD_CANCEL_ENABLE, NULL)); in test_pthread_cancel_fn()
/Zephyr-latest/tests/posix/headers/src/
Dpthread_h.c150 zassert_not_null(pthread_setcancelstate); in ZTEST()
/Zephyr-latest/arch/posix/include/
Dposix_cheats.h147 #define pthread_setcancelstate(...) zap_pthread_setcancelstate(__VA_ARGS__) macro
/Zephyr-latest/include/zephyr/posix/
Dpthread.h439 int pthread_setcancelstate(int state, int *oldstate);
/Zephyr-latest/lib/posix/options/
Dpthread.c713 int pthread_setcancelstate(int state, int *oldstate) in pthread_setcancelstate() function
/Zephyr-latest/doc/services/portability/posix/option_groups/
Dindex.rst601 pthread_setcancelstate(),yes