Searched defs:who (Results 1 - 2 of 2) sorted by relevance
| /PHP_TRUNK/ext/pcntl/ |
| H A D | pcntl.c | 704 Returns the number of the signal that terminated the process who's status code is passed */ 722 Returns the number of the signal that caused the process to stop who's status code is passed */ 1107 long who = PRIO_PROCESS; local 1111 if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "|ll", &pid, &who) == FAILURE) { 1118 pri = getpriority(who, pid); 1146 long who = PRIO_PROCESS; local 1150 if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "l|ll", &pri, &pid, &who) == FAILURE) { 1154 if (setpriority(who, pid, pri)) {
|
| /PHP_TRUNK/ext/standard/ |
| H A D | microtime.c | 109 /* {{{ proto array getrusage([int who]) 115 int who = RUSAGE_SELF; local 122 who = RUSAGE_CHILDREN; 127 if (getrusage(who, &usg) == -1) {
|
Completed in 7 milliseconds