| /ThreadX-v6.3.0/common/src/ |
| D | tx_thread_sleep.c | 79 UINT status; in _tx_thread_sleep() local 99 status = TX_CALLER_ERROR; in _tx_thread_sleep() local 110 status = TX_CALLER_ERROR; in _tx_thread_sleep() local 123 status = TX_CALLER_ERROR; in _tx_thread_sleep() local 135 status = TX_SUCCESS; in _tx_thread_sleep() local 148 status = TX_CALLER_ERROR; in _tx_thread_sleep() local 193 status = thread_ptr -> tx_thread_suspend_status; in _tx_thread_sleep() local
|
| D | tx_mutex_get.c | 88 UINT status; in _tx_mutex_get() local 174 status = TX_SUCCESS; in _tx_mutex_get() local 189 status = TX_SUCCESS; in _tx_mutex_get() local 206 status = TX_NOT_AVAILABLE; in _tx_mutex_get() local 394 status = thread_ptr -> tx_thread_suspend_status; in _tx_mutex_get() local 404 status = TX_NOT_AVAILABLE; in _tx_mutex_get() local
|
| D | tx_mutex_put.c | 88 UINT status; in _tx_mutex_put() local 147 status = TX_NOT_OWNED; in _tx_mutex_put() local 166 status = TX_SUCCESS; in _tx_mutex_put() local 179 status = TX_SUCCESS; in _tx_mutex_put() local 233 status = TX_SUCCESS; in _tx_mutex_put() local 636 status = TX_SUCCESS; in _tx_mutex_put() local 650 status = TX_NOT_OWNED; in _tx_mutex_put() local
|
| D | tx_thread_wait_abort.c | 85 UINT status; in _tx_thread_wait_abort() local 110 status = TX_WAIT_ABORT_ERROR; in _tx_thread_wait_abort() local 216 status = TX_SUCCESS; in _tx_thread_wait_abort() local 240 status = TX_WAIT_ABORT_ERROR; in _tx_thread_wait_abort() local
|
| D | tx_semaphore_get.c | 84 UINT status; in _tx_semaphore_get() local 131 status = TX_NO_INSTANCE; in _tx_semaphore_get() local 218 status = thread_ptr -> tx_thread_suspend_status; in _tx_semaphore_get() local 228 status = TX_NO_INSTANCE; in _tx_semaphore_get() local
|
| D | tx_queue_receive.c | 94 UINT status; in _tx_queue_receive() local 383 status = TX_QUEUE_EMPTY; in _tx_queue_receive() local 472 status = thread_ptr -> tx_thread_suspend_status; in _tx_queue_receive() local 482 status = TX_QUEUE_EMPTY; in _tx_queue_receive() local
|
| /ThreadX-v6.3.0/common_smp/src/ |
| D | tx_thread_sleep.c | 79 UINT status; in _tx_thread_sleep() local 99 status = TX_CALLER_ERROR; in _tx_thread_sleep() local 110 status = TX_CALLER_ERROR; in _tx_thread_sleep() local 123 status = TX_CALLER_ERROR; in _tx_thread_sleep() local 135 status = TX_SUCCESS; in _tx_thread_sleep() local 148 status = TX_CALLER_ERROR; in _tx_thread_sleep() local 193 status = thread_ptr -> tx_thread_suspend_status; in _tx_thread_sleep() local
|
| D | tx_mutex_get.c | 88 UINT status; in _tx_mutex_get() local 174 status = TX_SUCCESS; in _tx_mutex_get() local 189 status = TX_SUCCESS; in _tx_mutex_get() local 206 status = TX_NOT_AVAILABLE; in _tx_mutex_get() local 394 status = thread_ptr -> tx_thread_suspend_status; in _tx_mutex_get() local 404 status = TX_NOT_AVAILABLE; in _tx_mutex_get() local
|
| D | tx_mutex_put.c | 88 UINT status; in _tx_mutex_put() local 147 status = TX_NOT_OWNED; in _tx_mutex_put() local 166 status = TX_SUCCESS; in _tx_mutex_put() local 179 status = TX_SUCCESS; in _tx_mutex_put() local 233 status = TX_SUCCESS; in _tx_mutex_put() local 636 status = TX_SUCCESS; in _tx_mutex_put() local 650 status = TX_NOT_OWNED; in _tx_mutex_put() local
|
| D | tx_thread_wait_abort.c | 85 UINT status; in _tx_thread_wait_abort() local 110 status = TX_WAIT_ABORT_ERROR; in _tx_thread_wait_abort() local 216 status = TX_SUCCESS; in _tx_thread_wait_abort() local 240 status = TX_WAIT_ABORT_ERROR; in _tx_thread_wait_abort() local
|
| D | tx_semaphore_get.c | 84 UINT status; in _tx_semaphore_get() local 131 status = TX_NO_INSTANCE; in _tx_semaphore_get() local 218 status = thread_ptr -> tx_thread_suspend_status; in _tx_semaphore_get() local 228 status = TX_NO_INSTANCE; in _tx_semaphore_get() local
|
| D | tx_thread_priority_change.c | 103 UINT status; in _tx_thread_priority_change() local 132 status = TX_SUCCESS; in _tx_thread_priority_change() local 150 status = TX_SUCCESS; in _tx_thread_priority_change() local 188 status = TX_SUCCESS; in _tx_thread_priority_change() local 226 status = TX_SUCCESS; in _tx_thread_priority_change() local 252 status = TX_SUCCESS; in _tx_thread_priority_change() local
|
| D | tx_queue_receive.c | 94 UINT status; in _tx_queue_receive() local 383 status = TX_QUEUE_EMPTY; in _tx_queue_receive() local 472 status = thread_ptr -> tx_thread_suspend_status; in _tx_queue_receive() local 482 status = TX_QUEUE_EMPTY; in _tx_queue_receive() local
|
| /ThreadX-v6.3.0/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.3.0/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.3.0/utility/benchmarks/thread_metric/threadx_example/ |
| D | tm_porting_layer_threadx.c | 134 UINT status; in tm_thread_create() local 157 UINT status; in tm_thread_resume() local 176 UINT status; in tm_thread_suspend() local 216 UINT status; in tm_queue_create() local 236 UINT status; in tm_queue_send() local 255 UINT status; in tm_queue_receive() local 274 UINT status; in tm_semaphore_create() local 293 UINT status; in tm_semaphore_get() local 312 UINT status; in tm_semaphore_put() local 332 UINT status; in tm_memory_pool_create() local [all …]
|
| /ThreadX-v6.3.0/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
|