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

  /src/external/cddl/osnet/dist/head/
synch.h 105 int cond_timedwait(cond_t *, mutex_t *, const timespec_t *);
  /src/lib/libc/include/
reentrant.h 169 #define cond_timedwait(c, m, t) __libc_cond_timedwait((c), (m), (t)) macro
294 #define cond_timedwait(c, m, t) __nothing

Completed in 18 milliseconds