/external/bluetooth/bluez/compat/ |
D | dund.c | 89 volatile int terminate; variable 161 while (!terminate) { in do_listen() 182 terminate = 1; in do_listen() 320 terminate = 1; in do_connect() 343 terminate = 1; in do_connect() 348 } while (!terminate && persist); in do_connect() 376 terminate = 1; in sig_term()
|
D | pand.c | 88 static volatile int terminate; variable 175 while (!terminate) { in w4_hup() 269 while (!terminate) { in do_listen() 385 if (terminate && cleanup) { in create_connection() 434 terminate = 1; in do_connect() 466 terminate = 1; in do_connect() 471 } while (!terminate && persist); in do_connect() 496 terminate = 1; in sig_term()
|
/external/ipsec-tools/ |
D | main.c | 133 static void terminate(int signal) in terminate() function 153 signal(SIGHUP, terminate); in main() 154 signal(SIGINT, terminate); in main() 155 signal(SIGTERM, terminate); in main()
|
/external/wpa_supplicant/ |
D | eloop_none.c | 56 int terminate; member 319 while (!eloop.terminate && in eloop_run() 373 eloop.terminate = 1; in eloop_terminate() 394 return eloop.terminate; in eloop_terminated()
|
D | eloop.c | 65 int terminate; member 452 while (!eloop.terminate && in eloop_run() 512 eloop.terminate = 1; in eloop_terminate() 535 return eloop.terminate; in eloop_terminated()
|
D | eloop_win.c | 69 int terminate; member 463 while (!eloop.terminate && in eloop_run() 566 eloop.terminate = 1; in eloop_terminate() 594 return eloop.terminate; in eloop_terminated()
|
/external/wpa_supplicant_6/wpa_supplicant/src/utils/ |
D | eloop_none.c | 56 int terminate; member 319 while (!eloop.terminate && in eloop_run() 373 eloop.terminate = 1; in eloop_terminate() 394 return eloop.terminate; in eloop_terminated()
|
D | eloop.c | 65 int terminate; member 462 while (!eloop.terminate && in eloop_run() 522 eloop.terminate = 1; in eloop_terminate() 559 return eloop.terminate; in eloop_terminated()
|
D | eloop_win.c | 69 int terminate; member 463 while (!eloop.terminate && in eloop_run() 565 eloop.terminate = 1; in eloop_terminate() 593 return eloop.terminate; in eloop_terminated()
|
/external/webkit/WebCore/workers/ |
D | Worker.cpp | 95 void Worker::terminate() in terminate() function in WebCore::Worker 108 terminate(); in stop()
|
D | WorkerThread.cpp | 168 workerContext->thread()->runLoop().terminate(); in performTask() 220 m_runLoop.terminate(); in stop()
|
D | Worker.h | 66 void terminate();
|
D | WorkerRunLoop.h | 58 void terminate();
|
/external/bluetooth/bluez/test/ |
D | hstest.c | 46 static volatile int terminate = 0; variable 49 terminate = 1; in sig_term() 252 while (!terminate) { in main()
|
/external/libxml2/ |
D | DOCBparser.c | 113 int terminate ATTRIBUTE_UNUSED) in docbParseChunk() 123 return (xmlParseChunk(ctxt, chunk, size, terminate)); in docbParseChunk()
|
D | HTMLparser.c | 4614 htmlParseTryOrFinish(htmlParserCtxtPtr ctxt, int terminate) { in htmlParseTryOrFinish() argument 4681 if ((avail == 0) && (terminate)) { in htmlParseTryOrFinish() 4732 if ((!terminate) && in htmlParseTryOrFinish() 4765 if ((!terminate) && in htmlParseTryOrFinish() 4775 if ((!terminate) && in htmlParseTryOrFinish() 4789 if ((!terminate) && in htmlParseTryOrFinish() 4825 if ((!terminate) && in htmlParseTryOrFinish() 4835 if ((!terminate) && in htmlParseTryOrFinish() 4872 if ((!terminate) && in htmlParseTryOrFinish() 4882 if ((!terminate) && in htmlParseTryOrFinish() [all …]
|
/external/v8/src/ |
D | d8-debug.cc | 183 bool terminate = false; in Run() local 184 while (!terminate) { in Run() 195 terminate = true; in Run()
|
/external/webkit/WebCore/storage/ |
D | LocalStorageThread.h | 49 void terminate();
|
D | LocalStorageThread.cpp | 81 void LocalStorageThread::terminate() in terminate() function in WebCore::LocalStorageThread
|
D | StorageSyncManager.cpp | 81 m_thread->terminate(); in close()
|
/external/nist-sip/java/javax/sip/ |
D | Transaction.java | 25 void terminate() throws ObjectInUseException; in terminate() method
|
/external/webkit/WebCore/storage/wince/ |
D | LocalStorageThreadWince.h | 44 void terminate();
|
D | LocalStorageThreadWince.cpp | 71 void LocalStorageThread::terminate() in terminate() function in WebCore::LocalStorageThread
|
/external/libxml2/include/libxml/ |
D | DOCBparser.h | 83 int terminate);
|
/external/v8/test/cctest/ |
D | test-thread-termination.cc | 101 v8::InvocationCallback terminate, in CreateGlobalTemplate() argument 105 v8::FunctionTemplate::New(terminate)); in CreateGlobalTemplate()
|