HomeSort by: relevance | last modified time | path
    Searched refs:pthread_create (Results 1 - 25 of 49) sorted by relevancy

1 2

  /xsrc/external/mit/xorg-server/dist/hw/xwin/
winclipboardinit.c 120 if (pthread_create(&g_ptClipboardProc, NULL, winClipboardThreadProc, NULL)) {
122 ErrorF("winInitClipboard - pthread_create failed.\n");
winmsgwindow.c 175 if (pthread_create(&ptMsgWindowThreadProc,
178 ErrorF("winCreateMsgWindow - pthread_create failed.\n");
  /xsrc/external/mit/libdrm/dist/tests/nouveau/
threaded.c 131 pthread_create(&t1, NULL, openclose, nvdev);
132 pthread_create(&t2, NULL, openclose, nvdev);
  /xsrc/external/mit/MesaLib/dist/src/intel/vulkan/tests/
state_pool_test_helper.h 66 pthread_create(&jobs[i].thread, NULL, alloc_states, &jobs[i]);
state_pool_no_free.c 73 pthread_create(&jobs[i].thread, NULL, alloc_states, &jobs[i]);
block_pool_no_free.c 126 pthread_create(&jobs[i].thread, NULL, alloc_blocks, &jobs[i]);
  /xsrc/external/mit/MesaLib.old/dist/src/intel/vulkan/tests/
state_pool_test_helper.h 66 pthread_create(&jobs[i].thread, NULL, alloc_states, &jobs[i]);
state_pool_no_free.c 73 pthread_create(&jobs[i].thread, NULL, alloc_states, &jobs[i]);
block_pool_no_free.c 126 pthread_create(&jobs[i].thread, NULL, alloc_blocks, &jobs[i]);
  /xsrc/external/mit/fontconfig/dist/test/
test-crbug1004254.c 100 result = pthread_create (&threads[i], NULL, run_test_in_thread,
test-pthread.c 83 result = pthread_create(&threads[i],NULL,run_test_in_thread,
  /xsrc/external/mit/xorg-server.old/dist/hw/xquartz/
quartzStartup.c 72 pthread_create (&tid, &attr, func, arg);
  /xsrc/external/mit/xorg-server.old/dist/hw/xwin/
winclipboardinit.c 74 if (pthread_create (&g_ptClipboardProc,
80 ErrorF ("winInitClipboard - pthread_create failed.\n");
  /xsrc/external/mit/xorg-server/dist/hw/xquartz/
quartzStartup.c 77 pthread_create(&tid, &attr, func, arg);
  /xsrc/external/mit/MesaLib/dist/src/gallium/frontends/nine/
threadpool.c 103 pthread_create(&pool->pthread, NULL, threadpool_worker, pool);
  /xsrc/external/mit/MesaLib.old/dist/src/gallium/state_trackers/nine/
threadpool.c 103 pthread_create(&pool->pthread, NULL, threadpool_worker, pool);
  /xsrc/external/mit/mesa-demos/dist/src/xdemos/
sharedtex_mt.c 488 pthread_create(&t0, NULL, threadRunner, &tia0);
490 pthread_create(&t1, NULL, threadRunner, &tia1);
492 pthread_create(&t2, NULL, threadRunner, &tia2);
494 pthread_create(&t3, NULL, threadRunner, &tia3);
  /xsrc/external/mit/xcb-util/dist/reply/
reply.c 123 pthread_create(&h->thread, 0, reply_thread, h);
  /xsrc/external/mit/xorgproto/dist/include/X11/
Xthreads.h 174 pthread_create(&_tmpxthr,NULL,func,closure); }
240 pthread_create(&_tmpxthr,NULL,func,closure); }
249 pthread_create(&_tmpxthr,pthread_attr_default,func,closure); }
  /xsrc/external/mit/libdrm/dist/tests/modetest/
cursor.c 195 pthread_create(&cursor_thread, NULL, cursor_thread_func, NULL);
  /xsrc/external/mit/pixman/dist/test/
thread-test.c 173 pthread_create (&threads[i], NULL, thread, &info[i]);
  /xsrc/external/mit/MesaLib/dist/include/c11/
threads_posix.h 289 if (pthread_create(thr, NULL, impl_thrd_routine, pack) != 0) {
  /xsrc/external/mit/MesaLib.old/dist/include/c11/
threads_posix.h 289 if (pthread_create(thr, NULL, impl_thrd_routine, pack) != 0) {
  /xsrc/external/mit/libdrm/dist/tests/exynos/
exynos_fimg2d_event.c 311 pthread_create(&event_thread, NULL, threadfunc, &event_data);
  /xsrc/external/mit/xinit/dist/launchd/privileged_startx/
server.c 206 pthread_create(&thread, NULL, &idle_thread, NULL);

Completed in 16 milliseconds

1 2