代码搜索:waitpid
找到约 797 项符合「waitpid」的源代码
代码结果 797
www.eeworm.com/read/387082/2564355
h wait.h
#ifndef _SYS_WAIT_H
#define _SYS_WAIT_H
#include
#define _LOW(v) ( (v) & 0377)
#define _HIGH(v) ( ((v) >> 8) & 0377)
/* options for waitpid, WUNTRACED not supported */
#define WNOHAN
www.eeworm.com/read/385548/2588369
h wait.h
#ifndef _SYS_WAIT_H
#define _SYS_WAIT_H
#include
#define _LOW(v) ( (v) & 0377)
#define _HIGH(v) ( ((v) >> 8) & 0377)
/* options for waitpid, WUNTRACED not supported */
#define WNOHAN
www.eeworm.com/read/385548/2588435
h wait.h
#ifndef _SYS_WAIT_H
#define _SYS_WAIT_H
#include
#define _LOW(v) ( (v) & 0377)
#define _HIGH(v) ( ((v) >> 8) & 0377)
/* options for waitpid, WUNTRACED not supported */
#define WNOHAN
www.eeworm.com/read/369770/2795924
h wait.h
#ifndef _SYS_WAIT_H
#define _SYS_WAIT_H
#include
#define _LOW(v) ( (v) & 0377)
#define _HIGH(v) ( ((v) >> 8) & 0377)
/* options for waitpid, WUNTRACED not supported */
#define WNOHAN
www.eeworm.com/read/367076/2854657
h wait.h
#ifndef _SYS_WAIT_H
#define _SYS_WAIT_H
#include
#define _LOW(v) ( (v) & 0377)
#define _HIGH(v) ( ((v) >> 8) & 0377)
/* options for waitpid, WUNTRACED not supported */
#define WNOHAN
www.eeworm.com/read/354345/3078216
h wait.h
#ifndef _SYS_WAIT_H
#define _SYS_WAIT_H
#include
#define _LOW(v) ( (v) & 0377)
#define _HIGH(v) ( ((v) >> 8) & 0377)
/* options for waitpid, WUNTRACED not supported */
#define WNOHAN
www.eeworm.com/read/261091/4325479
h wait.h
#ifndef _SYS_WAIT_H
#define _SYS_WAIT_H
#include
#define _LOW(v) ( (v) & 0377)
#define _HIGH(v) ( ((v) >> 8) & 0377)
/* options for waitpid, WUNTRACED not supported */
#define WNOHAN
www.eeworm.com/read/229403/4756316
patch 730-debian_gdb-fix-tracefork-check.patch
Status: submitted for comments
2004-11-12 Daniel Jacobowitz
* linux-nat.c (my_waitpid): New function.
(linux_test_for_tracefork): Make more robust and verbose. Take
an ORIGINA
www.eeworm.com/read/189477/5192675
c wait.c
#include
#include
#include
int waitpid(int __child_pid,int *__status,int __options)
{
int __res;
__asm__ __volatile__("int $0x28"
www.eeworm.com/read/334226/3371630
exp system.exp
## The following functions need to have tests written for them:
# mkfifo
# system
# popen
# pclose
# fork
# exec
# pipe
# dup2
# waitpid
# fcntl
set test time-1
set prog_output "ans = 1"
do_test tim