Searched refs:thread_key_t (Results 1 - 10 of 10) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/StdLibPrivateInternalFiles/Include/
H A Dreentrant.h125 #define thread_key_t pthread_key_t macro
193 int __libc_thr_keycreate(thread_key_t *, void (*)(void *));
194 int __libc_thr_setspecific(thread_key_t, const void *);
195 void *__libc_thr_getspecific(thread_key_t);
196 int __libc_thr_keydelete(thread_key_t);
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.5.3/
H A Dglthread.h134 thread_key_t key;
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.6.5/
H A Dglthread.h134 thread_key_t key;
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.7.7/
H A Dglthread.h134 thread_key_t key;
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.8.0/
H A Dglthread.h134 thread_key_t key;
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.9.0/
H A Dglthread.h134 thread_key_t key;
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.10.0/
H A Dglthread.h134 thread_key_t key;
/vbox/src/VBox/Additions/x11/x11include/mesa-7.2/src/mesa/glapi/
H A Dglthread.h134 thread_key_t key;
/vbox/src/VBox/Additions/x11/x11include/xproto-7.0.18/X11/
H A DXthreads.h67 typedef thread_key_t xthread_key_t;
198 typedef thread_key_t xthread_key_t;
/vbox/src/libs/xpcom18a4/nsprpub/pr/include/md/
H A D_solaris.h251 #define THREAD_KEY_T thread_key_t

Completed in 55 milliseconds