代码搜索:Terminated

找到约 1,727 项符合「Terminated」的源代码

代码结果 1,727
www.eeworm.com/read/223007/14664911

c s_srch2.c

/* ** Given a pointer to a NULL-terminated list of pointers, search ** the strings in the list for a particular character. This ** version destroys the pointers so it can only be used when ** the
www.eeworm.com/read/249812/4445841

java workerthread.java

public class WorkerThread extends Thread { private final Channel channel; private volatile boolean terminated = false; public WorkerThread(String name, Channel channel) { super
www.eeworm.com/read/229812/4740621

cmp err34b.cmp

Warning(W34): !endif pending at end of file Error(F05): No targets specified Error(E02): Make execution terminated
www.eeworm.com/read/229812/4740674

cmp err34a.cmp

Warning(W34): !endif pending at end of file Error(F05): No targets specified Error(E02): Make execution terminated
www.eeworm.com/read/229812/4750595

gml waitstat.gml

.np If .arg status is not .mono NULL, it points to a word that will be filled in with the termination status word and return code of the terminated child process. .np If the child process term
www.eeworm.com/read/216450/4895318

h wait.h

/* The header contains macros related to wait(). The value * returned by wait() and waitpid() depends on whether the process * terminated by an exit() call, was killed by a signal, or
www.eeworm.com/read/304805/3785553

h wait.h

/* The header contains macros related to wait(). The value * returned by wait() and waitpid() depends on whether the process * terminated by an exit() call, was killed by a signal, or
www.eeworm.com/read/283334/4083104

tex procevt.tex

\section{\class{wxProcessEvent}}\label{wxprocessevent} A process event is sent when a process is terminated. \wxheading{Derived from} \helpref{wxEvent}{wxevent}\\ \helpref{wxObject}{wxobject
www.eeworm.com/read/438717/1823256

py bgenstringbuffer.py

"""Buffers used to hold null-terminated strings.""" from bgenBuffer import FixedOutputBufferType from bgenStackBuffer import StackOutputBufferType from bgenHeapBuffer import HeapOutputBufferType c
www.eeworm.com/read/366508/2889752

ogs mygroupsetup.ogs

[OnBeforeSetup] // Script to request and verify License key and/or (Dis)Agree to License run.section(,AgreeToLicenseYorN); if(ClickedNo) type -b "Installation terminated."; return ClickedN