HomeSort by relevance Sort by last modified time
    Searched defs:StopNow (Results 1 - 10 of 10) sorted by null

  /external/mdnsresponder/mDNSPosix/
ExampleClientApp.c 34 static volatile mDNSBool StopNow;
41 StopNow = mDNStrue;
49 while (!StopNow)
77 if (errno != EINTR) StopNow = mDNStrue;
Identify.c 67 static volatile int StopNow; // 0 means running, 1 means stop because we got an answer, 2 means stop because of Ctrl-C
116 StopNow = 1;
160 if (/*NumHINFO && */ (NumAddr || NumAAAA)) StopNow = 1;
183 StopNow = 0;
185 while (!StopNow)
205 else if (errno != EINTR) StopNow = 2;
241 StopNow = 2;
252 if (StopNow == 0 && NumAnswers == 0 && target && target->type)
257 if (StopNow == 0 && NumAnswers == 0)
259 return(StopNow);
    [all...]
  /external/tensorflow/tensorflow/stream_executor/host/
host_timer.cc 33 return stream->ThenDoHostCallback([this]() { this->StopNow(); }).ok();
46 void HostTimer::StopNow() { duration_ = clock::now() - start_time_; }
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_itertools.py 37 class StopNow:
    [all...]
  /external/python/cpython2/Lib/test/
test_itertools.py 37 class StopNow:
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_itertools.py 37 class StopNow:
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_itertools.py 37 class StopNow:
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_itertools.py 37 class StopNow:
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_itertools.py 37 class StopNow:
    [all...]
  /external/python/cpython3/Lib/test/
test_itertools.py 48 class StopNow:
    [all...]

Completed in 359 milliseconds