OpenBSD
DragonflyBSD
—
FreeBSD
—
Haiku
—
Illumos
—
Linux
—
NetBSD
—
OpenBSD
Action
Toggle Dropdown
Action
Another action
Something else here
Separated link
Symbol:
threadfunc
regress/lib/libc/sys/t_getpid.c
117
rv = pthread_create(&tid, NULL, threadfunc, &tpid);
regress/lib/libc/sys/t_getpid.c
44
static void *threadfunc(void *);