Home
last modified time | relevance | path

Searched refs:current_thread_ptr (Results 1 – 5 of 5) sorted by relevance

/ThreadX-v6.4.1/utility/rtos_compatibility_layers/posix/
Dpx_pth_create.c114 POSIX_TCB *pthread_ptr, *current_thread_ptr; in pthread_create() local
162 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()
/ThreadX-v6.4.1/ports_smp/mips32_interaptiv_smp/green/src/
Dtxr_ghs.c68 TX_THREAD *current_thread_ptr; in __stkchk() local
71 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()
Dtx_ghs.c74 TX_THREAD *current_thread_ptr; in __ghs_GetThreadLocalStorageItem() local
77 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()
/ThreadX-v6.4.1/ports_smp/cortex_a5x_smp/green/src/
Dtxr_ghs.c68 TX_THREAD *current_thread_ptr; in __stkchk() local
71 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()
Dtx_ghs.c74 TX_THREAD *current_thread_ptr; in __ghs_GetThreadLocalStorageItem() local
77 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()