HomeSort by: relevance | last modified time | path
    Searched refs:thrd (Results 1 - 2 of 2) 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 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
280 MLINKS+= thrd.3 thrd_create.3
281 MLINKS+= thrd.3 thrd_current.3
282 MLINKS+= thrd.3 thrd_detach.3
283 MLINKS+= thrd.3 thrd_equal.3
284 MLINKS+= thrd.3 thrd_exit.3
285 MLINKS+= thrd.3 thrd_join.3
286 MLINKS+= thrd.3 thrd_sleep.3
287 MLINKS+= thrd.3 thrd_yield.
    [all...]

Completed in 12 milliseconds