Home
last modified time | relevance | path

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

/ThreadX-v6.3.0/ports/linux/gnu/src/
Dtx_thread_schedule.c224 linux_status = pthread_cancel(thread_id); in _tx_thread_delete_port_completion()
252 linux_status = pthread_cancel(thread_id); in _tx_thread_reset_port_completion()
/ThreadX-v6.3.0/utility/rtos_compatibility_layers/posix/
Dpx_pth_cancel.c72 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.h542 INT pthread_cancel(pthread_t thread);
/ThreadX-v6.3.0/ports_smp/linux/gnu/src/
Dtx_thread_schedule.c483 linux_status = pthread_cancel(thread_id); in _tx_thread_delete_port_completion()
507 linux_status = pthread_cancel(thread_id); in _tx_thread_reset_port_completion()