| /ThreadX-v6.4.1/utility/rtos_compatibility_layers/posix/ |
| D | px_pth_self.c | 69 pthread_t pthread_self(VOID) in pthread_self() 73 pthread_t thread_ID; in pthread_self() 87 thread_ID = (pthread_t) ((POSIX_TCB *) thread_ptr) -> signals.base_thread_ptr; in pthread_self()
|
| D | px_pth_equal.c | 72 INT pthread_equal(pthread_t thread1, pthread_t thread2) in pthread_equal()
|
| D | tx_posix.h | 291 typedef ALIGN_TYPE pthread_t; typedef 303 pthread_t pthreadID; 317 pthread_t joined_to_pthreadID; 319 pthread_t joined_by_pthreadID; 500 INT pthread_create (pthread_t *thread, pthread_attr_t *attr, 502 INT pthread_detach(pthread_t thread); 503 INT pthread_join(pthread_t thread, VOID **value_ptr); 504 INT pthread_equal(pthread_t thread1, pthread_t thread2); 506 pthread_t pthread_self(VOID); 541 INT pthread_cancel(pthread_t thread); [all …]
|
| D | px_int.h | 132 INT posix_get_pthread_errno(pthread_t ptid); 179 TX_THREAD *posix_tid2thread(pthread_t ptid); 181 POSIX_TCB *posix_tid2tcb(pthread_t ptid); 183 pthread_t posix_thread2tid(TX_THREAD *thread_ptr);
|
| D | posix_demo.c | 12 pthread_t pthread_0; 13 pthread_t pthread_1; 14 pthread_t pthread_2; 15 pthread_t pthread_3; 16 pthread_t pthread_4; 17 pthread_t pthread_5;
|
| D | px_pth_init.c | 536 pthread_t posix_thread2tid(TX_THREAD *thread_ptr) in posix_thread2tid() 539 pthread_t thread_ID; in posix_thread2tid() 595 TX_THREAD *posix_tid2thread(pthread_t ptid) in posix_tid2thread() 653 POSIX_TCB *posix_tid2tcb(pthread_t ptid) in posix_tid2tcb() 795 pthread_t joined_pthread_ID; in posix_do_pthread_delete() 949 INT posix_get_pthread_errno(pthread_t ptid) in posix_get_pthread_errno()
|
| D | posix_signal_self_send_test.c | 14 pthread_t pthread_0; 17 pthread_t pthread_1; 18 pthread_t pthread_2; 19 pthread_t pthread_3; 20 pthread_t pthread_4; 21 pthread_t pthread_5;
|
| D | px_pth_getschedparam.c | 73 INT pthread_getschedparam(pthread_t thread, INT *policy, struct sched_param *param) in pthread_getschedparam()
|
| D | px_pth_detach.c | 81 INT pthread_detach(pthread_t thread) in pthread_detach()
|
| D | posix_signal_suspended_thread_test.c | 11 pthread_t pthread_0; 12 pthread_t pthread_1;
|
| D | px_pth_cancel.c | 71 INT pthread_cancel(pthread_t thread) in pthread_cancel()
|
| D | posix_signal_resume_thread_test.c | 11 pthread_t pthread_0; 12 pthread_t pthread_1;
|
| D | px_pth_create.c | 106 INT pthread_create (pthread_t *thread, pthread_attr_t *attr, in pthread_create() 256 pthread_ptr->pthreadID = (pthread_t )pthread_ptr; in pthread_create()
|
| D | px_pth_setschedparam.c | 75 INT pthread_setschedparam(pthread_t thread, INT policy, const struct sched_param *param) in pthread_setschedparam()
|
| D | posix_signal_sigwait_test.c | 9 pthread_t pthread_0; 10 pthread_t pthread_1;
|
| /ThreadX-v6.4.1/ports_smp/linux/gnu/src/ |
| D | tx_initialize_low_level.c | 41 pthread_t _tx_linux_scheduler_id; 67 pthread_t _tx_linux_timer_id; 88 pthread_t tx_linux_debug_entry_running_id; 99 pthread_t tx_linux_debug_entry_current_thread_id[TX_THREAD_SMP_MAX_CORES]; 101 pthread_t tx_linux_debug_entry_execute_thread_id[TX_THREAD_SMP_MAX_CORES]; 398 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()
|
| D | tx_thread_schedule.c | 37 extern pthread_t _tx_linux_timer_id; 298 pthread_t current_thread_id; in _tx_linux_mutex_obtain() 376 pthread_t current_thread_id; in _tx_linux_mutex_release() 476 pthread_t thread_id; in _tx_thread_delete_port_completion() 500 pthread_t thread_id; in _tx_thread_reset_port_completion()
|
| D | tx_thread_smp_core_get.c | 78 pthread_t thread_id; in _tx_thread_smp_core_get()
|
| D | tx_thread_smp_current_state_get.c | 79 pthread_t thread_id; in _tx_thread_smp_current_state_get()
|
| D | tx_thread_smp_current_thread_get.c | 77 pthread_t thread_id; in _tx_thread_smp_current_thread_get()
|
| D | tx_thread_smp_unprotect.c | 76 pthread_t current_thread_id; in _tx_thread_smp_unprotect()
|
| /ThreadX-v6.4.1/ports_smp/linux/gnu/inc/ |
| D | tx_port.h | 454 #define TX_THREAD_EXTENSION_0 pthread_t tx_thread_l… 512 pthread_t tx_linux_mutex_owner; 550 pthread_t tx_thread_smp_protect_linux_thread_id; 559 pthread_t tx_thread_smp_core_mapping_linux_thread_id; 646 extern pthread_t _tx_linux_scheduler_id; 654 void _tx_linux_thread_suspend(pthread_t thread_id); 655 void _tx_linux_thread_resume(pthread_t thread_id);
|
| /ThreadX-v6.4.1/ports/linux/gnu/src/ |
| D | tx_thread_schedule.c | 37 extern pthread_t _tx_linux_timer_id; 213 pthread_t thread_id; in _tx_thread_delete_port_completion() 241 pthread_t thread_id; in _tx_thread_reset_port_completion()
|
| D | tx_initialize_low_level.c | 59 pthread_t _tx_linux_timer_id; 66 void _tx_linux_thread_suspend(pthread_t thread_id); 406 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()
|
| D | tx_thread_interrupt_control.c | 97 pthread_t thread_id; in _tx_thread_interrupt_control()
|