Searched refs:pthread_create (Results 1 - 15 of 15) sorted by relevance
| /vbox/src/VBox/Additions/x11/x11include/xproto-7.0.18/X11/ |
| H A D | Xthreads.h | 173 pthread_create(&_tmpxthr,NULL,func,closure); } 239 pthread_create(&_tmpxthr,NULL,func,closure); } 248 pthread_create(&_tmpxthr,pthread_attr_default,func,closure); }
|
| /vbox/src/VBox/Main/cbinding/ |
| H A D | VBoxCAPIGlue.c | 90 (PFNDUMMY)pthread_create,
|
| /vbox/src/VBox/ExtPacks/VBoxDTrace/onnv/lib/libdtrace/common/ |
| H A D | dt_proc.c | 810 err = pthread_create(&dpr->dpr_tid, &a, dt_proc_control, &data);
|
| /vbox/src/VBox/RDP/client-1.8.3/ |
| H A D | scard.c | 182 pthread_create(&queueHandler, NULL, (void *(*)(void *)) queue_handler_function, NULL)) 2607 Result = pthread_create(&cur->thread, NULL, (void *(*)(void *)) thread_function, cur);
|
| /vbox/src/VBox/Additions/x11/x11include/MesaLib-8.0.4-GL/GL/ |
| H A D | vms_x_fix.h | 1016 #define pthread_create PTHREAD_CREATE macro
|
| /vbox/src/VBox/Runtime/r3/linux/ |
| H A D | sched-linux.cpp | 317 int rc = pthread_create(&Thread, NULL, pfnThread, pvArg);
|
| /vbox/src/VBox/Runtime/r3/posix/ |
| H A D | sched-posix.cpp | 392 rc = pthread_create(&Thread, &ThreadAttr, pfnThread, pvArg); 805 * with a proper fix. There's an pthread_create attribute for not inheriting
|
| H A D | thread-posix.cpp | 205 * It will not help much if someone creates threads directly using pthread_create. :/ 361 rc = pthread_create(&ThreadId, &ThreadAttr, rtThreadNativeMain, pThread);
|
| /vbox/src/libs/libxml2-2.6.31/ |
| H A D | runtest.c | 3933 ret = pthread_create(&tid[i], 0, thread_specific_data, 3936 fprintf(stderr, "pthread_create failed\n");
|
| H A D | testThreads.c | 114 ret = pthread_create(&tid[i], NULL, thread_specific_data, 117 perror("pthread_create");
|
| /vbox/src/libs/xpcom18a4/nsprpub/pr/include/md/ |
| H A D | _pth.h | 156 #define _PT_PTHREAD_CREATE(t, a, f, r) pthread_create(t, a, f, r) 166 #define _PT_PTHREAD_CREATE(t, a, f, r) pthread_create(t, &a, f, r)
|
| /vbox/src/libs/xpcom18a4/nsprpub/pr/src/md/unix/ |
| H A D | pthreads_user.c | 405 rv = pthread_create(&thread->md.pthread, &attr, start, (void *)thread);
|
| /vbox/src/libs/xpcom18a4/nsprpub/pr/tests/ |
| H A D | socket.c | 371 if (!pthread_create(&tid, NULL, (void * (*)(void *)) start, arg))
|
| H A D | testfile.c | 154 if (!pthread_create(&tid, NULL, start, arg))
|
| /vbox/src/recompiler/tests/ |
| H A D | testthread.c | 40 pthread_create(&tid1, NULL, thread1_func, "hello1"); 41 pthread_create(&tid2, NULL, thread2_func, "hello2");
|
Completed in 138 milliseconds