| /ThreadX-v6.3.0/utility/rtos_compatibility_layers/posix/ |
| D | px_sem_get_new_sem.c | 68 TX_SEMAPHORE * posix_get_new_sem(VOID) in posix_get_new_sem() 72 TX_SEMAPHORE *tx_sem; in posix_get_new_sem() 78 tx_sem = (TX_SEMAPHORE *)0; in posix_get_new_sem()
|
| D | px_sem_getvalue.c | 76 TX_SEMAPHORE *TheSem; in sem_getvalue() 79 TheSem = (TX_SEMAPHORE *)sem; in sem_getvalue()
|
| D | px_sem_wait.c | 73 TX_SEMAPHORE * TheSem; in sem_wait() 87 TheSem = (TX_SEMAPHORE *)sem; in sem_wait()
|
| D | px_sem_post.c | 72 TX_SEMAPHORE *TheSem; in sem_post() 76 TheSem = (TX_SEMAPHORE *)sem; in sem_post()
|
| D | px_sem_close.c | 74 TX_SEMAPHORE * TheSem; in sem_close() 90 TheSem = (TX_SEMAPHORE * )sem; in sem_close()
|
| /ThreadX-v6.3.0/common/src/ |
| D | tx_semaphore_create.c | 75 UINT _tx_semaphore_create(TX_SEMAPHORE *semaphore_ptr, CHAR *name_ptr, ULONG initial_count) in _tx_semaphore_create() 80 TX_SEMAPHORE *next_semaphore; in _tx_semaphore_create() 81 TX_SEMAPHORE *previous_semaphore; in _tx_semaphore_create() 85 TX_MEMSET(semaphore_ptr, 0, (sizeof(TX_SEMAPHORE))); in _tx_semaphore_create()
|
| D | txe_semaphore_create.c | 81 UINT _txe_semaphore_create(TX_SEMAPHORE *semaphore_ptr, CHAR *name_ptr, ULONG initial_count, UINT … in _txe_semaphore_create() 88 TX_SEMAPHORE *next_semaphore; in _txe_semaphore_create() 106 else if (semaphore_control_block_size != (sizeof(TX_SEMAPHORE))) in _txe_semaphore_create()
|
| D | txe_semaphore_put_notify.c | 75 UINT _txe_semaphore_put_notify(TX_SEMAPHORE *semaphore_ptr, VOID (*semaphore_put_notify)(TX_SEMAPH… in _txe_semaphore_put_notify()
|
| D | tx_semaphore_put_notify.c | 75 UINT _tx_semaphore_put_notify(TX_SEMAPHORE *semaphore_ptr, VOID (*semaphore_put_notify)(TX_SEMAPHO… in _tx_semaphore_put_notify()
|
| D | txe_semaphore_info_get.c | 81 UINT _txe_semaphore_info_get(TX_SEMAPHORE *semaphore_ptr, CHAR **name, ULONG *current_value, in _txe_semaphore_info_get() 83 TX_SEMAPHORE **next_semaphore) in _txe_semaphore_info_get()
|
| D | tx_semaphore_delete.c | 77 UINT _tx_semaphore_delete(TX_SEMAPHORE *semaphore_ptr) in _tx_semaphore_delete() 85 TX_SEMAPHORE *next_semaphore; in _tx_semaphore_delete() 86 TX_SEMAPHORE *previous_semaphore; in _tx_semaphore_delete()
|
| /ThreadX-v6.3.0/common_smp/src/ |
| D | tx_semaphore_create.c | 75 UINT _tx_semaphore_create(TX_SEMAPHORE *semaphore_ptr, CHAR *name_ptr, ULONG initial_count) in _tx_semaphore_create() 80 TX_SEMAPHORE *next_semaphore; in _tx_semaphore_create() 81 TX_SEMAPHORE *previous_semaphore; in _tx_semaphore_create() 85 TX_MEMSET(semaphore_ptr, 0, (sizeof(TX_SEMAPHORE))); in _tx_semaphore_create()
|
| D | txe_semaphore_create.c | 81 UINT _txe_semaphore_create(TX_SEMAPHORE *semaphore_ptr, CHAR *name_ptr, ULONG initial_count, UINT … in _txe_semaphore_create() 88 TX_SEMAPHORE *next_semaphore; in _txe_semaphore_create() 106 else if (semaphore_control_block_size != (sizeof(TX_SEMAPHORE))) in _txe_semaphore_create()
|
| D | txe_semaphore_put_notify.c | 75 UINT _txe_semaphore_put_notify(TX_SEMAPHORE *semaphore_ptr, VOID (*semaphore_put_notify)(TX_SEMAPH… in _txe_semaphore_put_notify()
|
| D | tx_semaphore_put_notify.c | 75 UINT _tx_semaphore_put_notify(TX_SEMAPHORE *semaphore_ptr, VOID (*semaphore_put_notify)(TX_SEMAPHO… in _tx_semaphore_put_notify()
|
| D | txe_semaphore_info_get.c | 81 UINT _txe_semaphore_info_get(TX_SEMAPHORE *semaphore_ptr, CHAR **name, ULONG *current_value, in _txe_semaphore_info_get() 83 TX_SEMAPHORE **next_semaphore) in _txe_semaphore_info_get()
|
| D | tx_semaphore_delete.c | 77 UINT _tx_semaphore_delete(TX_SEMAPHORE *semaphore_ptr) in _tx_semaphore_delete() 85 TX_SEMAPHORE *next_semaphore; in _tx_semaphore_delete() 86 TX_SEMAPHORE *previous_semaphore; in _tx_semaphore_delete()
|
| /ThreadX-v6.3.0/test/tx/regression/ |
| D | threadx_trace_basic_test.c | 32 static TX_SEMAPHORE semaphore_0; 36 static TX_SEMAPHORE semaphore_1; 37 static TX_SEMAPHORE semaphore_2; 38 static TX_SEMAPHORE semaphore_3; 39 static TX_SEMAPHORE semaphore_4; 40 static TX_SEMAPHORE semaphore_5; 41 static TX_SEMAPHORE semaphore_6; 42 static TX_SEMAPHORE semaphore_7; 43 static TX_SEMAPHORE semaphore_8; 44 static TX_SEMAPHORE semaphore_9; [all …]
|
| D | threadx_semaphore_timeout_test.c | 9 static TX_SEMAPHORE semaphore_0; 10 static TX_SEMAPHORE semaphore_1; 23 static void put_notify(TX_SEMAPHORE *semaphore_ptr) in put_notify()
|
| D | threadx_semaphore_basic_test.c | 11 TX_SEMAPHORE semaphore; 43 static TX_SEMAPHORE semaphore_0; 44 static TX_SEMAPHORE semaphore_1; 45 static TX_SEMAPHORE semaphore_2; 46 static TX_SEMAPHORE semaphore_3; 54 UINT _txe_semaphore_create(TX_SEMAPHORE *semaphore_ptr, CHAR *name_ptr, ULONG initial_count,… 279 status = _txe_semaphore_create(&semaphore_3, "semaphore 3", 1, (sizeof(TX_SEMAPHORE)+1)); in thread_0_entry()
|
| /ThreadX-v6.3.0/test/smp/regression/ |
| D | threadx_trace_basic_test.c | 39 static TX_SEMAPHORE semaphore_0; 43 static TX_SEMAPHORE semaphore_1; 44 static TX_SEMAPHORE semaphore_2; 45 static TX_SEMAPHORE semaphore_3; 46 static TX_SEMAPHORE semaphore_4; 47 static TX_SEMAPHORE semaphore_5; 48 static TX_SEMAPHORE semaphore_6; 49 static TX_SEMAPHORE semaphore_7; 50 static TX_SEMAPHORE semaphore_8; 51 static TX_SEMAPHORE semaphore_9; [all …]
|
| D | threadx_semaphore_timeout_test.c | 9 static TX_SEMAPHORE semaphore_0; 10 static TX_SEMAPHORE semaphore_1; 23 static void put_notify(TX_SEMAPHORE *semaphore_ptr) in put_notify()
|
| D | threadx_semaphore_basic_test.c | 11 TX_SEMAPHORE semaphore; 43 static TX_SEMAPHORE semaphore_0; 44 static TX_SEMAPHORE semaphore_1; 45 static TX_SEMAPHORE semaphore_2; 46 static TX_SEMAPHORE semaphore_3; 54 UINT _txe_semaphore_create(TX_SEMAPHORE *semaphore_ptr, CHAR *name_ptr, ULONG initial_count,… 279 status = _txe_semaphore_create(&semaphore_3, "semaphore 3", 1, (sizeof(TX_SEMAPHORE)+1)); in thread_0_entry()
|
| /ThreadX-v6.3.0/common_modules/module_lib/src/ |
| D | txm_semaphore_put_notify.c | 69 UINT _txe_semaphore_put_notify(TX_SEMAPHORE *semaphore_ptr, VOID (*semaphore_put_notify)(TX_SEMAPHO… in _txe_semaphore_put_notify()
|
| D | txm_semaphore_info_get.c | 76 …re_info_get(TX_SEMAPHORE *semaphore_ptr, CHAR **name, ULONG *current_value, TX_THREAD **first_susp… in _txe_semaphore_info_get()
|