代码搜索结果
找到约 10,000 项符合
PID 的代码
semaphore.c
/* File: semaphore.c */
#include
#include
#include
#include
#include
#include
#include
#define NUM_PROCS 5
ncp_mount.h
/*
* ncp_mount.h
*
* Copyright (C) 1995, 1996 by Volker Lendecke
*
*/
#ifndef _LINUX_NCP_MOUNT_H
#define _LINUX_NCP_MOUNT_H
#include
#include
#define NCP_MOUNT_
threadid.c
#include "apue.h"
#include
pthread_t ntid;
void
printids(const char *s)
{
pid_t pid;
pthread_t tid;
pid = getpid();
tid = pthread_self();
printf("%s pid %u tid %u (0x%x)\n", s, (u
threadid.c.bak
#include "apue.h"
#include
pthread_t ntid;
void
printids(const char *s)
{
pid_t pid;
pthread_t tid;
pid = getpid();
tid = pthread_self();
printf("%s pid %u tid %u (0x%x)\n", s, (u
threadid.c
#include "apue.h"
#include
pthread_t ntid;
void
printids(const char *s)
{
pid_t pid;
pthread_t tid;
pid = getpid();
tid = pthread_self();
printf("%s pid %u tid %u (0x%x)\n", s, (u
wait.c
#define __LIBRARY__
#include
#include
_syscall3(pid_t,waitpid,pid_t,pid,int *,wait_stat,int,options)
pid_t wait(int * wait_stat)
{
return waitpid(-1,wait_stat,0);
}
wait.c
#define __LIBRARY__
#include
#include
_syscall3(pid_t,waitpid,pid_t,pid,int *,wait_stat,int,options)
pid_t wait(int * wait_stat)
{
return waitpid(-1,wait_stat,0);
}
szomb2.c
#include
#include
void main()
{
pid_t pid1;
if ((pid1 = fork()) == 0) /* 第一次fork */
{
printf("child[%d]\n", getpid());
if ((pid1 = fork()) == 0) /* 第二次fork */
{
printf
tree.js
// Node object
function Node(id, pid, name, url, title, target, icon, iconOpen, open) {
this.id = id;
this.pid = pid;
this.name = name;
this.url = url;
this.title = title;
this.target = t
dtree.js
// Node object
function Node(id, pid, title, url, tips, target, icon, iconOpen, open) {
this.id = id;
this.pid = pid;
this.title = title;
this.url = url;
this.tips = tips;
this.target = t