Home
last modified time | relevance | path

Searched defs:thread_id (Results 1 – 14 of 14) sorted by relevance

/ThreadX-v6.2.1/ports/linux/gnu/src/
Dtx_thread_schedule.c214 pthread_t thread_id; in _tx_thread_delete_port_completion() local
242 pthread_t thread_id; in _tx_thread_reset_port_completion() local
Dtx_thread_system_return.c90 pthread_t thread_id; in _tx_thread_system_return() local
Dtx_thread_interrupt_control.c98 pthread_t thread_id; in _tx_thread_interrupt_control() local
Dtx_initialize_low_level.c407 void _tx_linux_thread_suspend(pthread_t thread_id) in _tx_linux_thread_suspend()
422 void _tx_linux_thread_resume(pthread_t thread_id) in _tx_linux_thread_resume()
/ThreadX-v6.2.1/utility/benchmarks/thread_metric/
Dtm_porting_layer_template.c40 int tm_thread_create(int thread_id, int priority, void (*entry_function)(void)) in tm_thread_create()
48 int tm_thread_resume(int thread_id) in tm_thread_resume()
56 int tm_thread_suspend(int thread_id) in tm_thread_suspend()
/ThreadX-v6.2.1/ports_smp/linux/gnu/src/
Dtx_thread_smp_core_get.c79 pthread_t thread_id; in _tx_thread_smp_core_get() local
Dtx_thread_smp_current_state_get.c80 pthread_t thread_id; in _tx_thread_smp_current_state_get() local
Dtx_thread_smp_current_thread_get.c78 pthread_t thread_id; in _tx_thread_smp_current_thread_get() local
Dtx_thread_system_return.c90 pthread_t thread_id; in _tx_thread_system_return() local
Dtx_thread_schedule.c477 pthread_t thread_id; in _tx_thread_delete_port_completion() local
501 pthread_t thread_id; in _tx_thread_reset_port_completion() local
Dtx_thread_interrupt_control.c99 pthread_t thread_id; in _tx_thread_interrupt_control() local
Dtx_initialize_low_level.c399 void _tx_linux_thread_suspend(pthread_t thread_id) in _tx_linux_thread_suspend()
414 void _tx_linux_thread_resume(pthread_t thread_id) in _tx_linux_thread_resume()
/ThreadX-v6.2.1/utility/rtos_compatibility_layers/posix/
Dpx_pth_kill.c82 int pthread_kill(ALIGN_TYPE thread_id, int sig) in pthread_kill()
/ThreadX-v6.2.1/utility/benchmarks/thread_metric/threadx_example/
Dtm_porting_layer_threadx.c131 int tm_thread_create(int thread_id, int priority, void (*entry_function)(void)) in tm_thread_create()
154 int tm_thread_resume(int thread_id) in tm_thread_resume()
173 int tm_thread_suspend(int thread_id) in tm_thread_suspend()