HomeSort by relevance Sort by last modified time
    Searched defs:cnd_t (Results 1 - 2 of 2) sorted by null

  /external/mesa3d/include/c11/
threads_posix.h 65 typedef pthread_cond_t cnd_t; typedef
103 cnd_broadcast(cnd_t *cond)
111 cnd_destroy(cnd_t *cond)
119 cnd_init(cnd_t *cond)
127 cnd_signal(cnd_t *cond)
135 cnd_timedwait(cnd_t *cond, mtx_t *mtx, const xtime *xt)
155 cnd_wait(cnd_t *cond, mtx_t *mtx)
threads_win32.h 91 typedef struct cnd_t { struct
102 } cnd_t; typedef in typeref:struct:cnd_t
171 static void impl_cond_do_signal(cnd_t *cond, int broadcast)
209 static int impl_cond_do_wait(cnd_t *cond, mtx_t *mtx, const xtime *xt)
323 cnd_broadcast(cnd_t *cond)
336 cnd_destroy(cnd_t *cond)
350 cnd_init(cnd_t *cond)
368 cnd_signal(cnd_t *cond)
381 cnd_timedwait(cnd_t *cond, mtx_t *mtx, const xtime *xt)
395 cnd_wait(cnd_t *cond, mtx_t *mtx
    [all...]

Completed in 299 milliseconds