代码搜索结果

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

mpeg2t_private.h

#ifndef __MPEG2T_PRIVATE_H__ #define __MPEG2T_PRIVATE_H__ 1 #include "mpeg2_transport.h" // mpeg2t_mp3.c int process_mpeg2t_mpeg_audio(mpeg2t_es_t *es_pid, const uint8_t *esptr, ui

test_threaded_client_server.sh

#! /bin/sh # $Id: test_threaded_client_server.sh,v 1000.1 2004/02/12 21:57:04 gouriano Exp $ status=0 port="565`expr $$ % 100`" test_threaded_server -port $port & server_pid=$! trap 'kill $server_pi

fcntl.h

struct flock { short l_type; short l_whence; off_t l_start; off_t l_len; /* len = 0 means until end of file */ pid_t l_pid; };

mpeg2t_private.h

#ifndef __MPEG2T_PRIVATE_H__ #define __MPEG2T_PRIVATE_H__ 1 #include "mpeg2_transport.h" // mpeg2t_mp3.c int process_mpeg2t_mpeg_audio(mpeg2t_es_t *es_pid, const uint8_t *esptr, ui

main.c

//====================================================== // The information contained herein is the exclusive property of // Sunnnorth Technology Co. And shall not be distributed, reproduced, //

makefile.am

AM_CPPFLAGS = -I$(top_srcdir)/src noinst_LIBRARIES = libmisc.a noinst_HEADERS = \ cmdline.h \ helper.h \ hexprint.h \ output.h \ pkt_time.h \ pid_mem.h \ print_header.h # crc32.h libmisc_

dialogamenddata.cpp

// /****************************************/ /* SchoolManageSystem */ /*设计者:全佳营 */ /*时间:2004.5.9-2004-5.18 */ /*Email:ghostman@tzc.edu.cn */ /*********************************

dump-vdr.c

#include #include "dump-vdr.h" #include /* static const char *inv_name [] = { "0", "1", "999" }; static const char *fec_name [] = { "0", "12", "23", "34", "

pipe5.c

#include #include #include #include int main() { int data_processed; int file_pipes[2]; const char some_data[] = "123"; pid_t fork_result;