Illumos
DragonflyBSD
—
FreeBSD
—
Haiku
—
Illumos
—
Linux
—
NetBSD
—
OpenBSD
Action
Toggle Dropdown
Action
Another action
Something else here
Separated link
Symbol:
thrd_exit
usr/src/head/threads.h
89
extern _NORETURN_KYWD void thrd_exit(int) __NORETURN;
usr/src/test/libc-tests/tests/c11_threads.c
174
thrd_exit(23);