| /ThreadX-v6.3.0/test/tx/regression/ |
| D | threadx_byte_memory_prioritize_test.c | 41 static int test_status; variable 65 if ((_tx_thread_preempt_disable) && (test_status == 1)) in test_isr() 82 test_status = 2; in test_isr() 321 test_status = 1; in thread_0_entry() 338 } while (test_status == 1); in thread_0_entry()
|
| D | threadx_mutex_proritize_test.c | 42 static int test_status; variable 67 if ((_tx_thread_preempt_disable) && (test_status == 1)) in test_isr() 84 test_status = 2; in test_isr() 340 test_status = 1; in thread_0_entry() 357 } while (test_status == 1); in thread_0_entry()
|
| D | threadx_queue_prioritize.c | 41 static int test_status; variable 72 if ((_tx_thread_preempt_disable) && (test_status == 1)) in test_isr() 89 test_status = 2; in test_isr() 360 test_status = 1; in thread_0_entry() 377 } while (test_status == 1); in thread_0_entry()
|
| D | threadx_semaphore_prioritize.c | 41 static int test_status; variable 66 if ((_tx_thread_preempt_disable) && (test_status == 1)) in test_isr() 83 test_status = 2; in test_isr() 359 test_status = 1; in thread_0_entry() 376 } while (test_status == 1); in thread_0_entry()
|
| D | threadx_block_memory_prioritize_test.c | 43 static int test_status; variable 67 if ((_tx_thread_preempt_disable) && (test_status == 1)) in test_isr() 84 test_status = 2; in test_isr() 324 test_status = 1; in thread_0_entry() 341 } while (test_status == 1); in thread_0_entry()
|
| D | threadx_block_memory_information_test.c | 46 static int test_status; variable 74 if ((_tx_thread_preempt_disable) && (test_status == 1)) in test_isr() 81 test_status = 2; in test_isr() 299 test_status = 1; in thread_0_entry() 316 } while (test_status == 1); in thread_0_entry()
|
| D | threadx_byte_memory_information_test.c | 45 static int test_status; variable 72 if ((_tx_thread_preempt_disable) && (test_status == 1)) in test_isr() 79 test_status = 2; in test_isr() 299 test_status = 1; in thread_0_entry() 316 } while (test_status == 1); in thread_0_entry()
|
| /ThreadX-v6.3.0/test/smp/regression/ |
| D | threadx_queue_prioritize.c | 41 static int test_status; variable 72 if ((_tx_thread_preempt_disable) && (test_status == 1)) in test_isr() 89 test_status = 2; in test_isr() 360 test_status = 1; in thread_0_entry() 377 } while (test_status == 1); in thread_0_entry()
|
| D | threadx_semaphore_prioritize.c | 41 static int test_status; variable 66 if ((_tx_thread_preempt_disable) && (test_status == 1)) in test_isr() 83 test_status = 2; in test_isr() 359 test_status = 1; in thread_0_entry() 376 } while (test_status == 1); in thread_0_entry()
|
| D | threadx_block_memory_prioritize_test.c | 43 static int test_status; variable 67 if ((_tx_thread_preempt_disable) && (test_status == 1)) in test_isr() 84 test_status = 2; in test_isr() 324 test_status = 1; in thread_0_entry() 341 } while (test_status == 1); in thread_0_entry()
|
| D | threadx_byte_memory_prioritize_test.c | 41 static int test_status; variable 65 if ((_tx_thread_preempt_disable) && (test_status == 1)) in test_isr() 82 test_status = 2; in test_isr() 321 test_status = 1; in thread_0_entry() 338 } while (test_status == 1); in thread_0_entry()
|
| D | threadx_mutex_proritize_test.c | 42 static int test_status; variable 67 if ((_tx_thread_preempt_disable) && (test_status == 1)) in test_isr() 84 test_status = 2; in test_isr() 340 test_status = 1; in thread_0_entry() 357 } while (test_status == 1); in thread_0_entry()
|
| D | threadx_block_memory_information_test.c | 46 static int test_status; variable 74 if ((_tx_thread_preempt_disable) && (test_status == 1)) in test_isr() 81 test_status = 2; in test_isr() 299 test_status = 1; in thread_0_entry() 316 } while (test_status == 1); in thread_0_entry()
|
| D | threadx_byte_memory_information_test.c | 45 static int test_status; variable 72 if ((_tx_thread_preempt_disable) && (test_status == 1)) in test_isr() 79 test_status = 2; in test_isr() 299 test_status = 1; in thread_0_entry() 316 } while (test_status == 1); in thread_0_entry()
|