Searched defs:tx_semaphore_create (Results 1 – 2 of 2) sorted by relevance
| /ThreadX-v6.3.0/common/inc/ |
| D | tx_api.h | 1175 #define tx_semaphore_create _tx_semaphore_create macro 1298 #define tx_semaphore_create(s,n,i) _txr_semaphore_create((s),(n),(i),(sizeof(TX_SE… macro 1409 #define tx_semaphore_create(s,n,i) _txe_semaphore_create((s),(n),(i),(sizeof(TX_SE… macro
|
| /ThreadX-v6.3.0/common_smp/inc/ |
| D | tx_api.h | 1255 #define tx_semaphore_create _tx_semaphore_create macro 1383 #define tx_semaphore_create(s,n,i) _txr_semaphore_create((s),(n),(i),(sizeof(TX_SE… macro 1500 #define tx_semaphore_create(s,n,i) _txe_semaphore_create((s),(n),(i),(sizeof(TX_SE… macro
|