Home
last modified time | relevance | path

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

/external/chromium_org/third_party/libevent/test/
Dbench.c83 run_once(void) in run_once() function
180 tv = run_once();
/external/chromium/third_party/libevent/test/
Dbench.c83 run_once(void) in run_once() function
180 tv = run_once();
/external/chromium_org/third_party/libxml/src/
Dthreads.c161 } run_once = { 0, 0}; variable
956 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()
/external/libxml2/
Dthreads.c161 } run_once = { 0, 0}; variable
958 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()
/external/chromium_org/chrome_frame/
Dchrome_tab.cc330 RegKey run_once; in SetupRunOnce() local
331 LONG ret = run_once.Create(hive, kRunOnce, KEY_READ | KEY_WRITE); in SetupRunOnce()
337 ret = run_once.WriteValue(L"A", in SetupRunOnce()
/external/chromium/net/base/
Dnet_util.cc1911 static bool run_once = false; in IPv6SupportResults() local
1912 if (!run_once) { in IPv6SupportResults()
1913 run_once = true; in IPv6SupportResults()