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

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/gettext-0.17/gnulib-local/lib/libxml/
H A Dthreads.c154 } run_once = { 0, 0 }; variable in typeref:struct:__anon2505
790 if (!run_once.done) {
791 if (InterlockedIncrement(&run_once.control) == 1)
797 run_once.done = 1;
802 while (!run_once.done)
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/libxml/
H A Dthreads.c154 } run_once = { 0, 0 }; variable in typeref:struct:__anon2279
790 if (!run_once.done) {
791 if (InterlockedIncrement(&run_once.control) == 1)
797 run_once.done = 1;
802 while (!run_once.done)
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/libxml2-2.7.2/
H A Dthreads.c159 } run_once = { 0, 0}; variable in typeref:struct:__anon2767
938 if (!run_once.done) {
939 if (InterlockedIncrement(&run_once.control) == 1) {
944 run_once.done = 1;
948 while (!run_once.done)
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/mips/mm/
H A Dtlbex.c1816 static int run_once = 0; local
1827 if (!run_once) {
1831 run_once++;
1846 if (!run_once) {
1850 run_once++;

Completed in 109 milliseconds