Home
last modified time | relevance | path

Searched refs:next_semaphore (Results 1 – 15 of 15) sorted by relevance

/ThreadX-v6.3.0/common/src/
Dtx_semaphore_create.c80 TX_SEMAPHORE *next_semaphore; in _tx_semaphore_create() local
111 next_semaphore = _tx_semaphore_created_ptr; in _tx_semaphore_create()
112 previous_semaphore = next_semaphore -> tx_semaphore_created_previous; in _tx_semaphore_create()
115 next_semaphore -> tx_semaphore_created_previous = semaphore_ptr; in _tx_semaphore_create()
120 semaphore_ptr -> tx_semaphore_created_next = next_semaphore; in _tx_semaphore_create()
133 …E_CREATE, semaphore_ptr, initial_count, TX_POINTER_TO_ULONG_CONVERT(&next_semaphore), 0, TX_TRACE_… in _tx_semaphore_create()
Dtxe_semaphore_create.c88 TX_SEMAPHORE *next_semaphore; in _txe_semaphore_create() local
125 next_semaphore = _tx_semaphore_created_ptr; in _txe_semaphore_create() local
130 if (semaphore_ptr == next_semaphore) in _txe_semaphore_create()
139 next_semaphore = next_semaphore -> tx_semaphore_created_next; in _txe_semaphore_create()
156 if (semaphore_ptr == next_semaphore) in _txe_semaphore_create()
Dtx_semaphore_delete.c85 TX_SEMAPHORE *next_semaphore; in _tx_semaphore_delete() local
121next_semaphore = semaphore_ptr -> tx_semaphore_created_next; in _tx_semaphore_delete()
123 next_semaphore -> tx_semaphore_created_previous = previous_semaphore; in _tx_semaphore_delete()
124 previous_semaphore -> tx_semaphore_created_next = next_semaphore; in _tx_semaphore_delete()
131 _tx_semaphore_created_ptr = next_semaphore; in _tx_semaphore_delete()
Dtx_semaphore_info_get.c82 TX_SEMAPHORE **next_semaphore) in _tx_semaphore_info_get() argument
129 if (next_semaphore != TX_NULL) in _tx_semaphore_info_get()
132 *next_semaphore = semaphore_ptr -> tx_semaphore_created_next; in _tx_semaphore_info_get()
Dtxe_semaphore_info_get.c83 TX_SEMAPHORE **next_semaphore) in _txe_semaphore_info_get() argument
109 suspended_count, next_semaphore); in _txe_semaphore_info_get()
/ThreadX-v6.3.0/common_smp/src/
Dtx_semaphore_create.c80 TX_SEMAPHORE *next_semaphore; in _tx_semaphore_create() local
111 next_semaphore = _tx_semaphore_created_ptr; in _tx_semaphore_create()
112 previous_semaphore = next_semaphore -> tx_semaphore_created_previous; in _tx_semaphore_create()
115 next_semaphore -> tx_semaphore_created_previous = semaphore_ptr; in _tx_semaphore_create()
120 semaphore_ptr -> tx_semaphore_created_next = next_semaphore; in _tx_semaphore_create()
133 …E_CREATE, semaphore_ptr, initial_count, TX_POINTER_TO_ULONG_CONVERT(&next_semaphore), 0, TX_TRACE_… in _tx_semaphore_create()
Dtxe_semaphore_create.c88 TX_SEMAPHORE *next_semaphore; in _txe_semaphore_create() local
125 next_semaphore = _tx_semaphore_created_ptr; in _txe_semaphore_create() local
130 if (semaphore_ptr == next_semaphore) in _txe_semaphore_create()
139 next_semaphore = next_semaphore -> tx_semaphore_created_next; in _txe_semaphore_create()
156 if (semaphore_ptr == next_semaphore) in _txe_semaphore_create()
Dtx_semaphore_delete.c85 TX_SEMAPHORE *next_semaphore; in _tx_semaphore_delete() local
121next_semaphore = semaphore_ptr -> tx_semaphore_created_next; in _tx_semaphore_delete()
123 next_semaphore -> tx_semaphore_created_previous = previous_semaphore; in _tx_semaphore_delete()
124 previous_semaphore -> tx_semaphore_created_next = next_semaphore; in _tx_semaphore_delete()
131 _tx_semaphore_created_ptr = next_semaphore; in _tx_semaphore_delete()
Dtx_semaphore_info_get.c82 TX_SEMAPHORE **next_semaphore) in _tx_semaphore_info_get() argument
129 if (next_semaphore != TX_NULL) in _tx_semaphore_info_get()
132 *next_semaphore = semaphore_ptr -> tx_semaphore_created_next; in _tx_semaphore_info_get()
Dtxe_semaphore_info_get.c83 TX_SEMAPHORE **next_semaphore) in _txe_semaphore_info_get() argument
109 suspended_count, next_semaphore); in _txe_semaphore_info_get()
/ThreadX-v6.3.0/common_modules/module_lib/src/
Dtxm_semaphore_info_get.c76 …*current_value, TX_THREAD **first_suspended, ULONG *suspended_count, TX_SEMAPHORE **next_semaphore) in _txe_semaphore_info_get() argument
85 extra_parameters[3] = (ALIGN_TYPE) next_semaphore; in _txe_semaphore_info_get()
/ThreadX-v6.3.0/test/smp/regression/
Dthreadx_semaphore_information_test.c96 TX_SEMAPHORE *next_semaphore; in thread_0_entry() local
200 …info_get(&semaphore_0, &name, &current_value, &first_suspended, &suspended_count, &next_semaphore); in thread_0_entry()
205 (next_semaphore != semaphore_0.tx_semaphore_created_next)) in thread_0_entry()
/ThreadX-v6.3.0/test/tx/regression/
Dthreadx_semaphore_information_test.c96 TX_SEMAPHORE *next_semaphore; in thread_0_entry() local
200 …info_get(&semaphore_0, &name, &current_value, &first_suspended, &suspended_count, &next_semaphore); in thread_0_entry()
205 (next_semaphore != semaphore_0.tx_semaphore_created_next)) in thread_0_entry()
/ThreadX-v6.3.0/common/inc/
Dtx_api.h1704 TX_SEMAPHORE **next_semaphore);
1722 TX_SEMAPHORE **next_semaphore);
1733 TX_SEMAPHORE **next_semaphore);
/ThreadX-v6.3.0/common_smp/inc/
Dtx_api.h1743 TX_SEMAPHORE **next_semaphore);
1761 TX_SEMAPHORE **next_semaphore);