Home
last modified time | relevance | path

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

/ThreadX-v6.4.1/ports/linux/gnu/src/
Dtx_thread_schedule.c223 linux_status = pthread_cancel(thread_id); in _tx_thread_delete_port_completion()
251 linux_status = pthread_cancel(thread_id); in _tx_thread_reset_port_completion()
/ThreadX-v6.4.1/utility/rtos_compatibility_layers/posix/
Dpx_pth_cancel.c71 INT pthread_cancel(pthread_t thread) in pthread_cancel() function
Dreadme_threadx_posix.txt165 INT pthread_cancel(pthread_t thread);
329 When the pthread_cancel( ) function is called the target thread is canceled
334 with respect to the ailing thread returning from pthread_cancel( ).
Dtx_posix.h541 INT pthread_cancel(pthread_t thread);
/ThreadX-v6.4.1/ports_smp/linux/gnu/src/
Dtx_thread_schedule.c482 linux_status = pthread_cancel(thread_id); in _tx_thread_delete_port_completion()
506 linux_status = pthread_cancel(thread_id); in _tx_thread_reset_port_completion()