Searched refs:ptid (Results 1 – 3 of 3) sorted by relevance
596 TX_THREAD *posix_tid2thread(pthread_t ptid) in posix_tid2thread() argument603 if (ptid) in posix_tid2thread()606 pthread = posix_tid2tcb(ptid); in posix_tid2thread()654 POSIX_TCB *posix_tid2tcb(pthread_t ptid) in posix_tid2tcb() argument660 if (ptid) in posix_tid2tcb()662 pthread = (POSIX_TCB *)ptid; in posix_tid2tcb()950 INT posix_get_pthread_errno(pthread_t ptid) in posix_get_pthread_errno() argument961 pthread_ptr = posix_tid2tcb(ptid); in posix_get_pthread_errno()
133 INT posix_get_pthread_errno(pthread_t ptid);180 TX_THREAD *posix_tid2thread(pthread_t ptid);182 POSIX_TCB *posix_tid2tcb(pthread_t ptid);
242 INT posix_get_pthread_errno(pthread_t ptid)245 ptid as an ID.