Searched refs:pthread_setspecific (Results 1 - 8 of 8) sorted by relevance
/vbox/src/VBox/Runtime/r3/posix/ |
H A D | thread-posix.cpp | 242 pthread_setspecific(g_SelfKey, pThread); 244 pthread_setspecific(g_SelfKey, NULL); 273 int rc = pthread_setspecific(g_SelfKey, pThread); 283 pthread_setspecific(g_SelfKey, NULL); 309 int rc = pthread_setspecific(g_SelfKey, pThread); 326 pthread_setspecific(g_SelfKey, NULL);
|
H A D | tls-posix.cpp | 100 int rc = pthread_setspecific(iTls, pvValue);
|
/vbox/src/libs/xpcom18a4/nsprpub/pr/include/md/ |
H A D | _nspr_pthread.h | 61 pthread_setspecific(current_thread_key, (void *)newval) 64 pthread_setspecific(current_cpu_key, (void *)newval) 67 pthread_setspecific(last_thread_key, (void *)newval)
|
/vbox/src/VBox/GuestHost/OpenGL/util/ |
H A D | threads.c | 75 if (pthread_setspecific(tsd->key, ptr) != 0) {
|
/vbox/src/libs/libxml2-2.6.31/ |
H A D | threads.c | 60 extern int pthread_setspecific (pthread_key_t __key, 643 pthread_setspecific(globalkey, tsd); 823 (pthread_setspecific != NULL) &&
|
/vbox/src/libs/xpcom18a4/nsprpub/pr/src/pthreads/ |
H A D | ptthread.c | 207 rv = pthread_setspecific(pt_book.key, thred); 260 rv = pthread_setspecific(pt_book.key, NULL); 300 rv = pthread_setspecific(pt_book.key, thred); 989 rv = pthread_setspecific(pt_book.key, thred);
|
/vbox/src/VBox/Additions/x11/x11include/xproto-7.0.18/X11/ |
H A D | Xthreads.h | 230 # define xthread_set_specific(k,v) pthread_setspecific(k,v)
|
/vbox/src/VBox/Additions/x11/x11include/MesaLib-8.0.4-GL/GL/ |
H A D | vms_x_fix.h | 1063 #define pthread_setspecific PTHREAD_SETSPECIFIC macro
|
Completed in 319 milliseconds