Home
last modified time | relevance | path

Searched refs:current_value (Results 1 – 10 of 10) sorted by relevance

/ThreadX-v6.4.1/common_smp/src/
Dtx_semaphore_info_get.c79 UINT _tx_semaphore_info_get(TX_SEMAPHORE *semaphore_ptr, CHAR **name, ULONG *current_value, in _tx_semaphore_info_get() argument
107 if (current_value != TX_NULL) in _tx_semaphore_info_get()
110 *current_value = semaphore_ptr -> tx_semaphore_count; in _tx_semaphore_info_get()
Dtxe_semaphore_info_get.c80 UINT _txe_semaphore_info_get(TX_SEMAPHORE *semaphore_ptr, CHAR **name, ULONG *current_value, in _txe_semaphore_info_get() argument
107 status = _tx_semaphore_info_get(semaphore_ptr, name, current_value, first_suspended, in _txe_semaphore_info_get()
/ThreadX-v6.4.1/common/src/
Dtx_semaphore_info_get.c79 UINT _tx_semaphore_info_get(TX_SEMAPHORE *semaphore_ptr, CHAR **name, ULONG *current_value, in _tx_semaphore_info_get() argument
107 if (current_value != TX_NULL) in _tx_semaphore_info_get()
110 *current_value = semaphore_ptr -> tx_semaphore_count; in _tx_semaphore_info_get()
Dtxe_semaphore_info_get.c80 UINT _txe_semaphore_info_get(TX_SEMAPHORE *semaphore_ptr, CHAR **name, ULONG *current_value, in _txe_semaphore_info_get() argument
107 status = _tx_semaphore_info_get(semaphore_ptr, name, current_value, first_suspended, in _txe_semaphore_info_get()
/ThreadX-v6.4.1/common_modules/module_lib/src/
Dtxm_semaphore_info_get.c75 UINT _txe_semaphore_info_get(TX_SEMAPHORE *semaphore_ptr, CHAR **name, ULONG *current_value, TX_THR… in _txe_semaphore_info_get() argument
81 extra_parameters[0] = (ALIGN_TYPE) current_value; in _txe_semaphore_info_get()
/ThreadX-v6.4.1/test/smp/regression/
Dthreadx_semaphore_information_test.c93 ULONG current_value; in thread_0_entry() local
200 …status += tx_semaphore_info_get(&semaphore_0, &name, &current_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.4.1/test/tx/regression/
Dthreadx_semaphore_information_test.c93 ULONG current_value; in thread_0_entry() local
200 …status += tx_semaphore_info_get(&semaphore_0, &name, &current_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.4.1/utility/rtos_compatibility_layers/OSEK/
Dtx_osek.c4537 TickType current_value; in CreateAlarm() local
4756 status = GetCounterValue(cntr_ptr, &current_value); in CreateAlarm()
4764 …this_alarm->expiration_count = current_value + Alarmtime; /* Load the counter with its expiration … in CreateAlarm()
5017 TickType current_value; in SetRelAlarm() local
5079 status = GetCounterValue(counter_ptr, &current_value); in SetRelAlarm()
5086 …osek_alarm->expiration_count = current_value + increment; /* Load the counter with its expiration … in SetRelAlarm()
/ThreadX-v6.4.1/common/inc/
Dtx_api.h1707 UINT _tx_semaphore_info_get(TX_SEMAPHORE *semaphore_ptr, CHAR **name, ULONG *current_value,
1725 UINT _txe_semaphore_info_get(TX_SEMAPHORE *semaphore_ptr, CHAR **name, ULONG *current_value,
1736 UINT _txr_semaphore_info_get(TX_SEMAPHORE *semaphore_ptr, CHAR **name, ULONG *current_value,
/ThreadX-v6.4.1/common_smp/inc/
Dtx_api.h1746 UINT _tx_semaphore_info_get(TX_SEMAPHORE *semaphore_ptr, CHAR **name, ULONG *current_value,
1764 UINT _txe_semaphore_info_get(TX_SEMAPHORE *semaphore_ptr, CHAR **name, ULONG *current_value,