代码搜索结果

找到约 10,000 项符合 PID 的代码

mem_page.cpp

#include "Mem_page.h" #include "Mempage.h" //打印页面内容,被show_page()调用 void print_page(int pid) { cout

sgip_.ini

[服务] 服务注册名称=B_Country_LT_SGIP Service 服务显示名称=B_Country_LT_SGIP Service [系统] ;单位毫秒 连续发送时间间隔=200 ;单位毫秒 查询记录时间间隔=5 连续发送条数=50 短消息有效期限(秒)=64800 MT监控端口=6999 MO监控端口=6998 重发最多重试次数=3 等待应

ndbcondition.c

/* Copyright (C) 2003 MySQL AB This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Fou

main.c

/* MShowTec - www.mshowtec.com ** msLinux main.c ver1.0 ** 20051221 lmjx create limiao@mshowtec.com ** */ #define MSLINUX_MAIN_C #include "Align.h" #include "sched.h" #include "align.h" #i

pluto_crypt.c

/* * Cryptographic helper function. * Copyright (C) 2004 Michael C. Richardson * * This program is free software; you can redistribute it and/or modify it * under the terms o

description.txt

This test sets a soft byte lifetime, and sends a number of packets. The console output, via "ipsec pf_key" shows a single expire message from the kernel: pfkey v2 msg. type=8 seq=1 len=20 pid=987 er

wait.c

/********************************************************************** wait.c Copyright (C) 1999 Lars Brinkhoff. See the file COPYING for licensing terms and conditions. **************************

syslog_test.c

#include int do_log(char* msg, int delay) { openlog("testlog", LOG_PID, LOG_DAEMON); while(1) { syslog(LOG_ERR, "%s: testing one, two, three\n", msg); sleep(delay); } close