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

  /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:__anon17991
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 162 } run_once = { 0, 0}; variable in typeref:struct:__anon4642
959 if (!run_once.done) {
960 if (InterlockedIncrement(&run_once.control) == 1) {
966 run_once.done = 1;
970 while (!run_once.done)

Completed in 953 milliseconds