Home
last modified time | relevance | path

Searched refs:TX_SEMAPHORE_ID (Results 1 – 25 of 32) sorted by relevance

12

/ThreadX-v6.4.1/common_smp/src/
Dtxe_semaphore_put.c86 else if (semaphore_ptr -> tx_semaphore_id != TX_SEMAPHORE_ID) in _txe_semaphore_put()
Dtxe_semaphore_prioritize.c86 else if (semaphore_ptr -> tx_semaphore_id != TX_SEMAPHORE_ID) in _txe_semaphore_prioritize()
Dtxe_semaphore_put_notify.c89 else if (semaphore_ptr -> tx_semaphore_id != TX_SEMAPHORE_ID) in _txe_semaphore_put_notify()
Dtxe_semaphore_ceiling_put.c90 else if (semaphore_ptr -> tx_semaphore_id != TX_SEMAPHORE_ID) in _txe_semaphore_ceiling_put()
Dtxe_semaphore_info_get.c97 else if (semaphore_ptr -> tx_semaphore_id != TX_SEMAPHORE_ID) in _txe_semaphore_info_get()
Dtxe_semaphore_delete.c96 else if (semaphore_ptr -> tx_semaphore_id != TX_SEMAPHORE_ID) in _txe_semaphore_delete()
Dtxe_semaphore_get.c97 else if (semaphore_ptr -> tx_semaphore_id != TX_SEMAPHORE_ID) in _txe_semaphore_get()
Dtx_semaphore_create.c94 semaphore_ptr -> tx_semaphore_id = TX_SEMAPHORE_ID; in _tx_semaphore_create()
Dtx_semaphore_performance_info_get.c101 else if (semaphore_ptr -> tx_semaphore_id != TX_SEMAPHORE_ID) in _tx_semaphore_performance_info_get()
/ThreadX-v6.4.1/common/src/
Dtxe_semaphore_prioritize.c86 else if (semaphore_ptr -> tx_semaphore_id != TX_SEMAPHORE_ID) in _txe_semaphore_prioritize()
Dtxe_semaphore_put.c86 else if (semaphore_ptr -> tx_semaphore_id != TX_SEMAPHORE_ID) in _txe_semaphore_put()
Dtxe_semaphore_put_notify.c89 else if (semaphore_ptr -> tx_semaphore_id != TX_SEMAPHORE_ID) in _txe_semaphore_put_notify()
Dtxe_semaphore_ceiling_put.c90 else if (semaphore_ptr -> tx_semaphore_id != TX_SEMAPHORE_ID) in _txe_semaphore_ceiling_put()
Dtxe_semaphore_info_get.c97 else if (semaphore_ptr -> tx_semaphore_id != TX_SEMAPHORE_ID) in _txe_semaphore_info_get()
Dtxe_semaphore_delete.c96 else if (semaphore_ptr -> tx_semaphore_id != TX_SEMAPHORE_ID) in _txe_semaphore_delete()
Dtxe_semaphore_get.c97 else if (semaphore_ptr -> tx_semaphore_id != TX_SEMAPHORE_ID) in _txe_semaphore_get()
Dtx_semaphore_create.c94 semaphore_ptr -> tx_semaphore_id = TX_SEMAPHORE_ID; in _tx_semaphore_create()
Dtx_semaphore_performance_info_get.c101 else if (semaphore_ptr -> tx_semaphore_id != TX_SEMAPHORE_ID) in _tx_semaphore_performance_info_get()
/ThreadX-v6.4.1/utility/rtos_compatibility_layers/posix/
Dpx_sem_getvalue.c81 if ((!TheSem) || (TheSem -> tx_semaphore_id != TX_SEMAPHORE_ID)) in sem_getvalue()
Dpx_sem_wait.c89 if ((!TheSem) || (TheSem -> tx_semaphore_id != TX_SEMAPHORE_ID)) in sem_wait()
Dpx_sem_post.c77 if( !TheSem || TheSem->tx_semaphore_id != TX_SEMAPHORE_ID) in sem_post()
Dpx_sem_close.c92 if ((!TheSem) || (TheSem -> tx_semaphore_id != TX_SEMAPHORE_ID)) in sem_close()
Dpx_sem_trywait.c91 if ((!TheSem) || (TheSem -> tx_semaphore_id != TX_SEMAPHORE_ID)) in sem_trywait()
/ThreadX-v6.4.1/common_smp/inc/
Dtx_semaphore.h55 #define TX_SEMAPHORE_ID ((ULONG) 0x53454D41) macro
/ThreadX-v6.4.1/common/inc/
Dtx_semaphore.h55 #define TX_SEMAPHORE_ID ((ULONG) 0x53454D41) macro

12