Illumos
DragonflyBSD
—
FreeBSD
—
Haiku
—
Illumos
—
Linux
—
NetBSD
—
OpenBSD
Action
Toggle Dropdown
Action
Another action
Something else here
Separated link
Symbol:
call_once
usr/src/head/threads.h
70
extern void call_once(once_flag *, void (*)(void));
usr/src/test/libc-tests/tests/call_once.c
49
call_once(&co_once, co_once_func);