Searched refs:run_once (Results 1 - 3 of 3) sorted by path

/external/chromium_org/third_party/libevent/test/
H A Dbench.c83 run_once(void) function
180 tv = run_once();
/external/chromium_org/third_party/libxml/src/
H A Dthreads.c161 } run_once = { 0, 0}; variable in typeref:struct:__anon13366
956 if (!run_once.done) {
957 if (InterlockedIncrement(&run_once.control) == 1) {
962 run_once.done = 1;
966 while (!run_once.done)
/external/libxml2/
H A Dthreads.c162 } run_once = { 0, 0}; variable in typeref:struct:__anon25090
959 if (!run_once.done) {
960 if (InterlockedIncrement(&run_once.control) == 1) {
966 run_once.done = 1;
970 while (!run_once.done)

Completed in 329 milliseconds