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

  /src/lib/libpthread/
Makefile 260 SRCS+= call_once.c cnd.c mtx.c thrd.c tss.c
261 MAN+= threads.3 call_once.3 cnd.3 mtx.3 thrd.3 tss.3
266 MLINKS+= cnd.3 cnd_broadcast.3
267 MLINKS+= cnd.3 cnd_destroy.3
268 MLINKS+= cnd.3 cnd_init.3
269 MLINKS+= cnd.3 cnd_signal.3
270 MLINKS+= cnd.3 cnd_timedwait.3
271 MLINKS+= cnd.3 cnd_wait.3
  /src/tests/lib/libpthread/
t_cancellation.c 212 cnd_t cnd; local in function:cancelpoint_cnd_timedwait
216 RT(cnd_init(&cnd));
220 RT(cnd_timedwait(&cnd, &mtx, &t));
227 cnd_t cnd; local in function:cancelpoint_cnd_wait
230 RT(cnd_init(&cnd));
234 RT(cnd_wait(&cnd, &mtx));
  /src/sys/arch/shark/shark/
scr.c 598 static void t0SendSM(struct scr_softc * sc,int cnd);
599 static void t0RecvSM(struct scr_softc * sc,int cnd);
600 static void ATRSM(struct scr_softc * sc,int cnd);
603 static void coldResetSM(struct scr_softc * sc,int cnd);
605 static void t0SendByteSM(struct scr_softc * sc,int cnd);
606 static void t0RecvByteSM(struct scr_softc * sc,int cnd);

Completed in 15 milliseconds