define ('WNOHANG', 1); define ('WUNTRACED', 2); define ('WCONTINUED', 16); define ('SIG_IGN', 1); define ('SIG_DFL', 0); define ('SIG_ERR', -1); define ('SIGHUP', 1); define ('SIGINT', 2); 终止信号(interrupt) define ('SIGQUIT', 3); define ('SIGILL', 4); define ('SIGTRAP', 5); define ('SIGABRT', 6); define ('SIGIOT', 6); define ('SIGBUS', 7); define ('SIGFPE', 8); define ('SIGKILL', 9); define ('SIGUSR1', 10);用户自定义信号,一般用于重启 define ('SIGSEGV', 11); define ('SIGUSR2', 12); define ('SIGPIPE', 13); define ('SIGALRM', 14); define ('SIGTERM', 15); define ('SIGSTKFLT', 16); define ('SIGCLD', 17); define ('SIGCHLD', 17); define ('SIGCONT', 18); define ('SIGSTOP', 19); define ('SIGTSTP', 20); define ('SIGTTIN', 21); define ('SIGTTOU', 22); define ('SIGURG', 23); define ('SIGXCPU', 24); define ('SIGXFSZ', 25); define ('SIGVTALRM', 26); define ('SIGPROF', 27); define ('SIGWINCH', 28); define ('SIGPOLL', 29); define ('SIGIO', 29); define ('SIGPWR', 30); define ('SIGSYS', 31); define ('SIGBABY', 31); define ('PRIO_PGRP', 1); define ('PRIO_USER', 2); define ('PRIO_PROCESS', 0);
以上就是本文的全部内容,希望本文的内容对大家的学习或者工作能带来一定的帮助,也希望大家多多支持 码农网
猜你喜欢:- 树莓派基础-模拟信号和数字信号的区别
- xenomai内核解析之信号signal(二)---xenomai信号处理机制
- 没信号也可救你命:苹果新专利让iPhone无信号也可充当紧急信标
- 信号量
- flask---信号
- Python信号处理
本站部分资源来源于网络,本站转载出于传递更多信息之目的,版权归原作者或者来源机构所有,如转载稿涉及版权问题,请联系我们。
Speed Up Your Site
Andrew B. King / New Riders Press / 2003-01-14 / USD 39.99
There's a time bomb on the web: user patience. It starts ticking each time someone opens one of your pages. You only have a few seconds to get compelling content onto the screen. Fail, and you can kis......一起来看看 《Speed Up Your Site》 这本书的介绍吧!