Searched refs:ptid (Results 1 – 3 of 3) sorted by relevance
595 TX_THREAD *posix_tid2thread(pthread_t ptid) in posix_tid2thread() argument602 if (ptid) in posix_tid2thread()605 pthread = posix_tid2tcb(ptid); in posix_tid2thread()653 POSIX_TCB *posix_tid2tcb(pthread_t ptid) in posix_tid2tcb() argument659 if (ptid) in posix_tid2tcb()661 pthread = (POSIX_TCB *)ptid; in posix_tid2tcb()949 INT posix_get_pthread_errno(pthread_t ptid) in posix_get_pthread_errno() argument960 pthread_ptr = posix_tid2tcb(ptid); in posix_get_pthread_errno()
132 INT posix_get_pthread_errno(pthread_t ptid);179 TX_THREAD *posix_tid2thread(pthread_t ptid);181 POSIX_TCB *posix_tid2tcb(pthread_t ptid);
242 INT posix_get_pthread_errno(pthread_t ptid)245 ptid as an ID.