Home
last modified time | relevance | path

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

12

/ThreadX-v6.4.1/utility/rtos_compatibility_layers/posix/
Dpx_pth_self.c69 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()
Dpx_pth_equal.c72 INT pthread_equal(pthread_t thread1, pthread_t thread2) in pthread_equal()
Dtx_posix.h291 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 …]
Dpx_int.h132 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);
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.c536 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()
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.c73 INT pthread_getschedparam(pthread_t thread, INT *policy, struct sched_param *param) in pthread_getschedparam()
Dpx_pth_detach.c81 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.c71 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.c106 INT pthread_create (pthread_t *thread, pthread_attr_t *attr, in pthread_create()
256 pthread_ptr->pthreadID = (pthread_t )pthread_ptr; in pthread_create()
Dpx_pth_setschedparam.c75 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.4.1/ports_smp/linux/gnu/src/
Dtx_initialize_low_level.c41 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()
Dtx_thread_schedule.c37 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()
Dtx_thread_smp_core_get.c78 pthread_t thread_id; in _tx_thread_smp_core_get()
Dtx_thread_smp_current_state_get.c79 pthread_t thread_id; in _tx_thread_smp_current_state_get()
Dtx_thread_smp_current_thread_get.c77 pthread_t thread_id; in _tx_thread_smp_current_thread_get()
Dtx_thread_smp_unprotect.c76 pthread_t current_thread_id; in _tx_thread_smp_unprotect()
/ThreadX-v6.4.1/ports_smp/linux/gnu/inc/
Dtx_port.h454 #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/
Dtx_thread_schedule.c37 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()
Dtx_initialize_low_level.c59 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()
Dtx_thread_interrupt_control.c97 pthread_t thread_id; in _tx_thread_interrupt_control()

12