Searched refs:pthread_cancel (Results 1 – 6 of 6) sorted by relevance
225 pthread_cancel(self); in thread_top_term()437 zassert_equal(pthread_cancel(NULL), ESRCH, in test_posix_pthread_error_condition()526 ret = pthread_cancel(newthread[N_THR_T/2]); in test_posix_pthread_termination()
138 #define pthread_cancel(...) zap_pthread_cancel(__VA_ARGS__) macro
498 int pthread_cancel(pthread_t pthread);
444 if (pthread_cancel(threads_table[i].thread)) { in posix_core_clean_up()
232 int pthread_cancel(pthread_t pthread) in pthread_cancel() function
135 pthread_cancel(),+