Home
last modified time | relevance | path

Searched refs:tx_semaphore_id (Results 1 – 25 of 40) sorted by relevance

12

/ThreadX-v6.3.0/common/src/
Dtxe_semaphore_prioritize.c87 else if (semaphore_ptr -> tx_semaphore_id != TX_SEMAPHORE_ID) in _txe_semaphore_prioritize()
Dtxe_semaphore_put.c87 else if (semaphore_ptr -> tx_semaphore_id != TX_SEMAPHORE_ID) in _txe_semaphore_put()
Dtxe_semaphore_put_notify.c90 else if (semaphore_ptr -> tx_semaphore_id != TX_SEMAPHORE_ID) in _txe_semaphore_put_notify()
Dtxe_semaphore_ceiling_put.c91 else if (semaphore_ptr -> tx_semaphore_id != TX_SEMAPHORE_ID) in _txe_semaphore_ceiling_put()
Dtxe_semaphore_info_get.c98 else if (semaphore_ptr -> tx_semaphore_id != TX_SEMAPHORE_ID) in _txe_semaphore_info_get()
Dtxe_semaphore_delete.c97 else if (semaphore_ptr -> tx_semaphore_id != TX_SEMAPHORE_ID) in _txe_semaphore_delete()
Dtxe_semaphore_get.c98 else if (semaphore_ptr -> tx_semaphore_id != TX_SEMAPHORE_ID) in _txe_semaphore_get()
Dtx_semaphore_create.c95 semaphore_ptr -> tx_semaphore_id = TX_SEMAPHORE_ID; in _tx_semaphore_create()
Dtx_semaphore_performance_info_get.c102 else if (semaphore_ptr -> tx_semaphore_id != TX_SEMAPHORE_ID) in _tx_semaphore_performance_info_get()
/ThreadX-v6.3.0/common_smp/src/
Dtxe_semaphore_prioritize.c87 else if (semaphore_ptr -> tx_semaphore_id != TX_SEMAPHORE_ID) in _txe_semaphore_prioritize()
Dtxe_semaphore_put.c87 else if (semaphore_ptr -> tx_semaphore_id != TX_SEMAPHORE_ID) in _txe_semaphore_put()
Dtxe_semaphore_put_notify.c90 else if (semaphore_ptr -> tx_semaphore_id != TX_SEMAPHORE_ID) in _txe_semaphore_put_notify()
Dtxe_semaphore_ceiling_put.c91 else if (semaphore_ptr -> tx_semaphore_id != TX_SEMAPHORE_ID) in _txe_semaphore_ceiling_put()
Dtxe_semaphore_info_get.c98 else if (semaphore_ptr -> tx_semaphore_id != TX_SEMAPHORE_ID) in _txe_semaphore_info_get()
Dtxe_semaphore_delete.c97 else if (semaphore_ptr -> tx_semaphore_id != TX_SEMAPHORE_ID) in _txe_semaphore_delete()
Dtxe_semaphore_get.c98 else if (semaphore_ptr -> tx_semaphore_id != TX_SEMAPHORE_ID) in _txe_semaphore_get()
Dtx_semaphore_create.c95 semaphore_ptr -> tx_semaphore_id = TX_SEMAPHORE_ID; in _tx_semaphore_create()
Dtx_semaphore_performance_info_get.c102 else if (semaphore_ptr -> tx_semaphore_id != TX_SEMAPHORE_ID) in _tx_semaphore_performance_info_get()
/ThreadX-v6.3.0/test/tx/regression/
Dthreadx_semaphore_basic_test.c315 semaphore_2.tx_semaphore_id = 0; in thread_0_entry()
340 semaphore_2.tx_semaphore_id = 0; in thread_0_entry()
365 semaphore_2.tx_semaphore_id = 0; in thread_0_entry()
390 semaphore_2.tx_semaphore_id = 0; in thread_0_entry()
/ThreadX-v6.3.0/test/smp/regression/
Dthreadx_semaphore_basic_test.c315 semaphore_2.tx_semaphore_id = 0; in thread_0_entry()
340 semaphore_2.tx_semaphore_id = 0; in thread_0_entry()
365 semaphore_2.tx_semaphore_id = 0; in thread_0_entry()
390 semaphore_2.tx_semaphore_id = 0; in thread_0_entry()
/ThreadX-v6.3.0/utility/rtos_compatibility_layers/posix/
Dpx_sem_getvalue.c82 if ((!TheSem) || (TheSem -> tx_semaphore_id != TX_SEMAPHORE_ID)) in sem_getvalue()
Dpx_sem_wait.c90 if ((!TheSem) || (TheSem -> tx_semaphore_id != TX_SEMAPHORE_ID)) in sem_wait()
Dpx_sem_post.c78 if( !TheSem || TheSem->tx_semaphore_id != TX_SEMAPHORE_ID) in sem_post()
Dpx_sem_close.c93 if ((!TheSem) || (TheSem -> tx_semaphore_id != TX_SEMAPHORE_ID)) in sem_close()
Dpx_sem_trywait.c92 if ((!TheSem) || (TheSem -> tx_semaphore_id != TX_SEMAPHORE_ID)) in sem_trywait()

12