Searched defs:tx_semaphore_create (Results 1 – 2 of 2) sorted by relevance
| /ThreadX-v6.2.1/common/inc/ |
| D | tx_api.h | 1161 #define tx_semaphore_create _tx_semaphore_create macro 1284 #define tx_semaphore_create(s,n,i) _txr_semaphore_create((s),(n),(i),(sizeof(TX_SE… macro 1395 #define tx_semaphore_create(s,n,i) _txe_semaphore_create((s),(n),(i),(sizeof(TX_SE… macro
|
| /ThreadX-v6.2.1/common_smp/inc/ |
| D | tx_api.h | 1241 #define tx_semaphore_create _tx_semaphore_create macro 1369 #define tx_semaphore_create(s,n,i) _txr_semaphore_create((s),(n),(i),(sizeof(TX_SE… macro 1486 #define tx_semaphore_create(s,n,i) _txe_semaphore_create((s),(n),(i),(sizeof(TX_SE… macro
|