Home
last modified time | relevance | path

Searched refs:pthread_t (Results 1 – 25 of 36) sorted by relevance

12

/ThreadX-v6.3.0/utility/rtos_compatibility_layers/posix/
Dpx_pth_self.c70 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()
Dpx_pth_equal.c73 INT pthread_equal(pthread_t thread1, pthread_t thread2) in pthread_equal()
Dtx_posix.h292 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 …]
Dpx_int.h133 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);
Dposix_demo.c12 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;
Dpx_pth_init.c537 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()
Dposix_signal_self_send_test.c14 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;
Dpx_pth_getschedparam.c74 INT pthread_getschedparam(pthread_t thread, INT *policy, struct sched_param *param) in pthread_getschedparam()
Dpx_pth_detach.c82 INT pthread_detach(pthread_t thread) in pthread_detach()
Dposix_signal_suspended_thread_test.c11 pthread_t pthread_0;
12 pthread_t pthread_1;
Dpx_pth_cancel.c72 INT pthread_cancel(pthread_t thread) in pthread_cancel()
Dposix_signal_resume_thread_test.c11 pthread_t pthread_0;
12 pthread_t pthread_1;
Dpx_pth_create.c107 INT pthread_create (pthread_t *thread, pthread_attr_t *attr, in pthread_create()
257 pthread_ptr->pthreadID = (pthread_t )pthread_ptr; in pthread_create()
Dpx_pth_setschedparam.c76 INT pthread_setschedparam(pthread_t thread, INT policy, const struct sched_param *param) in pthread_setschedparam()
Dposix_signal_sigwait_test.c9 pthread_t pthread_0;
10 pthread_t pthread_1;
/ThreadX-v6.3.0/ports_smp/linux/gnu/src/
Dtx_initialize_low_level.c42 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()
Dtx_thread_schedule.c38 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()
Dtx_thread_smp_core_get.c79 pthread_t thread_id; in _tx_thread_smp_core_get()
Dtx_thread_smp_current_state_get.c80 pthread_t thread_id; in _tx_thread_smp_current_state_get()
Dtx_thread_smp_current_thread_get.c78 pthread_t thread_id; in _tx_thread_smp_current_thread_get()
Dtx_thread_smp_unprotect.c77 pthread_t current_thread_id; in _tx_thread_smp_unprotect()
/ThreadX-v6.3.0/ports_smp/linux/gnu/inc/
Dtx_port.h455 #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/
Dtx_thread_schedule.c38 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()
Dtx_initialize_low_level.c60 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()
Dtx_thread_interrupt_control.c98 pthread_t thread_id; in _tx_thread_interrupt_control()

12