Searched refs:next_semaphore (Results 1 – 13 of 13) sorted by relevance
| /ThreadX-v6.2.1/common_smp/src/ |
| D | tx_semaphore_create.c | 80 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()
|
| D | txe_semaphore_create.c | 88 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()
|
| D | tx_semaphore_delete.c | 85 TX_SEMAPHORE *next_semaphore; in _tx_semaphore_delete() local 121 … next_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()
|
| D | tx_semaphore_info_get.c | 82 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()
|
| D | txe_semaphore_info_get.c | 83 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/ |
| D | tx_semaphore_create.c | 80 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()
|
| D | txe_semaphore_create.c | 88 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()
|
| D | tx_semaphore_delete.c | 85 TX_SEMAPHORE *next_semaphore; in _tx_semaphore_delete() local 121 … next_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()
|
| D | tx_semaphore_info_get.c | 82 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()
|
| D | txe_semaphore_info_get.c | 83 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/ |
| D | txm_semaphore_info_get.c | 76 …*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/ |
| D | tx_api.h | 1690 TX_SEMAPHORE **next_semaphore); 1708 TX_SEMAPHORE **next_semaphore); 1719 TX_SEMAPHORE **next_semaphore);
|
| /ThreadX-v6.2.1/common_smp/inc/ |
| D | tx_api.h | 1729 TX_SEMAPHORE **next_semaphore); 1747 TX_SEMAPHORE **next_semaphore);
|