Searched refs:current_thread_ptr (Results 1 – 5 of 5) sorted by relevance
114 POSIX_TCB *pthread_ptr, *current_thread_ptr; in pthread_create() local162 current_thread_ptr=posix_tid2tcb(pthread_self()); in pthread_create()165 pthread_ptr->current_priority = current_thread_ptr->current_priority ; in pthread_create()166 pthread_ptr->detach_state = current_thread_ptr->detach_state ; in pthread_create()167 pthread_ptr->inherit_sched = current_thread_ptr->inherit_sched ; in pthread_create()168 pthread_ptr->orig_priority = current_thread_ptr->orig_priority ; in pthread_create()169 pthread_ptr->sched_attr.sched_priority= current_thread_ptr->sched_attr.sched_priority ; in pthread_create()170 pthread_ptr->pthread_flags = current_thread_ptr->pthread_flags ; in pthread_create()171 pthread_ptr->sched_policy = current_thread_ptr->sched_policy; in pthread_create()172 pthread_ptr->stack_size = current_thread_ptr->stack_size ; in pthread_create()
68 TX_THREAD *current_thread_ptr; in __stkchk() local71 TX_THREAD_GET_CURRENT(current_thread_ptr) in __stkchk()73 if(current_thread_ptr) in __stkchk()76 (unsigned)(current_thread_ptr -> tx_thread_stack_start)) in __stkchk()
74 TX_THREAD *current_thread_ptr; in __ghs_GetThreadLocalStorageItem() local77 TX_THREAD_GET_CURRENT(current_thread_ptr) in __ghs_GetThreadLocalStorageItem()153 if (current_thread_ptr) in __ghs_GetThreadLocalStorageItem()154 ptlsitem = (void *)&(current_thread_ptr->tx_thread_eh_globals); in __ghs_GetThreadLocalStorageItem()274 TX_THREAD *current_thread_ptr; in __get_eh_globals()277 TX_THREAD_GET_CURRENT(current_thread_ptr) in __get_eh_globals()279 if (current_thread_ptr) in __get_eh_globals()282 return current_thread_ptr->tx_thread_eh_globals; in __get_eh_globals()
74 TX_THREAD *current_thread_ptr; in __ghs_GetThreadLocalStorageItem() local77 TX_THREAD_GET_CURRENT(current_thread_ptr) in __ghs_GetThreadLocalStorageItem()153 if (current_thread_ptr) in __ghs_GetThreadLocalStorageItem()154 ptlsitem = (void *)&(current_thread_ptr->tx_thread_eh_globals); in __ghs_GetThreadLocalStorageItem()279 TX_THREAD *current_thread_ptr; in __get_eh_globals()282 TX_THREAD_GET_CURRENT(current_thread_ptr) in __get_eh_globals()284 if (current_thread_ptr) in __get_eh_globals()287 return current_thread_ptr->tx_thread_eh_globals; in __get_eh_globals()