Home
last modified time | relevance | path

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

/Zephyr-latest/tests/posix/common/src/
Dpthread.c221 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()
/Zephyr-latest/tests/posix/headers/src/
Dpthread_h.c88 zassert_not_null(pthread_cancel); in ZTEST()
/Zephyr-latest/arch/posix/include/
Dposix_cheats.h133 #define pthread_cancel(...) zap_pthread_cancel(__VA_ARGS__) macro
/Zephyr-latest/include/zephyr/posix/
Dpthread.h435 int pthread_cancel(pthread_t pthread);
/Zephyr-latest/lib/posix/options/
Dtimer.c337 (void)pthread_cancel(timer->thread); in timer_delete()
Dpthread.c822 int pthread_cancel(pthread_t pthread) in pthread_cancel() function
/Zephyr-latest/scripts/native_simulator/common/src/
Dnct.c574 if (pthread_cancel(tt_el->thread)) { in nct_clean_up()
/Zephyr-latest/doc/services/portability/posix/option_groups/
Dindex.rst572 pthread_cancel(),yes