Home
last modified time | relevance | path

Searched refs:linux_status (Results 1 – 2 of 2) sorted by relevance

/ThreadX-v6.4.1/ports/linux/gnu/src/
Dtx_thread_schedule.c211 INT linux_status; in _tx_thread_delete_port_completion() local
223 linux_status = pthread_cancel(thread_id); in _tx_thread_delete_port_completion()
224 if(linux_status != EAGAIN) in _tx_thread_delete_port_completion()
239 INT linux_status; in _tx_thread_reset_port_completion() local
251 linux_status = pthread_cancel(thread_id); in _tx_thread_reset_port_completion()
252 if(linux_status != EAGAIN) in _tx_thread_reset_port_completion()
/ThreadX-v6.4.1/ports_smp/linux/gnu/src/
Dtx_thread_schedule.c474 INT linux_status; in _tx_thread_delete_port_completion() local
482 linux_status = pthread_cancel(thread_id); in _tx_thread_delete_port_completion()
483 if(linux_status != EAGAIN) in _tx_thread_delete_port_completion()
498 INT linux_status; in _tx_thread_reset_port_completion() local
506 linux_status = pthread_cancel(thread_id); in _tx_thread_reset_port_completion()
507 if(linux_status != EAGAIN) in _tx_thread_reset_port_completion()