代码搜索结果
找到约 10,000 项符合
PID 的代码
size.html
Running Processes - Memory View
This page shows all running processes, ranked by memory used. For each process
the PID, owner, size in Kb and command are displayed. Click on the PID
vfork3.c
#include "apue.h"
static void f1(void), f2(void);
int
main(void)
{
f1();
f2();
_exit(0);
}
static void
f1(void)
{
pid_t pid;
if ((pid = vfork()) < 0)
err_sys("vfork error");
/* child and p
waitpid.c
#include
#include
#include
#include
#include
__pid_t __libc_waitpid(__pid_t pid, int *wait_stat, int options)
{
return wait4(p
pcsync_sig.h
#ifndef _PCSYNC_SIG_H
#define _PCSYNC_SIG_H
struct pcsync {
sigset_t old_set;
};
bool pcsync_init(struct pcsync *p);
bool pcsync_wait_for_parent(struct pcsync *p);
bool pcsync_unblock_children(stru
debug.h
//
// Copyright (c) Microsoft Corporation. All rights reserved.
//
//
// Use of this source code is subject to the terms of the Microsoft end-user
// license agreement (EULA) under which you lic
pcsync_sig.h
#ifndef _PCSYNC_SIG_H
#define _PCSYNC_SIG_H
struct pcsync {
sigset_t old_set;
};
bool pcsync_init(struct pcsync *p);
bool pcsync_wait_for_parent(struct pcsync *p);
bool pcsync_unblock_children(stru
rcv_dataproc.c
#include "..\\inc\\comm.h"
#include "..\\inc\\n4f.h"
extern char rcvbuf[BUFSIZE], sendbuf[BUFSIZE];
extern int rcvlen, sendstep;
extern IO_MB io_mb[MAX_MODULE_NU
clients.c
/*
* NanoWM - Window Manager for Nano-X
*
* Copyright (C) 2000 Greg Haerr
* Copyright (C) 2000 Alex Holden
*/
#include
#include
#def
clients.c
/*
* NanoWM - Window Manager for Nano-X
*
* Copyright (C) 2000 Greg Haerr
* Copyright (C) 2000 Alex Holden
*/
#include
#include
#def