代码搜索结果

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

repository

ecos/packages/hal/arm/pid/current/src

gazonk

This example code is used in block_tags.xml. %% Erlang example -module(gazonk). start() -> {error,"Pid required!"}. start(Pid) -> spawn(smalltalk,main,[]). %% Erlang example // A little C

wait.h

#ifndef _SYS_WAIT_H_ #define _SYS_WAIT_H_ pid_t waitpid(pid_t, int*, int); #endif // _SYS_WAIT_H_

plf_io.h

#ifndef CYGONCE_HAL_ARM_PID_PLF_IO_H #define CYGONCE_HAL_ARM_PID_PLF_IO_H /*============================================================================= // // plf_io.h // // Platform speci

pcsync.h

#ifndef _PCSYNC_H #define _PCSYNC_H struct pcsync { int fdpc[2]; int fdcp[2]; }; bool pcsync_init(struct pcsync *p); bool pcsync_wait_for_parent(struct pcsync *p); bool pcsync_unblock_children(str

数据采集系统(修改).vbw

AD_Form = 44, 58, 644, 481, Z, 22, 29, 617, 486, C drawpic_form = 88, 116, 673, 539, , 0, 0, 585, 423, C DIO_Form = 44, 58, 728, 457, , 110, 145, 705, 601, C AD_Module = 66, 87, 651, 510, DA_Modu

ip6t_owner.h

#ifndef _IP6T_OWNER_H #define _IP6T_OWNER_H /* match and invert flags */ #define IP6T_OWNER_UID 0x01 #define IP6T_OWNER_GID 0x02 #define IP6T_OWNER_PID 0x04 #define IP6T_OWNER_SID 0x08 struct ip6t_o

pcsync.h

#ifndef _PCSYNC_H #define _PCSYNC_H struct pcsync { int fdpc[2]; int fdcp[2]; }; bool pcsync_init(struct pcsync *p); bool pcsync_wait_for_parent(struct pcsync *p); bool pcsync_unblock_children(str

ip6t_owner.h

#ifndef _IP6T_OWNER_H #define _IP6T_OWNER_H /* match and invert flags */ #define IP6T_OWNER_UID 0x01 #define IP6T_OWNER_GID 0x02 #define IP6T_OWNER_PID 0x04 #define IP6T_OWNER_SID 0x08 struct ip6t_o