Searched refs:thr_t (Results 1 - 3 of 3) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/StdLib/LibC/Stdio/
H A Dfileext.h40 thr_t _lockowner; /* The thread currently holding the lock */
/vbox/src/VBox/Devices/EFI/Firmware/StdLibPrivateInternalFiles/Include/
H A Dreentrant.h127 #define thr_t pthread_t macro
207 thr_t __libc_thr_self(void);
209 void __libc_thr_create(thr_t *, const thrattr_t *,
/vbox/src/VBox/Additions/x11/x11include/xproto-7.0.18/X11/
H A DXthreads.h197 typedef thr_t xthread_t;
202 # define xthread_fork(func,closure) { thr_t _tmpxthr; \

Completed in 45 milliseconds