Home
last modified time | relevance | path

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

/ThreadX-v6.2.1/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.2.1/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.2.1/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.2.1/common/inc/
Dtx_api.h1690 TX_SEMAPHORE **next_semaphore);
1708 TX_SEMAPHORE **next_semaphore);
1719 TX_SEMAPHORE **next_semaphore);
/ThreadX-v6.2.1/common_smp/inc/
Dtx_api.h1729 TX_SEMAPHORE **next_semaphore);
1747 TX_SEMAPHORE **next_semaphore);