Searched refs:pthread_setcancelstate (Results 1 – 6 of 6) sorted by relevance
211 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()
150 zassert_not_null(pthread_setcancelstate); in ZTEST()
147 #define pthread_setcancelstate(...) zap_pthread_setcancelstate(__VA_ARGS__) macro
439 int pthread_setcancelstate(int state, int *oldstate);
713 int pthread_setcancelstate(int state, int *oldstate) in pthread_setcancelstate() function
601 pthread_setcancelstate(),yes