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

  /external/chromium/base/
process_posix.cc 19 void Process::Terminate(int result_code) {
process_win.cc 19 void Process::Terminate(int result_code) {
worker_pool_linux.cc 39 pool_->Terminate();
113 void LinuxDynamicThreadPool::Terminate() {
158 // the thread to terminate.
command_line.h 9 // case-insensitive. An argument of "--" will terminate switch
80 // outer library that needs to be able to terminate, and be re-initialized).
86 static void Terminate() { Reset(); }
  /external/wpa_supplicant_6/wpa_supplicant/src/eap_peer/
tncc.c 143 TNC_Result (*Terminate)(TNC_IMCID imcID);
361 imc->Terminate = tncc_get_sym(handle, "TNC_IMC_Terminate");
387 if (imc->Terminate == NULL)
392 res = imc->Terminate(imc->imcID);
  /external/wpa_supplicant_6/wpa_supplicant/src/eap_server/
tncs.c 140 TNC_Result (*Terminate)(TNC_IMVID imvID);
440 imv->Terminate = tncs_get_sym(handle, "TNC_IMV_Terminate");
466 if (imv->Terminate == NULL)
471 res = imv->Terminate(imv->imvID);

Completed in 346 milliseconds