Searched refs:cond_w (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/libxshmfence/dist/src/
H A Dxshmfence_semaphore.c38 #define COND_WAIT_W() do {} while (sem_wait(f->cond_w) != 0)
39 #define COND_SIGNAL_W() do { sem_post(f->cond_w); } while (0)
135 sem_t *cond_w, *cond_t; local in function:xshmfence_init
143 cond_w = mksemtemp(f.condname_w, sizeof(f.condname_w), "w");
144 if (cond_w == SEM_FAILED) {
152 sem_close(cond_w);
170 if (mmap ((void*)&f->cond_w,
178 if ((f->cond_w = sem_open(f->condname_w, 0)) == SEM_FAILED) {
197 sem_close(f->cond_w);
H A Dxshmfence_semaphore.h50 sem_t *cond_w PAGE_ALIGN;

Completed in 2 milliseconds