代码搜索结果
找到约 12,494 项符合
PID 的代码
killed.c
#include
#include
#include
#include
int pid;
void *
child_func (void *dummy)
{
kill (pid, SIGKILL);
exit (1);
}
int
main ()
{
pthread_t child;
foll-vfork.c
#include
#include
#ifdef PROTOTYPES
int main (void)
#else
main ()
#endif
{
int pid;
pid = vfork ();
if (pid == 0) {
printf ("I'm the child!\n");
execlp ("gdb.base
flexcop-hw-filter.c
/*
* This file is part of linux driver the digital TV devices equipped with B2C2 FlexcopII(b)/III
*
* flexcop-hw-filter.c - pid and mac address filtering and corresponding control functions.
*
*
pid.h
/*
* PID Force feedback support for hid devices.
*
* Copyright (c) 2002 Rodrigo Damazio.
*/
/*
* This program is free software; you can redistribute it and/or modify
* it under the terms of t
pid.c
/*
* PID Force feedback support for hid devices.
*
* Copyright (c) 2002 Rodrigo Damazio.
* Portions by Johann Deneux and Bjorn Augustson
*/
/*
* This program is free software; you can redist
ser_arm_pid.cdl
# ====================================================================
#
# ser_arm_pid.cdl
#
# eCos serial ARM/PID configuration data
#
# ====================================================
killprocessus.java
package fr.umlv.projet.procfs;
/**
* This clas is used to kill the processus.
* @author MA Xiao Jun & HUANG Wei
*
*/
public class KillProcessus {
public static native String kill(int pid);
s
killprocessus.java
package fr.umlv.projet.IG;
public class KillProcessus {
public static native void kill(int pid);
static{
System.loadLibrary("kill");
}
public static void killAProc(int pid){
kill(pid);
ser_arm_pid.cdl
# ====================================================================
#
# ser_arm_pid.cdl
#
# eCos serial ARM/PID configuration data
#
# ====================================================
foll-vfork.c
#include
#include
#ifdef PROTOTYPES
int main (void)
#else
main ()
#endif
{
int pid;
pid = vfork ();
if (pid == 0) {
printf ("I'm the child!\n");
execlp ("gdb.base