/ThreadX-v6.4.1/utility/rtos_compatibility_layers/posix/ |
D | px_sem_get_new_sem.c | 67 TX_SEMAPHORE * posix_get_new_sem(VOID) in posix_get_new_sem() 71 TX_SEMAPHORE *tx_sem; in posix_get_new_sem() 77 tx_sem = (TX_SEMAPHORE *)0; in posix_get_new_sem()
|
D | px_sem_getvalue.c | 75 TX_SEMAPHORE *TheSem; in sem_getvalue() 78 TheSem = (TX_SEMAPHORE *)sem; in sem_getvalue()
|
D | px_sem_wait.c | 72 TX_SEMAPHORE * TheSem; in sem_wait() 86 TheSem = (TX_SEMAPHORE *)sem; in sem_wait()
|
D | px_sem_post.c | 71 TX_SEMAPHORE *TheSem; in sem_post() 75 TheSem = (TX_SEMAPHORE *)sem; in sem_post()
|
D | px_sem_close.c | 73 TX_SEMAPHORE * TheSem; in sem_close() 89 TheSem = (TX_SEMAPHORE * )sem; in sem_close()
|
/ThreadX-v6.4.1/common/src/ |
D | tx_semaphore_create.c | 74 UINT _tx_semaphore_create(TX_SEMAPHORE *semaphore_ptr, CHAR *name_ptr, ULONG initial_count) in _tx_semaphore_create() 79 TX_SEMAPHORE *next_semaphore; in _tx_semaphore_create() 80 TX_SEMAPHORE *previous_semaphore; in _tx_semaphore_create() 84 TX_MEMSET(semaphore_ptr, 0, (sizeof(TX_SEMAPHORE))); in _tx_semaphore_create()
|
D | txe_semaphore_create.c | 80 UINT _txe_semaphore_create(TX_SEMAPHORE *semaphore_ptr, CHAR *name_ptr, ULONG initial_count, UINT … in _txe_semaphore_create() 87 TX_SEMAPHORE *next_semaphore; in _txe_semaphore_create() 105 else if (semaphore_control_block_size != (sizeof(TX_SEMAPHORE))) in _txe_semaphore_create()
|
D | txe_semaphore_put_notify.c | 74 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 | 74 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 | 80 UINT _txe_semaphore_info_get(TX_SEMAPHORE *semaphore_ptr, CHAR **name, ULONG *current_value, in _txe_semaphore_info_get() 82 TX_SEMAPHORE **next_semaphore) in _txe_semaphore_info_get()
|
D | tx_semaphore_delete.c | 76 UINT _tx_semaphore_delete(TX_SEMAPHORE *semaphore_ptr) in _tx_semaphore_delete() 84 TX_SEMAPHORE *next_semaphore; in _tx_semaphore_delete() 85 TX_SEMAPHORE *previous_semaphore; in _tx_semaphore_delete()
|
/ThreadX-v6.4.1/common_smp/src/ |
D | tx_semaphore_create.c | 74 UINT _tx_semaphore_create(TX_SEMAPHORE *semaphore_ptr, CHAR *name_ptr, ULONG initial_count) in _tx_semaphore_create() 79 TX_SEMAPHORE *next_semaphore; in _tx_semaphore_create() 80 TX_SEMAPHORE *previous_semaphore; in _tx_semaphore_create() 84 TX_MEMSET(semaphore_ptr, 0, (sizeof(TX_SEMAPHORE))); in _tx_semaphore_create()
|
D | txe_semaphore_create.c | 80 UINT _txe_semaphore_create(TX_SEMAPHORE *semaphore_ptr, CHAR *name_ptr, ULONG initial_count, UINT … in _txe_semaphore_create() 87 TX_SEMAPHORE *next_semaphore; in _txe_semaphore_create() 105 else if (semaphore_control_block_size != (sizeof(TX_SEMAPHORE))) in _txe_semaphore_create()
|
D | txe_semaphore_put_notify.c | 74 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 | 74 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 | 80 UINT _txe_semaphore_info_get(TX_SEMAPHORE *semaphore_ptr, CHAR **name, ULONG *current_value, in _txe_semaphore_info_get() 82 TX_SEMAPHORE **next_semaphore) in _txe_semaphore_info_get()
|
D | tx_semaphore_delete.c | 76 UINT _tx_semaphore_delete(TX_SEMAPHORE *semaphore_ptr) in _tx_semaphore_delete() 84 TX_SEMAPHORE *next_semaphore; in _tx_semaphore_delete() 85 TX_SEMAPHORE *previous_semaphore; in _tx_semaphore_delete()
|
/ThreadX-v6.4.1/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.4.1/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.4.1/common_modules/module_lib/src/ |
D | txm_semaphore_put_notify.c | 68 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 | 75 …re_info_get(TX_SEMAPHORE *semaphore_ptr, CHAR **name, ULONG *current_value, TX_THREAD **first_susp… in _txe_semaphore_info_get()
|