Home
last modified time | relevance | path

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

/ThreadX-v6.3.0/ports/linux/gnu/src/
Dtx_thread_schedule.c212 INT linux_status; in _tx_thread_delete_port_completion() local
224 linux_status = pthread_cancel(thread_id); in _tx_thread_delete_port_completion()
225 if(linux_status != EAGAIN) in _tx_thread_delete_port_completion()
240 INT linux_status; in _tx_thread_reset_port_completion() local
252 linux_status = pthread_cancel(thread_id); in _tx_thread_reset_port_completion()
253 if(linux_status != EAGAIN) in _tx_thread_reset_port_completion()
/ThreadX-v6.3.0/ports_smp/linux/gnu/src/
Dtx_thread_schedule.c475 INT linux_status; in _tx_thread_delete_port_completion() local
483 linux_status = pthread_cancel(thread_id); in _tx_thread_delete_port_completion()
484 if(linux_status != EAGAIN) in _tx_thread_delete_port_completion()
499 INT linux_status; in _tx_thread_reset_port_completion() local
507 linux_status = pthread_cancel(thread_id); in _tx_thread_reset_port_completion()
508 if(linux_status != EAGAIN) in _tx_thread_reset_port_completion()