Searched refs:pthread_cancel (Results 1 – 8 of 8) sorted by relevance
221 pthread_cancel(self); in thread_top_term()378 ret = pthread_cancel(newthread[0]); in ZTEST()565 zassert_ok(pthread_cancel(pthread_self())); in test_pthread_cancel_fn()
88 zassert_not_null(pthread_cancel); in ZTEST()
133 #define pthread_cancel(...) zap_pthread_cancel(__VA_ARGS__) macro
435 int pthread_cancel(pthread_t pthread);
337 (void)pthread_cancel(timer->thread); in timer_delete()
822 int pthread_cancel(pthread_t pthread) in pthread_cancel() function
574 if (pthread_cancel(tt_el->thread)) { in nct_clean_up()
572 pthread_cancel(),yes