| /ThreadX-v6.3.0/common/src/ |
| D | tx_semaphore_info_get.c | 80 UINT _tx_semaphore_info_get(TX_SEMAPHORE *semaphore_ptr, CHAR **name, ULONG *current_value, in _tx_semaphore_info_get() argument 108 if (current_value != TX_NULL) in _tx_semaphore_info_get() 111 *current_value = semaphore_ptr -> tx_semaphore_count; in _tx_semaphore_info_get()
|
| 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() argument 108 status = _tx_semaphore_info_get(semaphore_ptr, name, current_value, first_suspended, in _txe_semaphore_info_get()
|
| /ThreadX-v6.3.0/common_smp/src/ |
| D | tx_semaphore_info_get.c | 80 UINT _tx_semaphore_info_get(TX_SEMAPHORE *semaphore_ptr, CHAR **name, ULONG *current_value, in _tx_semaphore_info_get() argument 108 if (current_value != TX_NULL) in _tx_semaphore_info_get() 111 *current_value = semaphore_ptr -> tx_semaphore_count; in _tx_semaphore_info_get()
|
| 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() argument 108 status = _tx_semaphore_info_get(semaphore_ptr, name, current_value, first_suspended, in _txe_semaphore_info_get()
|
| /ThreadX-v6.3.0/common_modules/module_lib/src/ |
| D | txm_semaphore_info_get.c | 76 UINT _txe_semaphore_info_get(TX_SEMAPHORE *semaphore_ptr, CHAR **name, ULONG *current_value, TX_THR… in _txe_semaphore_info_get() argument 82 extra_parameters[0] = (ALIGN_TYPE) current_value; in _txe_semaphore_info_get()
|
| /ThreadX-v6.3.0/test/smp/regression/ |
| D | threadx_semaphore_information_test.c | 93 ULONG current_value; in thread_0_entry() local 200 …status += tx_semaphore_info_get(&semaphore_0, &name, ¤t_value, &first_suspended, &suspended… in thread_0_entry() 203 if ((status != TX_SUCCESS) || (current_value != semaphore_0.tx_semaphore_count) || in thread_0_entry()
|
| /ThreadX-v6.3.0/test/tx/regression/ |
| D | threadx_semaphore_information_test.c | 93 ULONG current_value; in thread_0_entry() local 200 …status += tx_semaphore_info_get(&semaphore_0, &name, ¤t_value, &first_suspended, &suspended… in thread_0_entry() 203 if ((status != TX_SUCCESS) || (current_value != semaphore_0.tx_semaphore_count) || in thread_0_entry()
|
| /ThreadX-v6.3.0/utility/rtos_compatibility_layers/OSEK/ |
| D | tx_osek.c | 4538 TickType current_value; in CreateAlarm() local 4757 status = GetCounterValue(cntr_ptr, ¤t_value); in CreateAlarm() 4765 …this_alarm->expiration_count = current_value + Alarmtime; /* Load the counter with its expiration … in CreateAlarm() 5018 TickType current_value; in SetRelAlarm() local 5080 status = GetCounterValue(counter_ptr, ¤t_value); in SetRelAlarm() 5087 …osek_alarm->expiration_count = current_value + increment; /* Load the counter with its expiration … in SetRelAlarm()
|
| /ThreadX-v6.3.0/common/inc/ |
| D | tx_api.h | 1702 UINT _tx_semaphore_info_get(TX_SEMAPHORE *semaphore_ptr, CHAR **name, ULONG *current_value, 1720 UINT _txe_semaphore_info_get(TX_SEMAPHORE *semaphore_ptr, CHAR **name, ULONG *current_value, 1731 UINT _txr_semaphore_info_get(TX_SEMAPHORE *semaphore_ptr, CHAR **name, ULONG *current_value,
|
| /ThreadX-v6.3.0/common_smp/inc/ |
| D | tx_api.h | 1741 UINT _tx_semaphore_info_get(TX_SEMAPHORE *semaphore_ptr, CHAR **name, ULONG *current_value, 1759 UINT _txe_semaphore_info_get(TX_SEMAPHORE *semaphore_ptr, CHAR **name, ULONG *current_value,
|