Searched refs:init_once (Results 1 - 2 of 2) sorted by relevance

/freebsd-10.2-release/lib/libkse/thread/
H A Dthr_init.c226 static int init_once = 0; variable
441 if (init_once == 0) {
470 init_once = 1; /* Don't do this again. */
/freebsd-10.2-release/lib/libthr/thread/
H A Dthr_init.c269 static int init_once = 0; variable
475 if (init_once == 0) {
507 init_once = 1;

Completed in 106 milliseconds