Illumos
DragonflyBSD
—
FreeBSD
—
Haiku
—
Illumos
—
Linux
—
NetBSD
—
OpenBSD
Action
Toggle Dropdown
Action
Another action
Something else here
Separated link
Symbol:
thrd_detach
usr/src/head/threads.h
87
extern int thrd_detach(thrd_t);
usr/src/test/libc-tests/tests/c11_threads.c
152
VERIFY3S(thrd_detach(other), ==, thrd_success);
usr/src/test/libc-tests/tests/c11_threads.c
165
VERIFY3S(thrd_detach(other), ==, thrd_success);