/ThreadX-v6.2.1/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.2.1/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.2.1/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.2.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
|
/ThreadX-v6.2.1/ports/cortex_m3/iar/src/ |
D | tx_iar.c | 111 UINT status; in __iar_system_Mtxinit() local 186 UINT status; in __iar_system_Mtxlock() local 216 UINT status; in __iar_system_Mtxunlock() local 261 UINT status; in __iar_file_Mtxinit() local 336 UINT status; in __iar_file_Mtxlock() local 366 UINT status; in __iar_file_Mtxunlock() local 511 UINT status; in __iar_system_Mtxinit() local 587 UINT status; in __iar_system_Mtxlock() local 618 UINT status; in __iar_system_Mtxunlock() local 669 UINT status; in __iar_file_Mtxinit() local [all …]
|
/ThreadX-v6.2.1/ports/cortex_a15/iar/src/ |
D | tx_iar.c | 111 UINT status; in __iar_system_Mtxinit() local 186 UINT status; in __iar_system_Mtxlock() local 216 UINT status; in __iar_system_Mtxunlock() local 261 UINT status; in __iar_file_Mtxinit() local 336 UINT status; in __iar_file_Mtxlock() local 366 UINT status; in __iar_file_Mtxunlock() local 511 UINT status; in __iar_system_Mtxinit() local 587 UINT status; in __iar_system_Mtxlock() local 618 UINT status; in __iar_system_Mtxunlock() local 669 UINT status; in __iar_file_Mtxinit() local [all …]
|
/ThreadX-v6.2.1/ports_module/cortex_m7/iar/module_manager/src/ |
D | tx_iar.c | 111 UINT status; in __iar_system_Mtxinit() local 186 UINT status; in __iar_system_Mtxlock() local 216 UINT status; in __iar_system_Mtxunlock() local 261 UINT status; in __iar_file_Mtxinit() local 336 UINT status; in __iar_file_Mtxlock() local 366 UINT status; in __iar_file_Mtxunlock() local 511 UINT status; in __iar_system_Mtxinit() local 587 UINT status; in __iar_system_Mtxlock() local 618 UINT status; in __iar_system_Mtxunlock() local 669 UINT status; in __iar_file_Mtxinit() local [all …]
|
/ThreadX-v6.2.1/ports/cortex_m7/iar/src/ |
D | tx_iar.c | 111 UINT status; in __iar_system_Mtxinit() local 186 UINT status; in __iar_system_Mtxlock() local 216 UINT status; in __iar_system_Mtxunlock() local 261 UINT status; in __iar_file_Mtxinit() local 336 UINT status; in __iar_file_Mtxlock() local 366 UINT status; in __iar_file_Mtxunlock() local 511 UINT status; in __iar_system_Mtxinit() local 587 UINT status; in __iar_system_Mtxlock() local 618 UINT status; in __iar_system_Mtxunlock() local 669 UINT status; in __iar_file_Mtxinit() local [all …]
|
/ThreadX-v6.2.1/ports/cortex_m85/iar/src/ |
D | tx_iar.c | 111 UINT status; in __iar_system_Mtxinit() local 186 UINT status; in __iar_system_Mtxlock() local 216 UINT status; in __iar_system_Mtxunlock() local 261 UINT status; in __iar_file_Mtxinit() local 336 UINT status; in __iar_file_Mtxlock() local 366 UINT status; in __iar_file_Mtxunlock() local 511 UINT status; in __iar_system_Mtxinit() local 587 UINT status; in __iar_system_Mtxlock() local 618 UINT status; in __iar_system_Mtxunlock() local 669 UINT status; in __iar_file_Mtxinit() local [all …]
|
/ThreadX-v6.2.1/ports/cortex_r5/iar/src/ |
D | tx_iar.c | 111 UINT status; in __iar_system_Mtxinit() local 186 UINT status; in __iar_system_Mtxlock() local 216 UINT status; in __iar_system_Mtxunlock() local 261 UINT status; in __iar_file_Mtxinit() local 336 UINT status; in __iar_file_Mtxlock() local 366 UINT status; in __iar_file_Mtxunlock() local 511 UINT status; in __iar_system_Mtxinit() local 587 UINT status; in __iar_system_Mtxlock() local 618 UINT status; in __iar_system_Mtxunlock() local 669 UINT status; in __iar_file_Mtxinit() local [all …]
|
/ThreadX-v6.2.1/ports/cortex_m23/iar/src/ |
D | tx_iar.c | 111 UINT status; in __iar_system_Mtxinit() local 186 UINT status; in __iar_system_Mtxlock() local 216 UINT status; in __iar_system_Mtxunlock() local 261 UINT status; in __iar_file_Mtxinit() local 336 UINT status; in __iar_file_Mtxlock() local 366 UINT status; in __iar_file_Mtxunlock() local 511 UINT status; in __iar_system_Mtxinit() local 587 UINT status; in __iar_system_Mtxlock() local 618 UINT status; in __iar_system_Mtxunlock() local 669 UINT status; in __iar_file_Mtxinit() local [all …]
|
/ThreadX-v6.2.1/ports/cortex_a9/iar/src/ |
D | tx_iar.c | 111 UINT status; in __iar_system_Mtxinit() local 186 UINT status; in __iar_system_Mtxlock() local 216 UINT status; in __iar_system_Mtxunlock() local 261 UINT status; in __iar_file_Mtxinit() local 336 UINT status; in __iar_file_Mtxlock() local 366 UINT status; in __iar_file_Mtxunlock() local 511 UINT status; in __iar_system_Mtxinit() local 587 UINT status; in __iar_system_Mtxlock() local 618 UINT status; in __iar_system_Mtxunlock() local 669 UINT status; in __iar_file_Mtxinit() local [all …]
|
/ThreadX-v6.2.1/ports_module/cortex_m0+/iar/module_manager/src/ |
D | tx_iar.c | 111 UINT status; in __iar_system_Mtxinit() local 186 UINT status; in __iar_system_Mtxlock() local 216 UINT status; in __iar_system_Mtxunlock() local 261 UINT status; in __iar_file_Mtxinit() local 336 UINT status; in __iar_file_Mtxlock() local 366 UINT status; in __iar_file_Mtxunlock() local 511 UINT status; in __iar_system_Mtxinit() local 587 UINT status; in __iar_system_Mtxlock() local 618 UINT status; in __iar_system_Mtxunlock() local 669 UINT status; in __iar_file_Mtxinit() local [all …]
|
/ThreadX-v6.2.1/ports/cortex_m0/iar/src/ |
D | tx_iar.c | 111 UINT status; in __iar_system_Mtxinit() local 186 UINT status; in __iar_system_Mtxlock() local 216 UINT status; in __iar_system_Mtxunlock() local 261 UINT status; in __iar_file_Mtxinit() local 336 UINT status; in __iar_file_Mtxlock() local 366 UINT status; in __iar_file_Mtxunlock() local 511 UINT status; in __iar_system_Mtxinit() local 587 UINT status; in __iar_system_Mtxlock() local 618 UINT status; in __iar_system_Mtxunlock() local 669 UINT status; in __iar_file_Mtxinit() local [all …]
|