Searched refs:terminate (Results 26 - 50 of 216) sorted by relevance

123456789

/macosx-10.10.1/pyobjc-45/2.6/pyobjc/pyobjc-core/libxml2-src/include/libxml/
H A DDOCBparser.h83 int terminate);
/macosx-10.10.1/tcl-105/tcl_ext/tdom/tdom/apps/
H A Dxslt.tcl63 proc xsltmsgcmd {msg terminate} {
/macosx-10.10.1/ppp-786.1.1/Drivers/L2TP/L2TP-extension/
H A Dl2tp_udp.c59 int terminate; member in struct:l2tp_udp_thread
283 l2tp_udp_threads[i].terminate = 1;
285 msleep(&l2tp_udp_threads[i].terminate, l2tp_udp_threads[i].mtx, PZERO + 1, "l2tp_udp_dispose_threads", 0);
416 if (thread_socket->terminate) {
417 wakeup(&thread_socket->terminate);
418 // just sleep again. caller will terminate the thread.
419 msleep(&thread_socket->thread, thread_socket->mtx, PZERO + 1, "l2tp_udp_thread_func terminate", 0);
/macosx-10.10.1/dtrace-147/tools/ctfconvert/
H A Doutput.c444 terminate("%s: Can't open symbol table\n", file);
446 terminate(""); /* missing symbol table is most likely an empty binary,
468 terminate("%s: Can't open direct string table\n", file);
800 terminate("%s: Cannot find %s section\n", srcname,
921 terminate("%s: Cannot open for re-reading", srcname);
927 terminate("%s: Cannot mmap for re-reading", srcname);
931 terminate("%s: is not a thin (single architecture) mach-o binary.\n", srcname);
939 terminate("%s: Has no load commands.\n", srcname);
1086 terminate("%s: Cannot open for re-reading", srcname);
1092 terminate("
[all...]
H A Dinput.c98 terminate("Input file %s was partially built from "
166 terminate("%s: Unknown elf kind %d\n",
199 terminate("%s: Cannot open for reading", file);
218 terminate("%s: Unknown elf kind %d\n", file, elf_kind(elf));
/macosx-10.10.1/Security-57031.1.35/securityd/tests/
H A Dtestclient.cpp285 cssm1->terminate();
286 cssm2->terminate();
/macosx-10.10.1/postfix-255/postfix/src/smtpstone/
H A Dqmqp-sink.c230 /* terminate - voluntary exit */
232 static void terminate(int unused_event, char *unused_context) function
290 event_request_timer(terminate, (char *) 0, ttl);
/macosx-10.10.1/IOStorageFamily-182.1.1/
H A DIOMediaBSDClient.h111 * This method is called when we are to terminate from the provider object.
114 virtual bool terminate(IOOptionBits options);
/macosx-10.10.1/Security-57031.1.35/securityd/src/
H A Dagentquery.h58 virtual void terminate();
81 virtual void terminate();
116 virtual void terminate();
147 virtual void terminate();
H A Dconnection.cpp88 void Connection::terminate() function in class:Connection
/macosx-10.10.1/WebKit2-7600.1.25/Shared/
H A DChildProcess.h57 // process won't terminate unless a corresponding disableTermination call is made.
88 virtual void terminate();
H A DChildProcessProxy.h48 void terminate();
/macosx-10.10.1/Heimdal-398.1.2/kadmin/
H A Dkadm_conn.c105 terminate(int sig) function
197 signal(SIGTERM, terminate);
198 signal(SIGINT, terminate);
/macosx-10.10.1/OpenLDAP-499.27/OpenLDAP/servers/slapd/
H A Dmodule.c293 MODULE_TERM_FN terminate; local
308 /* call module's terminate routine, if present */
312 if ((terminate = lt_dlsym(module->lib, "term_module"))) {
316 terminate();
/macosx-10.10.1/xnu-2782.1.97/bsd/netinet6/
H A Dipcomp_core.c276 goto terminate;
299 goto terminate;
334 terminate:
/macosx-10.10.1/BerkeleyDB-21/db/examples_cxx/excxx_repquote/
H A DRepQuoteExample.cpp77 int terminate();
266 int RepQuoteExample::terminate() { function in class:RepQuoteExample
511 runner.terminate();
/macosx-10.10.1/BerkeleyDB-21/db/examples_java/src/db/repquote/
H A DRepQuoteExample.java190 runner.terminate();
195 runner.terminate();
351 public void terminate() method in class:RepQuoteExample
/macosx-10.10.1/cups-408/cups/scheduler/
H A Dtestsub.c31 static int terminate = 0; variable
194 while (!terminate)
490 terminate = 1;
/macosx-10.10.1/tcl-105/tcl/tcl/unix/
H A DtclLoadAix.c72 struct dl_info *info; /* optional init/terminate functions */
95 static void terminate(void);
108 * Upon the first call register a terminate handler that will close all
118 atexit(terminate);
381 terminate(void)
375 terminate(void) function
/macosx-10.10.1/PowerManagement-494.1.2/AppleSmartBatteryManager/
H A DAppleSmartBatteryManagerUserClient.cpp172 // we can terminate the user client.
173 terminate();
/macosx-10.10.1/ruby-106/ruby/lib/shell/
H A Dsystem-command.rb66 def terminate method in class:Shell.SystemCommand
/macosx-10.10.1/mDNSResponder-561.1.1/mDNSShared/
H A Duds_daemon.c172 req_termination_fn terminate; member in struct:request_state
472 if (req->terminate == (req_termination_fn) ~0)
473 { LogMsg("abort_request: ERROR: Attempt to abort operation %p with req->terminate %p", req, req->terminate); return; }
476 // If this is actually a shared connection operation, then its req->terminate function will scan
477 // the all_requests list and terminate any subbordinate operations sharing this file descriptor
478 if (req->terminate) req->terminate(req);
507 // We also set req->terminate to a bogus value so we know if abort_request() gets called again for this request
508 req->terminate
[all...]
/macosx-10.10.1/CPANInternal-159.1/Graph-0.94/lib/Graph/
H A DTraversal.pm20 delete $self->{ terminate };
36 $t->terminate;
52 $t->terminate;
172 sub terminate { subroutine
174 $self->{ terminate } = 1;
280 return undef if $self->{ terminate };
314 return undef if $self->{ terminate };
699 If in a callback you call the special C<terminate> method,
/macosx-10.10.1/CPANInternal-159.1/Graph-0.96/lib/Graph/
H A DTraversal.pm20 delete $self->{ terminate };
36 $t->terminate;
52 $t->terminate;
172 sub terminate { subroutine
174 $self->{ terminate } = 1;
280 return undef if $self->{ terminate };
314 return undef if $self->{ terminate };
699 If in a callback you call the special C<terminate> method,
/macosx-10.10.1/IOFireWireIP-226.2/KernelSource/IOKit/
H A DIOFireWireIPUnit.cpp114 unit->terminate();
148 fFWBusInterface->terminate();

Completed in 231 milliseconds

123456789