| /ThreadX-v6.3.0/utility/rtos_compatibility_layers/posix/ |
| D | px_pth_self.c | 70 pthread_t pthread_self(VOID) in pthread_self() 74 pthread_t thread_ID; in pthread_self() 88 thread_ID = (pthread_t) ((POSIX_TCB *) thread_ptr) -> signals.base_thread_ptr; in pthread_self()
|
| D | px_pth_equal.c | 73 INT pthread_equal(pthread_t thread1, pthread_t thread2) in pthread_equal()
|
| D | tx_posix.h | 292 typedef ALIGN_TYPE pthread_t; typedef 304 pthread_t pthreadID; 318 pthread_t joined_to_pthreadID; 320 pthread_t joined_by_pthreadID; 501 INT pthread_create (pthread_t *thread, pthread_attr_t *attr, 503 INT pthread_detach(pthread_t thread); 504 INT pthread_join(pthread_t thread, VOID **value_ptr); 505 INT pthread_equal(pthread_t thread1, pthread_t thread2); 507 pthread_t pthread_self(VOID); 542 INT pthread_cancel(pthread_t thread); [all …]
|
| D | px_int.h | 133 INT posix_get_pthread_errno(pthread_t ptid); 180 TX_THREAD *posix_tid2thread(pthread_t ptid); 182 POSIX_TCB *posix_tid2tcb(pthread_t ptid); 184 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 | 537 pthread_t posix_thread2tid(TX_THREAD *thread_ptr) in posix_thread2tid() 540 pthread_t thread_ID; in posix_thread2tid() 596 TX_THREAD *posix_tid2thread(pthread_t ptid) in posix_tid2thread() 654 POSIX_TCB *posix_tid2tcb(pthread_t ptid) in posix_tid2tcb() 796 pthread_t joined_pthread_ID; in posix_do_pthread_delete() 950 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 | 74 INT pthread_getschedparam(pthread_t thread, INT *policy, struct sched_param *param) in pthread_getschedparam()
|
| D | px_pth_detach.c | 82 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 | 72 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 | 107 INT pthread_create (pthread_t *thread, pthread_attr_t *attr, in pthread_create() 257 pthread_ptr->pthreadID = (pthread_t )pthread_ptr; in pthread_create()
|
| D | px_pth_setschedparam.c | 76 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.3.0/ports_smp/linux/gnu/src/ |
| D | tx_initialize_low_level.c | 42 pthread_t _tx_linux_scheduler_id; 68 pthread_t _tx_linux_timer_id; 89 pthread_t tx_linux_debug_entry_running_id; 100 pthread_t tx_linux_debug_entry_current_thread_id[TX_THREAD_SMP_MAX_CORES]; 102 pthread_t tx_linux_debug_entry_execute_thread_id[TX_THREAD_SMP_MAX_CORES]; 399 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()
|
| D | tx_thread_schedule.c | 38 extern pthread_t _tx_linux_timer_id; 299 pthread_t current_thread_id; in _tx_linux_mutex_obtain() 377 pthread_t current_thread_id; in _tx_linux_mutex_release() 477 pthread_t thread_id; in _tx_thread_delete_port_completion() 501 pthread_t thread_id; in _tx_thread_reset_port_completion()
|
| D | tx_thread_smp_core_get.c | 79 pthread_t thread_id; in _tx_thread_smp_core_get()
|
| D | tx_thread_smp_current_state_get.c | 80 pthread_t thread_id; in _tx_thread_smp_current_state_get()
|
| D | tx_thread_smp_current_thread_get.c | 78 pthread_t thread_id; in _tx_thread_smp_current_thread_get()
|
| D | tx_thread_smp_unprotect.c | 77 pthread_t current_thread_id; in _tx_thread_smp_unprotect()
|
| /ThreadX-v6.3.0/ports_smp/linux/gnu/inc/ |
| D | tx_port.h | 455 #define TX_THREAD_EXTENSION_0 pthread_t tx_thread_l… 513 pthread_t tx_linux_mutex_owner; 551 pthread_t tx_thread_smp_protect_linux_thread_id; 560 pthread_t tx_thread_smp_core_mapping_linux_thread_id; 647 extern pthread_t _tx_linux_scheduler_id; 655 void _tx_linux_thread_suspend(pthread_t thread_id); 656 void _tx_linux_thread_resume(pthread_t thread_id);
|
| /ThreadX-v6.3.0/ports/linux/gnu/src/ |
| D | tx_thread_schedule.c | 38 extern pthread_t _tx_linux_timer_id; 214 pthread_t thread_id; in _tx_thread_delete_port_completion() 242 pthread_t thread_id; in _tx_thread_reset_port_completion()
|
| D | tx_initialize_low_level.c | 60 pthread_t _tx_linux_timer_id; 67 void _tx_linux_thread_suspend(pthread_t thread_id); 407 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()
|
| D | tx_thread_interrupt_control.c | 98 pthread_t thread_id; in _tx_thread_interrupt_control()
|