/ThreadX-v6.4.1/common/src/ |
D | tx_thread_sleep.c | 78 UINT status; in _tx_thread_sleep() local 98 status = TX_CALLER_ERROR; in _tx_thread_sleep() local 109 status = TX_CALLER_ERROR; in _tx_thread_sleep() local 122 status = TX_CALLER_ERROR; in _tx_thread_sleep() local 134 status = TX_SUCCESS; in _tx_thread_sleep() local 147 status = TX_CALLER_ERROR; in _tx_thread_sleep() local 192 status = thread_ptr -> tx_thread_suspend_status; in _tx_thread_sleep() local
|
D | tx_mutex_get.c | 87 UINT status; in _tx_mutex_get() local 173 status = TX_SUCCESS; in _tx_mutex_get() local 188 status = TX_SUCCESS; in _tx_mutex_get() local 205 status = TX_NOT_AVAILABLE; in _tx_mutex_get() local 393 status = thread_ptr -> tx_thread_suspend_status; in _tx_mutex_get() local 403 status = TX_NOT_AVAILABLE; in _tx_mutex_get() local
|
D | tx_mutex_put.c | 87 UINT status; in _tx_mutex_put() local 146 status = TX_NOT_OWNED; in _tx_mutex_put() local 165 status = TX_SUCCESS; in _tx_mutex_put() local 178 status = TX_SUCCESS; in _tx_mutex_put() local 232 status = TX_SUCCESS; in _tx_mutex_put() local 635 status = TX_SUCCESS; in _tx_mutex_put() local 649 status = TX_NOT_OWNED; in _tx_mutex_put() local
|
D | tx_thread_wait_abort.c | 84 UINT status; in _tx_thread_wait_abort() local 109 status = TX_WAIT_ABORT_ERROR; in _tx_thread_wait_abort() local 215 status = TX_SUCCESS; in _tx_thread_wait_abort() local 239 status = TX_WAIT_ABORT_ERROR; in _tx_thread_wait_abort() local
|
D | tx_semaphore_get.c | 83 UINT status; in _tx_semaphore_get() local 130 status = TX_NO_INSTANCE; in _tx_semaphore_get() local 217 status = thread_ptr -> tx_thread_suspend_status; in _tx_semaphore_get() local 227 status = TX_NO_INSTANCE; in _tx_semaphore_get() local
|
D | tx_queue_receive.c | 93 UINT status; in _tx_queue_receive() local 382 status = TX_QUEUE_EMPTY; in _tx_queue_receive() local 471 status = thread_ptr -> tx_thread_suspend_status; in _tx_queue_receive() local 481 status = TX_QUEUE_EMPTY; in _tx_queue_receive() local
|
/ThreadX-v6.4.1/common_smp/src/ |
D | tx_thread_sleep.c | 78 UINT status; in _tx_thread_sleep() local 98 status = TX_CALLER_ERROR; in _tx_thread_sleep() local 109 status = TX_CALLER_ERROR; in _tx_thread_sleep() local 122 status = TX_CALLER_ERROR; in _tx_thread_sleep() local 134 status = TX_SUCCESS; in _tx_thread_sleep() local 147 status = TX_CALLER_ERROR; in _tx_thread_sleep() local 192 status = thread_ptr -> tx_thread_suspend_status; in _tx_thread_sleep() local
|
D | tx_mutex_get.c | 87 UINT status; in _tx_mutex_get() local 173 status = TX_SUCCESS; in _tx_mutex_get() local 188 status = TX_SUCCESS; in _tx_mutex_get() local 205 status = TX_NOT_AVAILABLE; in _tx_mutex_get() local 393 status = thread_ptr -> tx_thread_suspend_status; in _tx_mutex_get() local 403 status = TX_NOT_AVAILABLE; in _tx_mutex_get() local
|
D | tx_mutex_put.c | 87 UINT status; in _tx_mutex_put() local 146 status = TX_NOT_OWNED; in _tx_mutex_put() local 165 status = TX_SUCCESS; in _tx_mutex_put() local 178 status = TX_SUCCESS; in _tx_mutex_put() local 232 status = TX_SUCCESS; in _tx_mutex_put() local 635 status = TX_SUCCESS; in _tx_mutex_put() local 649 status = TX_NOT_OWNED; in _tx_mutex_put() local
|
D | tx_thread_wait_abort.c | 84 UINT status; in _tx_thread_wait_abort() local 109 status = TX_WAIT_ABORT_ERROR; in _tx_thread_wait_abort() local 215 status = TX_SUCCESS; in _tx_thread_wait_abort() local 239 status = TX_WAIT_ABORT_ERROR; in _tx_thread_wait_abort() local
|
D | tx_semaphore_get.c | 83 UINT status; in _tx_semaphore_get() local 130 status = TX_NO_INSTANCE; in _tx_semaphore_get() local 217 status = thread_ptr -> tx_thread_suspend_status; in _tx_semaphore_get() local 227 status = TX_NO_INSTANCE; in _tx_semaphore_get() local
|
D | tx_thread_priority_change.c | 102 UINT status; in _tx_thread_priority_change() local 131 status = TX_SUCCESS; in _tx_thread_priority_change() local 149 status = TX_SUCCESS; in _tx_thread_priority_change() local 187 status = TX_SUCCESS; in _tx_thread_priority_change() local 225 status = TX_SUCCESS; in _tx_thread_priority_change() local 251 status = TX_SUCCESS; in _tx_thread_priority_change() local
|
D | tx_queue_receive.c | 93 UINT status; in _tx_queue_receive() local 382 status = TX_QUEUE_EMPTY; in _tx_queue_receive() local 471 status = thread_ptr -> tx_thread_suspend_status; in _tx_queue_receive() local 481 status = TX_QUEUE_EMPTY; in _tx_queue_receive() local
|
/ThreadX-v6.4.1/test/tx/regression/ |
D | threadx_thread_multi_level_preemption_threshold_test.c | 132 UINT status; in test_application_define() local 467 UINT status; in thread_0_entry() local 585 UINT status; in thread_2_entry() local 663 UINT status; in thread_1_0_entry() local 695 UINT status; in thread_3_2_entry() local 714 UINT status; in thread_4_3_entry() local 733 UINT status; in thread_6_5_entry() local 758 UINT status; in thread_8_7_entry() local 777 UINT status; in thread_10_9_entry() local 795 UINT status; in thread_12_11_entry() local [all …]
|
D | threadx_mutex_priority_inheritance_test.c | 67 UINT status; in test_application_define() local 241 UINT status; in thread_0_entry() local 427 UINT status; in thread_1_entry() local 453 UINT status; in thread_2_entry() local 482 UINT status; in thread_4_entry() local 512 UINT status; in thread_5_entry() local 534 UINT status; in thread_6_entry() local 556 UINT status; in thread_7_entry() local
|
D | threadx_mutex_proritize_test.c | 100 UINT status; in test_application_define() local 220 UINT status; in thread_0_entry() local 380 UINT status; in thread_1_entry() local 405 UINT status; in thread_2_entry() local 430 UINT status; in thread_3_entry() local 455 UINT status; in thread_4_entry() local 480 UINT status; in thread_5_entry() local 505 UINT status; in thread_6_entry() local
|
D | threadx_semaphore_prioritize.c | 106 UINT status; in test_application_define() local 252 UINT status; in thread_0_entry() local 398 UINT status; in thread_1_entry() local 419 UINT status; in thread_2_entry() local 441 UINT status; in thread_3_entry() local 463 UINT status; in thread_4_entry() local 485 UINT status; in thread_5_entry() local 507 UINT status; in thread_6_entry() local
|
D | threadx_mutex_delete_test.c | 40 UINT status; in test_application_define() local 108 UINT status; in thread_0_entry() local 170 UINT status; in thread_1_entry() local 185 UINT status; in thread_2_entry() local
|
/ThreadX-v6.4.1/test/smp/regression/ |
D | threadx_thread_multi_level_preemption_threshold_test.c | 132 UINT status; in test_application_define() local 467 UINT status; in thread_0_entry() local 585 UINT status; in thread_2_entry() local 663 UINT status; in thread_1_0_entry() local 695 UINT status; in thread_3_2_entry() local 714 UINT status; in thread_4_3_entry() local 733 UINT status; in thread_6_5_entry() local 758 UINT status; in thread_8_7_entry() local 777 UINT status; in thread_10_9_entry() local 795 UINT status; in thread_12_11_entry() local [all …]
|
D | threadx_mutex_priority_inheritance_test.c | 67 UINT status; in test_application_define() local 241 UINT status; in thread_0_entry() local 427 UINT status; in thread_1_entry() local 453 UINT status; in thread_2_entry() local 482 UINT status; in thread_4_entry() local 546 UINT status; in thread_5_entry() local 568 UINT status; in thread_6_entry() local 590 UINT status; in thread_7_entry() local
|
D | threadx_mutex_proritize_test.c | 100 UINT status; in test_application_define() local 220 UINT status; in thread_0_entry() local 380 UINT status; in thread_1_entry() local 405 UINT status; in thread_2_entry() local 430 UINT status; in thread_3_entry() local 455 UINT status; in thread_4_entry() local 480 UINT status; in thread_5_entry() local 505 UINT status; in thread_6_entry() local
|
D | threadx_semaphore_prioritize.c | 106 UINT status; in test_application_define() local 252 UINT status; in thread_0_entry() local 398 UINT status; in thread_1_entry() local 419 UINT status; in thread_2_entry() local 441 UINT status; in thread_3_entry() local 463 UINT status; in thread_4_entry() local 485 UINT status; in thread_5_entry() local 507 UINT status; in thread_6_entry() local
|
D | threadx_mutex_delete_test.c | 40 UINT status; in test_application_define() local 108 UINT status; in thread_0_entry() local 170 UINT status; in thread_1_entry() local 185 UINT status; in thread_2_entry() local
|
/ThreadX-v6.4.1/utility/benchmarks/thread_metric/threadx_example/ |
D | tm_porting_layer_threadx.c | 133 UINT status; in tm_thread_create() local 156 UINT status; in tm_thread_resume() local 175 UINT status; in tm_thread_suspend() local 215 UINT status; in tm_queue_create() local 235 UINT status; in tm_queue_send() local 254 UINT status; in tm_queue_receive() local 273 UINT status; in tm_semaphore_create() local 292 UINT status; in tm_semaphore_get() local 311 UINT status; in tm_semaphore_put() local 331 UINT status; in tm_memory_pool_create() local [all …]
|
/ThreadX-v6.4.1/ports/xtensa/xcc/src/ |
D | xtensa_overlay_os_hook.c | 70 UINT status = in xt_overlay_init_os() local 86 UINT status = tx_mutex_get (&xt_overlay_mutex, TX_WAIT_FOREVER); in xt_overlay_lock() local 101 UINT status = tx_mutex_put (&xt_overlay_mutex); in xt_overlay_unlock() local
|