Searched full:termination (Results 1 – 25 of 3184) sorted by relevance
12345678910>>...128
3 exitsnoop \- Trace all process termination (exit, fatal signal). Uses Linux eBPF/bcc.7 exitsnoop traces process termination, showing the command name and reason for8 termination, either an exit or a fatal signal.40 Trace per thread termination43 Trace all process termination47 Trace all process termination, and include timestamps:63 Trace per thread termination69 Time of process termination HH:MM:SS.sss with milliseconds, where TZ is84 The process ID of the process that will be notified of PID termination.95 process termination, then test and understand overhead before use.
62 description << "Termination=" << _params_it->termination << ":"; in description()137 …// old_image new_image (termination, epsilon, num_iterations, wi… in SmallOpticalFlowDataset()138 …add_config("opticalflow_old.pgm", "opticalflow_new.pgm", OpticalFlowParameters(Termination::TERM_C… in SmallOpticalFlowDataset()139 …add_config("opticalflow_old.pgm", "opticalflow_new.pgm", OpticalFlowParameters(Termination::TERM_C… in SmallOpticalFlowDataset()140 …add_config("opticalflow_old.pgm", "opticalflow_new.pgm", OpticalFlowParameters(Termination::TERM_C… in SmallOpticalFlowDataset()149 …// old_image new_image (termination, epsilon, num_iterations, wi… in LargeOpticalFlowDataset()150 …add_config("opticalflow_old.pgm", "opticalflow_new.pgm", OpticalFlowParameters(Termination::TERM_C… in LargeOpticalFlowDataset()151 …add_config("opticalflow_old.pgm", "opticalflow_new.pgm", OpticalFlowParameters(Termination::TERM_C… in LargeOpticalFlowDataset()152 …add_config("opticalflow_old.pgm", "opticalflow_new.pgm", OpticalFlowParameters(Termination::TERM_C… in LargeOpticalFlowDataset()154 …// old_image new_image (termination, epsilon, num_iterations, wi… in LargeOpticalFlowDataset()[all …]
50 response, trailing_metadata, code, details = rpc.termination()63 trailing_metadata, code, details = rpc.termination()76 response, trailing_metadata, code, details = rpc.termination()102 trailing_metadata, code, details = rpc.termination()128 _, _, _ = rpc.termination()147 first_termination = rpc.termination()148 second_termination = rpc.termination()149 third_termination = rpc.termination()179 response, trailing_metadata, code, details = rpc.termination()197 response, trailing_metadata, code, details = rpc.termination()[all …]
28 loop must guarantee termination in fewer iterations31 loop must guarantee termination in fewer iterations35 loop must guarantee termination in fewer iterations36 loop must guarantee termination in fewer iterations37 loop must guarantee termination in fewer iterations38 loop must guarantee termination in fewer iterations41 loop must guarantee termination in fewer iterations42 loop must guarantee termination in fewer iterations
6 // termination status.58 // Other abnormal termination reason.72 // the termination status. We can't know if the termination was a crash or an97 // Get the termination status of the process by interpreting the109 // and get the termination status.117 // termination status.133 // Registers |process| to be asynchronously monitored for termination, forcibly
20 termination (preemption or maintenance) of workers in multi-worker synchronous74 * How to decide if there is a termination event soon76 The form of termination notification and how to fetch it vary across79 termination notification. `termination_watcher_fn` should be a function80 that returns `True` if a termination notification is available and82 resources can be cleaned up properly if no termination signal is ever raised100 termination event notice till the actual termination125 a termination signal.130 receive the termination signal.257 # checkpoint again right before the termination. Thus this watcher thread will[all …]
6 // termination status.60 // the termination status. We can't know if the termination was a crash or an85 // Get the termination status of the process by interpreting the97 // and get the termination status.105 // termination status.121 // Registers |process| to be asynchronously monitored for termination, forcibly
11 The following example shows the termination of the 'sleep' and 'bash' commands72 Trace all process termination (exit, fatal signal)81 --per-thread trace per thread termination84 exitsnoop # trace all process termination90 exitsnoop --per-thread # trace per thread termination100 About process termination in Linux130 Linux keeps process termination information in 'exit_code', an int
17 # exitsnoop Trace all process termination (exit, fatal signal)23 exitsnoop # trace all process termination29 exitsnoop --per-thread # trace per thread termination56 description="Trace all process termination (exit, fatal signal)",65 a("--per-thread", action="store_true", help="trace per thread termination")186 """Trace all process termination.229 """Call event_handler for process termination events.232 event_handler - callback function to handle termination event
170 SealedProtocol.ErrorMessage("requesting termination"), in complexProtocol()174 …message":42},{"type":"SealedProtocol.ErrorMessage","error":"requesting termination"},{"type":"EOF"… in complexProtocol()183 ProtocolWithAbstractClass.ErrorMessage("requesting termination"), in protocolWithAbstractClass()202 …},{"type":"ProtocolWithAbstractClass.ErrorMessage","error":"requesting termination"},{"type":"EOF"… in protocolWithAbstractClass()211 ProtocolWithSealedClass.ErrorMessage("requesting termination"), in protocolWithSealedClass()215 …42},{"type":"ProtocolWithSealedClass.ErrorMessage","error":"requesting termination"},{"type":"EOF"… in protocolWithSealedClass()237 ProtocolWithGenericClass.ErrorMessage("requesting termination"), in protocolWithGenericClass()241 …t",42]}],["ProtocolWithGenericClass.ErrorMessage",{"error":"requesting termination"}],["EOF",{}]]"… in protocolWithGenericClass()
37 along with indication of operation termination. May be None.39 operation along with indication of operation termination. May be None.47 along with indication of operation termination. May be None.49 operation along with indication of operation termination. May be None.107 """Adds a function to be called upon operation termination.111 termination.116 terminated an Outcome value describing the operation termination and the208 TERMINATION_ONLY = "termination only"
28 def termination(self): member in UnaryUnaryServerRpc45 def termination(self): member in UnaryStreamServerRpc65 def termination(self): member in StreamUnaryServerRpc88 def termination(self): member in StreamStreamServerRpc
32 * May be caused by normal termination of a VM,33 * VM termination by uncaught exception or other error,37 * (for example, target process termination by the38 * operating system, transport termination, etc).
6 // packet and sending the peers termination packets with exponential backoff.71 // Send specified termination packets, error if termination packet is75 // termination packets are provided by the connection.106 // termination packets will be move from |info|.termination_packets and will187 // Internal structure to store pending termination packets.209 // The pending termination packet that is to be sent to the peer.261 // received after the termination of the connection bound to the309 // Pending termination packets that need to be sent out to the peer when we
14 interpreter termination. :mod:`atexit` runs these functions in the *reverse*16 at interpreter termination time they will be run in the order ``C``, ``B``,32 Register *func* as a function to be executed at termination. Any optional37 At normal program termination (for instance, if :func:`sys.exit` is called or87 making an explicit call into this module at termination. ::
238 ## 5. Term and Termination246 ### 5.1. Effect of Termination253 ### 5.2. Termination for Non-Compliance; Reinstatement256 of the conditions in section 4. As a special exception to termination265 lasting more than sixty days or b) subsequent termination for269 ### 5.3. Termination Due to Litigation274 by this License shall terminate. In the event of termination due to276 directly or indirectly, shall survive termination. Administrative279 Licensees terminated under this section do not cause termination due329 settlement. This section shall survive the termination of this
101 5. Term and Termination104 5.1. Effect of Termination107 5.2. Termination for Non-Compliance; Reinstatement108 …termination for non-compliance, Your permissions for the Work under this License will automaticall…110 5.3. Termination Due to Litigation111 …termination due to litigation, all permissions validly granted by You under this License, directly…128 … License, including through settlement. This section shall survive the termination of this License.
50 operation will identify exactly which byte is causing the termination,58 similarly for NUL termination. */91 /* Use a fast check for the termination condition. */100 /* Use a fast check for the termination condition. */109 /* Termination condition found. Now need to establish exactly why
52 // choice, because we know that we will see at least a NULL termination, even in GenerateSVEStrlen()62 // Find the NULL termination (if there is one), and set the flags. in GenerateSVEStrlen()66 // Activate every lane up to (but not including) the NULL termination. If we in GenerateSVEStrlen()67 // found no NULL termination, this activates every lane, and indicates that we in GenerateSVEStrlen()76 // Loop until `cmpeq` finds a NULL termination. in GenerateSVEStrlen()
43 to InMon's termination rights under Section 7 below), nonexclusive, royalty-free, worldwide,52 termination rights under Section 7 below), nonexclusive, royalty-free, worldwide, 107 7. Term and Termination. The term of this Agreement will begin on the Effective Date, 110 Licensee's giving written notice of termination to InMon, or by InMon pursuant to InMon's 111 termination rights as set forth in Section 2.3 above. Upon any termination of this 115 3, 5, 6, 7, and 8 shall survive any termination of this Agreement.
96 9) Acceptance and Termination. If You distribute copies of the Original Work109 10) Termination for Patent Action. This License shall terminate automatically113 infringes a patent. This termination provision shall not apply for an action123 Work outside the scope of this License or after its termination shall be126 treaty. This section shall survive the termination of this License.133 termination of this License.