| /ThreadX-v6.4.1/ports_smp/cortex_a9_smp/gnu/src/ |
| D | tx_thread_smp_protect.S | 132 @ if (_tx_thread_smp_protection.tx_thread_smp_protect_in_force == 0) 151 @ if (write_exclusive(&_tx_thread_smp_protection.tx_thread_smp_protect_in_force, 1) == SUCCESS) 182 @ if (_tx_thread_smp_protection.tx_thread_smp_protect_in_force == 0) 190 @ _tx_thread_smp_protection.tx_thread_smp_protect_in_force = 1; 284 @ if (_tx_thread_smp_protection.tx_thread_smp_protect_in_force == 0) 292 @ _tx_thread_smp_protection.tx_thread_smp_protect_in_force = 1;
|
| /ThreadX-v6.4.1/ports_smp/cortex_a7_smp/gnu/src/ |
| D | tx_thread_smp_protect.S | 132 @ if (_tx_thread_smp_protection.tx_thread_smp_protect_in_force == 0) 151 @ if (write_exclusive(&_tx_thread_smp_protection.tx_thread_smp_protect_in_force, 1) == SUCCESS) 182 @ if (_tx_thread_smp_protection.tx_thread_smp_protect_in_force == 0) 190 @ _tx_thread_smp_protection.tx_thread_smp_protect_in_force = 1; 284 @ if (_tx_thread_smp_protection.tx_thread_smp_protect_in_force == 0) 292 @ _tx_thread_smp_protection.tx_thread_smp_protect_in_force = 1;
|
| /ThreadX-v6.4.1/ports_smp/cortex_a5_smp/gnu/src/ |
| D | tx_thread_smp_protect.S | 130 @ if (_tx_thread_smp_protection.tx_thread_smp_protect_in_force == 0) 149 @ if (write_exclusive(&_tx_thread_smp_protection.tx_thread_smp_protect_in_force, 1) == SUCCESS) 180 @ if (_tx_thread_smp_protection.tx_thread_smp_protect_in_force == 0) 188 @ _tx_thread_smp_protection.tx_thread_smp_protect_in_force = 1; 282 @ if (_tx_thread_smp_protection.tx_thread_smp_protect_in_force == 0) 290 @ _tx_thread_smp_protection.tx_thread_smp_protect_in_force = 1;
|
| /ThreadX-v6.4.1/ports_smp/cortex_a7_smp/ac5/src/ |
| D | tx_thread_smp_protect.s | 128 ; if (_tx_thread_smp_protection.tx_thread_smp_protect_in_force == 0) 147 ; if (write_exclusive(&_tx_thread_smp_protection.tx_thread_smp_protect_in_force, 1) == SUCCESS) 178 ; if (_tx_thread_smp_protection.tx_thread_smp_protect_in_force == 0) 186 ; _tx_thread_smp_protection.tx_thread_smp_protect_in_force = 1; 280 ; if (_tx_thread_smp_protection.tx_thread_smp_protect_in_force == 0) 288 ; _tx_thread_smp_protection.tx_thread_smp_protect_in_force = 1;
|
| /ThreadX-v6.4.1/ports_smp/cortex_a9_smp/ac5/src/ |
| D | tx_thread_smp_protect.s | 130 ; if (_tx_thread_smp_protection.tx_thread_smp_protect_in_force == 0) 149 ; if (write_exclusive(&_tx_thread_smp_protection.tx_thread_smp_protect_in_force, 1) == SUCCESS) 180 ; if (_tx_thread_smp_protection.tx_thread_smp_protect_in_force == 0) 188 ; _tx_thread_smp_protection.tx_thread_smp_protect_in_force = 1; 282 ; if (_tx_thread_smp_protection.tx_thread_smp_protect_in_force == 0) 290 ; _tx_thread_smp_protection.tx_thread_smp_protect_in_force = 1;
|
| /ThreadX-v6.4.1/ports_smp/cortex_a5_smp/ac5/src/ |
| D | tx_thread_smp_protect.s | 128 ; if (_tx_thread_smp_protection.tx_thread_smp_protect_in_force == 0) 147 ; if (write_exclusive(&_tx_thread_smp_protection.tx_thread_smp_protect_in_force, 1) == SUCCESS) 178 ; if (_tx_thread_smp_protection.tx_thread_smp_protect_in_force == 0) 186 ; _tx_thread_smp_protection.tx_thread_smp_protect_in_force = 1; 280 ; if (_tx_thread_smp_protection.tx_thread_smp_protect_in_force == 0) 288 ; _tx_thread_smp_protection.tx_thread_smp_protect_in_force = 1;
|
| /ThreadX-v6.4.1/ports_smp/linux/gnu/src/ |
| D | tx_thread_smp_unprotect.c | 110 _tx_thread_smp_protection.tx_thread_smp_protect_in_force = TX_FALSE; in _tx_thread_smp_unprotect()
|
| D | tx_thread_smp_protect.c | 222 _tx_thread_smp_protection.tx_thread_smp_protect_in_force = TX_TRUE; in _tx_thread_smp_protect()
|
| D | tx_thread_system_return.c | 164 _tx_thread_smp_protection.tx_thread_smp_protect_in_force = TX_FALSE; in _tx_thread_system_return()
|
| /ThreadX-v6.4.1/test/smp/regression/ |
| D | threadx_trace_basic_test.c | 149 if ((_tx_thread_smp_protection.tx_thread_smp_protect_in_force != 1) || in test_isr() 564 if ((_tx_thread_smp_protection.tx_thread_smp_protect_in_force != 0) || in thread_0_entry() 574 if ((_tx_thread_smp_protection.tx_thread_smp_protect_in_force != 0) || in thread_0_entry() 581 if ((_tx_thread_smp_protection.tx_thread_smp_protect_in_force != 0) || in thread_0_entry() 589 if ((_tx_thread_smp_protection.tx_thread_smp_protect_in_force != 0) || in thread_0_entry()
|
| /ThreadX-v6.4.1/ports_smp/cortex_r8_smp/ac5/inc/ |
| D | tx_port.h | 350 ULONG tx_thread_smp_protect_in_force; member
|
| /ThreadX-v6.4.1/ports_smp/cortex_a9_smp/gnu/inc/ |
| D | tx_port.h | 346 ULONG tx_thread_smp_protect_in_force; member
|
| /ThreadX-v6.4.1/ports_smp/cortex_a7_smp/ac5/inc/ |
| D | tx_port.h | 348 ULONG tx_thread_smp_protect_in_force; member
|
| /ThreadX-v6.4.1/ports_smp/cortex_a7_smp/gnu/inc/ |
| D | tx_port.h | 346 ULONG tx_thread_smp_protect_in_force; member
|
| /ThreadX-v6.4.1/ports_smp/cortex_a9_smp/ac5/inc/ |
| D | tx_port.h | 353 ULONG tx_thread_smp_protect_in_force; member
|
| /ThreadX-v6.4.1/ports_smp/cortex_a5_smp/ac5/inc/ |
| D | tx_port.h | 348 ULONG tx_thread_smp_protect_in_force; member
|
| /ThreadX-v6.4.1/ports_smp/arc_hs_smp/metaware/inc/ |
| D | tx_port.h | 362 ULONG tx_thread_smp_protect_in_force; member
|
| /ThreadX-v6.4.1/ports_smp/cortex_a5_smp/gnu/inc/ |
| D | tx_port.h | 351 ULONG tx_thread_smp_protect_in_force; member
|
| /ThreadX-v6.4.1/ports_smp/mips32_interaptiv_smp/gnu/inc/ |
| D | tx_port.h | 348 ULONG tx_thread_smp_protect_in_force; member
|
| /ThreadX-v6.4.1/ports_arch/ARMv8-A/threadx_smp/common/inc/ |
| D | tx_port.h | 372 ULONG tx_thread_smp_protect_in_force; member
|
| /ThreadX-v6.4.1/ports_smp/cortex_a77_smp/gnu/inc/ |
| D | tx_port.h | 372 ULONG tx_thread_smp_protect_in_force; member
|
| /ThreadX-v6.4.1/ports_smp/cortex_a78_smp/ac6/inc/ |
| D | tx_port.h | 372 ULONG tx_thread_smp_protect_in_force; member
|
| /ThreadX-v6.4.1/ports_smp/cortex_a73_smp/gnu/inc/ |
| D | tx_port.h | 372 ULONG tx_thread_smp_protect_in_force; member
|
| /ThreadX-v6.4.1/ports_smp/cortex_a78_smp/gnu/inc/ |
| D | tx_port.h | 372 ULONG tx_thread_smp_protect_in_force; member
|
| /ThreadX-v6.4.1/ports_smp/cortex_a75_smp/ac6/inc/ |
| D | tx_port.h | 372 ULONG tx_thread_smp_protect_in_force; member
|