Searched refs:run_once (Results 1 – 6 of 6) sorted by relevance
83 run_once(void) in run_once() function180 tv = run_once();
161 } run_once = { 0, 0}; variable956 if (!run_once.done) { in xmlOnceInit()957 if (InterlockedIncrement(&run_once.control) == 1) { in xmlOnceInit()962 run_once.done = 1; in xmlOnceInit()966 while (!run_once.done) in xmlOnceInit()
161 } run_once = { 0, 0}; variable958 if (!run_once.done) { in xmlOnceInit()959 if (InterlockedIncrement(&run_once.control) == 1) { in xmlOnceInit()964 run_once.done = 1; in xmlOnceInit()968 while (!run_once.done) in xmlOnceInit()
330 RegKey run_once; in SetupRunOnce() local331 LONG ret = run_once.Create(hive, kRunOnce, KEY_READ | KEY_WRITE); in SetupRunOnce()337 ret = run_once.WriteValue(L"A", in SetupRunOnce()
1911 static bool run_once = false; in IPv6SupportResults() local1912 if (!run_once) { in IPv6SupportResults()1913 run_once = true; in IPv6SupportResults()