HomeSort by: relevance | last modified time | path
    Searched refs:pthread_cond_destroy (Results 1 - 18 of 18) sorted by relevancy

  /xsrc/external/mit/MesaLib/dist/src/gallium/frontends/nine/
threadpool.c 125 pthread_cond_destroy(&pool->new_work);
197 pthread_cond_destroy(&task->finish);
  /xsrc/external/mit/MesaLib/dist/src/vulkan/wsi/
wsi_common_queue.h 70 pthread_cond_destroy(&queue->cond);
84 pthread_cond_destroy(&queue->cond);
wsi_common_display.c 1981 pthread_cond_destroy(&wsi->wait_cond);
  /xsrc/external/mit/MesaLib.old/dist/src/gallium/state_trackers/nine/
threadpool.c 125 pthread_cond_destroy(&pool->new_work);
197 pthread_cond_destroy(&task->finish);
  /xsrc/external/mit/MesaLib.old/dist/src/vulkan/wsi/
wsi_common_queue.h 72 pthread_cond_destroy(&queue->cond);
86 pthread_cond_destroy(&queue->cond);
wsi_common_display.c 1914 pthread_cond_destroy(&wsi->wait_cond);
  /xsrc/external/mit/MesaLib/dist/src/util/
cnd_monotonic.h 79 pthread_cond_destroy(&cond->cond);
  /xsrc/external/mit/libxcb/dist/src/
xcb_out.c 462 pthread_cond_destroy(&out->cond);
463 pthread_cond_destroy(&out->socket_cond);
xcb_in.c 526 pthread_cond_destroy(&cond);
882 pthread_cond_destroy(&se->special_event_cond);
916 pthread_cond_destroy(&in->event_cond);
  /xsrc/external/mit/MesaLib/dist/include/c11/
threads_posix.h 114 pthread_cond_destroy(cond);
  /xsrc/external/mit/MesaLib.old/dist/include/c11/
threads_posix.h 114 pthread_cond_destroy(cond);
  /xsrc/external/mit/xorgproto/dist/include/X11/
Xthreads.h 253 # define xcondition_clear(c) pthread_cond_destroy(c)
  /xsrc/external/mit/MesaLib/dist/src/intel/vulkan/
anv_queue.c 520 pthread_cond_destroy(&queue->cond);
541 pthread_cond_destroy(&queue->cond);
anv_device.c 3293 pthread_cond_destroy(&device->queue_submit);
3375 pthread_cond_destroy(&device->queue_submit);
  /xsrc/external/mit/xorg-server.old/dist/hw/xwin/
winmultiwindowwm.c 830 pthread_cond_destroy (&pWMInfo->wmMsgQueue.pcNotEmpty);
  /xsrc/external/mit/xorg-server/dist/hw/xwin/
winmultiwindowwm.c 997 pthread_cond_destroy(&pWMInfo->wmMsgQueue.pcNotEmpty);
  /xsrc/external/mit/MesaLib.old/dist/src/intel/vulkan/
anv_device.c 2401 pthread_cond_destroy(&device->queue_submit);
2460 pthread_cond_destroy(&device->queue_submit);
  /xsrc/external/mit/MesaLib/dist/src/freedreno/vulkan/
tu_device.c 1708 pthread_cond_destroy(&device->timeline_cond);

Completed in 31 milliseconds