OpenBSD
DragonflyBSD
—
FreeBSD
—
Haiku
—
Illumos
—
Linux
—
NetBSD
—
OpenBSD
Action
Toggle Dropdown
Action
Another action
Something else here
Separated link
Symbol:
spinloop
regress/sys/kern/signal/sigprof/sigprof.c
36
void *spinloop(void *);
regress/sys/kern/signal/sigprof/sigprof.c
87
if (pthread_create(&threads[i], NULL, spinloop, NULL) != 0)