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 DXthreads.h173 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 DVBoxCAPIGlue.c90 (PFNDUMMY)pthread_create,
/vbox/src/VBox/ExtPacks/VBoxDTrace/onnv/lib/libdtrace/common/
H A Ddt_proc.c810 err = pthread_create(&dpr->dpr_tid, &a, dt_proc_control, &data);
/vbox/src/VBox/RDP/client-1.8.3/
H A Dscard.c182 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 Dvms_x_fix.h1016 #define pthread_create PTHREAD_CREATE macro
/vbox/src/VBox/Runtime/r3/linux/
H A Dsched-linux.cpp317 int rc = pthread_create(&Thread, NULL, pfnThread, pvArg);
/vbox/src/VBox/Runtime/r3/posix/
H A Dsched-posix.cpp392 rc = pthread_create(&Thread, &ThreadAttr, pfnThread, pvArg);
805 * with a proper fix. There's an pthread_create attribute for not inheriting
H A Dthread-posix.cpp205 * 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 Druntest.c3933 ret = pthread_create(&tid[i], 0, thread_specific_data,
3936 fprintf(stderr, "pthread_create failed\n");
H A DtestThreads.c114 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.h156 #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 Dpthreads_user.c405 rv = pthread_create(&thread->md.pthread, &attr, start, (void *)thread);
/vbox/src/libs/xpcom18a4/nsprpub/pr/tests/
H A Dsocket.c371 if (!pthread_create(&tid, NULL, (void * (*)(void *)) start, arg))
H A Dtestfile.c154 if (!pthread_create(&tid, NULL, start, arg))
/vbox/src/recompiler/tests/
H A Dtestthread.c40 pthread_create(&tid1, NULL, thread1_func, "hello1");
41 pthread_create(&tid2, NULL, thread2_func, "hello2");

Completed in 138 milliseconds