Home
last modified time | relevance | path

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

/Zephyr-Core-2.7.6/tests/posix/common/src/
Dpthread.c225 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()
/Zephyr-Core-2.7.6/arch/posix/include/
Dposix_cheats.h138 #define pthread_cancel(...) zap_pthread_cancel(__VA_ARGS__) macro
/Zephyr-Core-2.7.6/include/posix/
Dpthread.h498 int pthread_cancel(pthread_t pthread);
/Zephyr-Core-2.7.6/arch/posix/core/
Dposix_core.c444 if (pthread_cancel(threads_table[i].thread)) { in posix_core_clean_up()
/Zephyr-Core-2.7.6/lib/posix/
Dpthread.c232 int pthread_cancel(pthread_t pthread) in pthread_cancel() function
/Zephyr-Core-2.7.6/doc/guides/portability/
Dposix.rst135 pthread_cancel(),+