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

/vbox/src/libs/libxml2-2.6.31/
H A Dthreads.c155 } run_once = { 0, 0 }; variable in typeref:struct:__anon17107
894 if (!run_once.done) {
895 if (InterlockedIncrement(&run_once.control) == 1)
901 run_once.done = 1;
906 while (!run_once.done)

Completed in 45 milliseconds