HomeSort by relevance Sort by last modified time
    Searched refs:run_once (Results 1 - 6 of 6) sorted by null

  /external/chromium/third_party/libevent/test/
bench.c 83 run_once(void) function
180 tv = run_once();
  /external/chromium_org/third_party/libevent/test/
bench.c 83 run_once(void) function
180 tv = run_once();
  /external/chromium_org/third_party/libxml/src/
threads.c 161 } run_once = { 0, 0}; variable in typeref:struct:__anon14095
956 if (!run_once.done) {
957 if (InterlockedIncrement(&run_once.control) == 1) {
962 run_once.done = 1;
966 while (!run_once.done)
  /external/libxml2/
threads.c 161 } run_once = { 0, 0}; variable in typeref:struct:__anon23168
958 if (!run_once.done) {
959 if (InterlockedIncrement(&run_once.control) == 1) {
964 run_once.done = 1;
968 while (!run_once.done)
  /external/chromium_org/chrome_frame/
chrome_tab.cc 310 RegKey run_once; local
311 LONG ret = run_once.Create(hive, kRunOnce, KEY_READ | KEY_WRITE);
317 ret = run_once.WriteValue(L"A",
    [all...]
  /external/chromium/net/base/
net_util.cc 1911 static bool run_once = false; local
    [all...]

Completed in 355 milliseconds