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

/xsrc/external/mit/libxshmfence/dist/src/
H A Dxshmfence_semaphore.h48 char condname_t[16]; member in struct:xshmfence
H A Dxshmfence_semaphore.c147 cond_t = mksemtemp(f.condname_t, sizeof(f.condname_t), "t");
182 if ((f->cond_t = sem_open(f->condname_t, 0)) == SEM_FAILED) {
201 sem_unlink(f->condname_t);

Completed in 2 milliseconds