代码搜索:PID
找到约 10,000 项符合「PID」的源代码
代码结果 10,000
www.eeworm.com/read/122501/6065619
gml toolbar.gml
#define TASKH 24
.SMap:SmallMap{
mapid=*pid.pid.map;
pos=4,12;
size=pid.width-8,pid.height-17;
www.eeworm.com/read/122501/6065622
gml toolbar.gml
#define TASKH 24
.SMap:SmallMap{
mapid=*pid.pid.map;
pos=4,12;
size=pid.width-8,pid.height-17;
OnSize={}
alpha=2
www.eeworm.com/read/122501/6065638
gml selectside.gml
.selectbtn:div{
btncolor=0;
size=160,40;pos=(pid.width-width)/2,68;
ptmtxt="加
www.eeworm.com/read/122501/6065649
gml room.gml
#define TS
.s_info:text{
pid=*pid.pid;
zorder=top;
color=#AA6600;
align=center,center;
// showstyle=3;
font=隶书,18;
anti
www.eeworm.com/read/122501/6065655
gml roomuser.gml
#define USER
#define G
#define R
.showname:text{
showstyle=3;
color=white;
pos=0,5;
align=center;
zorder=1;
clip=false;
}
.UserMa
www.eeworm.com/read/122501/6065657
gml selectside.gml
.selectbtn:div{
btncolor=0;
size=160,40;pos=(pid.width-width)/2,68;
ptmtxt="加
www.eeworm.com/read/122501/6065663
gml room.gml
#define TQ
.s_info:text{
pid=*pid.pid;
zorder=top;
color=#AA6600;
align=center,center;
// showstyle=3;
font=隶书,18;
ant
www.eeworm.com/read/122501/6065670
gml selectside.gml
.selectbtn:div{
btncolor=0;
size=160,40;pos=(pid.width-width)/2,68;
ptmtxt="加
www.eeworm.com/read/113399/6132011
c _setsid.c
#include
#define setsid _setsid
#include
PUBLIC pid_t setsid()
{
message m;
return(_syscall(MM, SETSID, &m));
}
www.eeworm.com/read/113399/6132027
c _getpgrp.c
#include
#define getpgrp _getpgrp
#include
PUBLIC pid_t getpgrp()
{
message m;
return(_syscall(MM, GETPGRP, &m));
}