Home
last modified time | relevance | path

Searched refs:OSGetTID (Results 1 – 3 of 3) sorted by relevance

/include/
Dsyscall.h34 int OSGetTID();
/lib/libc/posix/
Dpthread.c66 thr->tid = OSGetTID(); in __pthread_init()
81 int tid = OSGetTID(); in pthread_self()
/lib/libc/
Dsyscall.c113 OSGetTID() in OSGetTID() function