OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:WNOHANG
(Results
1 - 11
of
11
) sorted by relevancy
/xsrc/external/mit/xsm/dist/
signals.c
111
pid = waitpid (-1, NULL,
WNOHANG
);
119
pid = wait3 (&status,
WNOHANG
, (struct rusage *)NULL);
229
pid = wait3 (&status,
WNOHANG
, (struct rusage *)NULL);
/xsrc/external/mit/ctwm/dist/
signals.c
35
while (waitpid(-1, NULL,
WNOHANG
) > 0)
/xsrc/external/mit/xdm/dist/xdm/
server.c
188
pid = waitpid (serverPid, (int *) 0,
WNOHANG
);
dm.c
493
while ((pid = waitpid (-1, &status,
WNOHANG
)) > 0)
/xsrc/external/mit/xf86-video-qxl/dist/scripts/
Xspice
344
retpid,rc = os.waitpid(xorg.pid, os.
WNOHANG
)
/xsrc/external/mit/xfs/dist/os/
utils.c
169
while ( (child = waitpid((pid_t)-1, NULL,
WNOHANG
)) > 0 ) {
/xsrc/external/mit/xinit/dist/
xinit.c
371
if ((pidfound = waitpid(serverpid, &status,
WNOHANG
)) == serverpid)
/xsrc/external/mit/xedit/dist/lisp/
stream.c
791
retval = waitpid(pid, &status,
WNOHANG
| WUNTRACED);
/xsrc/external/mit/xterm/dist/
main.c
5737
pid = waitpid(-1, NULL,
WNOHANG
);
5749
pid = wait3(&status,
WNOHANG
, (struct rusage *) NULL);
configure
10547
pid_t pid = waitpid(-1, &stat_loc,
WNOHANG
|WUNTRACED);
/xsrc/external/mit/xedit/dist/
ispell.c
1375
waitpid(ispell.pid, &status,
WNOHANG
);
Completed in 25 milliseconds
Indexes created Fri Jul 03 00:25:33 UTC 2026