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

  /src/lib/libpthread/
thrd.c 1 /* $NetBSD: thrd.c,v 1.4 2019/09/10 22:34:19 kamil Exp $ */
33 __RCSID("$NetBSD: thrd.c,v 1.4 2019/09/10 22:34:19 kamil Exp $");
133 thrd_join(thrd_t thrd, int *res)
137 _DIAGASSERT(thrd != NULL);
139 if (pthread_join(thrd, &ptr) == 0) {
Makefile 276 SRCS+= call_once.c cnd.c mtx.c thrd.c tss.c
277 MAN+= threads.3 call_once.3 cnd.3 mtx.3 thrd.3 tss.3
296 MLINKS+= thrd.3 thrd_create.3
297 MLINKS+= thrd.3 thrd_current.3
298 MLINKS+= thrd.3 thrd_detach.3
299 MLINKS+= thrd.3 thrd_equal.3
300 MLINKS+= thrd.3 thrd_exit.3
301 MLINKS+= thrd.3 thrd_join.3
302 MLINKS+= thrd.3 thrd_sleep.3
303 MLINKS+= thrd.3 thrd_yield.
    [all...]
  /src/external/bsd/ntp/dist/libntp/lib/isc/win32/
condition.c 63 register_thread(unsigned long thrd, isc_condition_t *gblcond,
89 newthread->th = thrd;
100 find_thread_condition(unsigned long thrd, isc_condition_t *cond,
114 if (threadcond->th == thrd) {
123 return (register_thread(thrd, cond, threadcondp));

Completed in 53 milliseconds