setpgrp
设置进程组识别码
setpgrp(设置进程组识别码)
相关函数 getpgidsetpgidgetpgrp
表头文件 #include
定义函数 int setpgrp(void);
函数说明
setpgrp( )将目前进程所属的组识别码设为目前进程的进程识别码。
此函数相当于调用setpgid(0,0)。
返回值
执行成功则返回组识别码,如果有错误则返回-1,错误原因存于
errno中。
参考资料
最新修订时间:2024-01-16 10:38
目录
概述
参考资料