Home
last modified time | relevance | path

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

/ThreadX-v6.4.1/ports/linux/gnu/src/
Dtx_thread_schedule.c213 pthread_t thread_id; in _tx_thread_delete_port_completion() local
241 pthread_t thread_id; in _tx_thread_reset_port_completion() local
Dtx_thread_system_return.c89 pthread_t thread_id; in _tx_thread_system_return() local
Dtx_thread_interrupt_control.c97 pthread_t thread_id; in _tx_thread_interrupt_control() local
Dtx_initialize_low_level.c406 void _tx_linux_thread_suspend(pthread_t thread_id) in _tx_linux_thread_suspend()
421 void _tx_linux_thread_resume(pthread_t thread_id) in _tx_linux_thread_resume()
/ThreadX-v6.4.1/utility/benchmarks/thread_metric/
Dtm_porting_layer_template.c39 int tm_thread_create(int thread_id, int priority, void (*entry_function)(void)) in tm_thread_create()
47 int tm_thread_resume(int thread_id) in tm_thread_resume()
55 int tm_thread_suspend(int thread_id) in tm_thread_suspend()
/ThreadX-v6.4.1/ports_smp/linux/gnu/src/
Dtx_thread_smp_core_get.c78 pthread_t thread_id; in _tx_thread_smp_core_get() local
Dtx_thread_smp_current_state_get.c79 pthread_t thread_id; in _tx_thread_smp_current_state_get() local
Dtx_thread_smp_current_thread_get.c77 pthread_t thread_id; in _tx_thread_smp_current_thread_get() local
Dtx_thread_system_return.c89 pthread_t thread_id; in _tx_thread_system_return() local
Dtx_thread_schedule.c476 pthread_t thread_id; in _tx_thread_delete_port_completion() local
500 pthread_t thread_id; in _tx_thread_reset_port_completion() local
Dtx_thread_interrupt_control.c98 pthread_t thread_id; in _tx_thread_interrupt_control() local
Dtx_initialize_low_level.c398 void _tx_linux_thread_suspend(pthread_t thread_id) in _tx_linux_thread_suspend()
413 void _tx_linux_thread_resume(pthread_t thread_id) in _tx_linux_thread_resume()
/ThreadX-v6.4.1/utility/rtos_compatibility_layers/posix/
Dpx_pth_kill.c81 int pthread_kill(ALIGN_TYPE thread_id, int sig) in pthread_kill()
/ThreadX-v6.4.1/utility/benchmarks/thread_metric/threadx_example/
Dtm_porting_layer_threadx.c130 int tm_thread_create(int thread_id, int priority, void (*entry_function)(void)) in tm_thread_create()
153 int tm_thread_resume(int thread_id) in tm_thread_resume()
172 int tm_thread_suspend(int thread_id) in tm_thread_suspend()