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

1 2

  /xsrc/external/mit/MesaLib/dist/src/gallium/frontends/nine/
threadpool.c 53 pthread_cond_wait(&pool->new_work, &pool->m);
194 pthread_cond_wait(&task->finish, &pool->m);
  /xsrc/external/mit/MesaLib.old/dist/src/gallium/state_trackers/nine/
threadpool.c 53 pthread_cond_wait(&pool->new_work, &pool->m);
194 pthread_cond_wait(&task->finish, &pool->m);
  /xsrc/external/mit/libxshmfence/dist/src/
xshmfence_pthread.c 67 pthread_cond_wait(&f->wakeup, &f->lock);
  /xsrc/external/mit/xcb-util/dist/reply/
test_reply.c 80 pthread_cond_wait(&cond, &lock);
reply.c 104 pthread_cond_wait(&h->cond, &h->lock);
  /xsrc/external/mit/MesaLib/dist/src/util/
cnd_monotonic.h 141 return (pthread_cond_wait(&cond->cond, mtx) == 0) ? thrd_success : thrd_error;
  /xsrc/external/mit/xorg-server.old/dist/hw/xquartz/pbproxy/
main.m 59 pthread_cond_wait(&serverRunningCond, &serverRunningMutex);
  /xsrc/external/mit/libxcb/dist/src/
xcb_out.c 94 pthread_cond_wait(&c->out.socket_cond, &c->iolock);
133 pthread_cond_wait(&c->out.cond, &c->iolock);
498 pthread_cond_wait(&c->out.cond, &c->iolock);
xcb_conn.c 478 pthread_cond_wait(cond, &c->iolock);
  /xsrc/external/mit/xf86-video-intel/dist/src/sna/
sna_threads.c 70 pthread_cond_wait(&t->cond, &t->mutex);
226 pthread_cond_wait(&threads[n].cond, &threads[n].mutex);
sna_render.h 952 pthread_cond_wait(&r->wait, &r->lock);
  /xsrc/external/mit/xf86-video-intel-2014/dist/src/sna/
sna_threads.c 70 pthread_cond_wait(&t->cond, &t->mutex);
226 pthread_cond_wait(&threads[n].cond, &threads[n].mutex);
sna_render.h 862 pthread_cond_wait(&r->wait, &r->lock);
  /xsrc/external/mit/xorg-server/dist/hw/xquartz/
darwinEvents.c 106 pthread_cond_wait(&mieqInitializedCond, &mieqInitializedMutex);
352 pthread_cond_wait(&fd_add_ready_cond, &fd_add_lock);
  /xsrc/external/mit/xorg-server.old/dist/hw/xquartz/
darwinEvents.c 119 pthread_cond_wait(&mieq_ready_cond, &mieq_lock);
335 pthread_cond_wait(&fd_add_ready_cond, &fd_add_lock);
  /xsrc/external/mit/MesaLib/dist/include/c11/
threads_posix.h 155 return (pthread_cond_wait(cond, mtx) == 0) ? thrd_success : thrd_error;
  /xsrc/external/mit/MesaLib.old/dist/include/c11/
threads_posix.h 155 return (pthread_cond_wait(cond, mtx) == 0) ? thrd_success : thrd_error;
  /xsrc/external/mit/mesa-demos/dist/src/xdemos/
glthreads.c 298 pthread_cond_wait(&CondVar, &CondMutex);
  /xsrc/external/mit/xorg-server.old/dist/mi/
mieq.c 95 pthread_cond_wait(&serverRunningCond, &serverRunningMutex);
  /xsrc/external/mit/xorgproto/dist/include/X11/
Xthreads.h 254 # define xcondition_wait(c,m) pthread_cond_wait(c,m)
  /xsrc/external/mit/mesa-demos/dist/src/egl/opengl/
xeglthreads.c 312 pthread_cond_wait(&CondVar, &CondMutex);
  /xsrc/external/mit/MesaLib/dist/src/freedreno/drm/
msm_ringbuffer_sp.c 581 pthread_cond_wait(&flush_cnd, &flush_mtx);
  /xsrc/external/mit/MesaLib/dist/src/intel/vulkan/
anv_queue.c 427 pthread_cond_wait(&queue->cond, &queue->mutex);
459 int ret = pthread_cond_wait(&queue->device->queue_submit,
  /xsrc/external/mit/xorg-server.old/dist/hw/xwin/
winmultiwindowwm.c 322 pthread_cond_wait (&pQueue->pcNotEmpty, &pQueue->pmMutex);
1257 /* Grab our garbage mutex to satisfy pthread_cond_wait */
  /xsrc/external/mit/xorg-server/dist/hw/xwin/
winmultiwindowwm.c 288 pthread_cond_wait(&pQueue->pcNotEmpty, &pQueue->pmMutex);
1480 /* Grab our garbage mutex to satisfy pthread_cond_wait */

Completed in 25 milliseconds

1 2