| /ThreadX-v6.3.0/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.3.0/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.3.0/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.3.0/test/smp/regression/ |
| D | threadx_semaphore_information_test.c | 96 TX_SEMAPHORE *next_semaphore; in thread_0_entry() local 200 …info_get(&semaphore_0, &name, ¤t_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/ |
| D | threadx_semaphore_information_test.c | 96 TX_SEMAPHORE *next_semaphore; in thread_0_entry() local 200 …info_get(&semaphore_0, &name, ¤t_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/ |
| D | tx_api.h | 1704 TX_SEMAPHORE **next_semaphore); 1722 TX_SEMAPHORE **next_semaphore); 1733 TX_SEMAPHORE **next_semaphore);
|
| /ThreadX-v6.3.0/common_smp/inc/ |
| D | tx_api.h | 1743 TX_SEMAPHORE **next_semaphore); 1761 TX_SEMAPHORE **next_semaphore);
|