Searched refs:POSIX_TCB (Results 1 – 21 of 21) sorted by relevance
75 if (((POSIX_TCB *)thread_ptr < ptcb_pool) || in is_posix_thread()76 ((POSIX_TCB *)thread_ptr > &ptcb_pool[PTHREAD_THREADS_MAX - 1])) in is_posix_thread()172 VOID posix_reset_pthread_t (POSIX_TCB *ptcb) in posix_reset_pthread_t()217 VOID posix_copy_pthread_attr(POSIX_TCB *pthread_ptr,pthread_attr_t *attr) in posix_copy_pthread_attr()272 INT posix_allocate_pthread_t(POSIX_TCB **ptcb_ptr) in posix_allocate_pthread_t()275 POSIX_TCB *ptcb; in posix_allocate_pthread_t()279 *ptcb_ptr = (POSIX_TCB *)0; in posix_allocate_pthread_t()363 POSIX_TCB *pthread_ptr; in posix_thread_wrapper()367 TX_THREAD_EXTENSION_PTR_GET(pthread_ptr, POSIX_TCB, pthr_ptr) in posix_thread_wrapper()416 POSIX_TCB *posix_thread2tcb(TX_THREAD *thread_ptr) in posix_thread2tcb()[all …]
98 PX_OBJECT_DECLARE POSIX_TCB ptcb_pool[PTHREAD_THREADS_MAX];178 VOID posix_reset_pthread_t(POSIX_TCB *ptcb);182 POSIX_TCB *posix_tid2tcb(pthread_t ptid);186 POSIX_TCB *posix_thread2tcb(TX_THREAD *thread_ptr);188 TX_THREAD *posix_tcb2thread (POSIX_TCB *pthread_ptr);196 INT posix_allocate_pthread_t(POSIX_TCB **ptcb_ptr);198 VOID posix_copy_pthread_attr(POSIX_TCB *pthread_ptr,pthread_attr_t *attr);200 VOID posix_destroy_pthread(POSIX_TCB *pthread_ptr, VOID *value_ptr);202 VOID posix_do_pthread_delete(POSIX_TCB *pthread_ptr, VOID *value_ptr);
77 POSIX_TCB *pthread_ptr; in posix_system_manager_entry()96 pthread_ptr = (POSIX_TCB *)((((ALIGN_TYPE)request[0]) << 32) | request[1]); in posix_system_manager_entry()99 pthread_ptr = (POSIX_TCB *)request[0]; in posix_system_manager_entry()
81 POSIX_TCB *pthread_ptr; in pthread_exit()86 pthread_ptr = (POSIX_TCB *)thread_ptr; in pthread_exit()
75 POSIX_TCB *current_thread; in signal()96 current_thread = (POSIX_TCB *) tx_thread_identify(); in signal()
84 if (((POSIX_TCB *) thread_ptr) -> signals.signal_handler) in pthread_self()88 thread_ID = (pthread_t) ((POSIX_TCB *) thread_ptr) -> signals.base_thread_ptr; in pthread_self()
77 POSIX_TCB *signal_thread; in internal_signal_dispatch()78 POSIX_TCB *target_thread; in internal_signal_dispatch()92 signal_thread = (POSIX_TCB *) tx_thread_identify(); in internal_signal_dispatch()
76 POSIX_TCB *pthread_ptr; in pthread_getcanceltype()86 pthread_ptr = (POSIX_TCB *)thread_ptr; in pthread_getcanceltype()
79 POSIX_TCB *pthread_ptr; in pthread_setcancelstate()89 pthread_ptr = (POSIX_TCB *)thread_ptr; in pthread_setcancelstate()
78 POSIX_TCB *pthread_ptr; in pthread_setcanceltype()88 pthread_ptr = (POSIX_TCB *)thread_ptr; in pthread_setcanceltype()
76 POSIX_TCB *pthread_ptr; in pthread_cancel()91 pthread_ptr = (POSIX_TCB *)thread_ptr; in pthread_cancel()
84 POSIX_TCB *base_thread; in sigwait()89 base_thread = (POSIX_TCB *) tx_thread_identify(); in sigwait()
76 POSIX_TCB *pthread_ptr; in pthread_testcancel()
77 POSIX_TCB *thread_tcb; in pthread_getschedparam()
88 POSIX_TCB *pthread_ptr; in pthread_detach()
87 POSIX_TCB *base_thread; in pthread_sigmask()111 base_thread = (POSIX_TCB *) tx_thread_identify(); in pthread_sigmask()
87 POSIX_TCB *target_thread; in pthread_kill()88 POSIX_TCB *new_signal_thread; in pthread_kill()112 target_thread = (POSIX_TCB *) thread_id; in pthread_kill()
79 POSIX_TCB *thread_tcb; in pthread_setschedparam()
93 POSIX_TCB *current_ptr, *target_ptr; in pthread_join()
115 POSIX_TCB *pthread_ptr, *current_thread_ptr; in pthread_create()
349 }POSIX_TCB; typedef