Searched refs:getrusage (Results 26 - 48 of 48) sorted by relevance

12

/macosx-10.10/shell_cmds-179/locate/locate/
H A Dlocate.c353 getrusage(0, &rus);
/macosx-10.10/xnu-2782.1.97/bsd/sys/
H A Dresource.h158 * Possible values of the first parameter to getrusage(), used to indicate
167 * getrusage().
494 int getrusage(int, struct rusage *);
/macosx-10.10/CPANInternal-159.1/Template-Toolkit-2.25/bin/
H A Dtt-bench.pl5 # Sadly, it looks like getrusage() may not return reasonable RSS values
205 my ($usertime, $systemtime, $maxrss) = getrusage(RUSAGE_SELF);
/macosx-10.10/zsh-61/zsh/Src/
H A Djobs.c311 getrusage(RUSAGE_CHILDREN, &child_usage);
1642 getrusage(RUSAGE_SELF, &ti);
1652 getrusage(RUSAGE_CHILDREN, &ti);
/macosx-10.10/bash-94.1.2/bash-3.2/
H A Dexecute_cmd.c1123 getrusage (RUSAGE_SELF, &selfb);
1124 getrusage (RUSAGE_CHILDREN, &kidsb);
1147 getrusage (RUSAGE_SELF, &selfa);
1148 getrusage (RUSAGE_CHILDREN, &kidsa);
H A Dconfigure12142 getpagesize getpeername getrlimit getrusage gettimeofday \
/macosx-10.10/OpenSSL098-52/src/apps/
H A Dspeed.c380 getrusage(RUSAGE_SELF,&tstart);
387 getrusage(RUSAGE_SELF,&tend);
2490 (getrusage_used ? "getrusage" : ""));
/macosx-10.10/xnu-2782.1.97/bsd/kern/
H A Dkern_resource.c1240 getrusage(struct proc *p, struct getrusage_args *uap, __unused int32_t *retval) function
/macosx-10.10/xnu-2782.1.97/tools/tests/libMicro/
H A Dbench.sh340 getrusage $OPTS -N "getrusage" -I 200
H A Dcoreos_bench.sh366 getrusage $OPTS -N "getrusage" -I 200
H A Dembd_bench.sh346 getrusage $OPTS -N "getrusage" -I 200
/macosx-10.10/vim-55/runtime/syntax/
H A Dphp.vim186 syn keyword phpFunctions assert_options assert dl extension_loaded get_cfg_var get_current_user get_defined_constants get_extension_funcs get_include_path get_included_files get_loaded_extensions get_magic_quotes_gpc get_magic_quotes_runtime get_required_files getenv getlastmod getmygid getmyinode getmypid getmyuid getopt getrusage ini_alter ini_get_all ini_get ini_restore ini_set main memory_get_usage php_ini_scanned_files php_logo_guid php_sapi_name php_uname phpcredits phpinfo phpversion putenv restore_include_path set_include_path set_magic_quotes_runtime set_time_limit version_compare zend_logo_guid zend_version contained
/macosx-10.10/emacs-93/emacs/src/
H A Deditfns.c1479 if (getrusage (RUSAGE_SELF, &usage) < 0)
/macosx-10.10/ruby-106/ruby/
H A Dgc.c3902 if (getrusage(RUSAGE_SELF, &usage) == 0) {
/macosx-10.10/xnu-2782.1.97/tools/tests/xnu_quick_test/
H A Dtests.c2422 * Test getrusage system call.
2430 my_err = getrusage( RUSAGE_SELF, &my_rusage );
2432 printf( "getrusage failed with error %d - \"%s\" \n", errno, strerror( errno) );
2436 /* do a sanity check on the getrusage results */
2438 printf( "getrusage seems to report wrong data - ru_msgrcv looks odd. \n" );
2442 printf( "getrusage seems to report wrong data - ru_nsignals looks odd. \n" );
/macosx-10.10/cxxfilt-11/cxxfilt/libiberty/
H A Dconfigure4965 checkfuncs="getrusage on_exit psignal strerror strsignal sysconf times sbrk gettimeofday"
5046 vsprintf waitpid getrusage on_exit psignal strerror strsignal \
/macosx-10.10/zsh-61/zsh/
H A Dconfigure8247 getrlimit getrusage \
/macosx-10.10/vim-55/runtime/autoload/
H A Dphpcomplete.vim1853 \ 'getrusage(': '[int who] | array',
/macosx-10.10/OpenSSH-189/openssh/
H A Dconfigure9796 ac_fn_c_check_decl "$LINENO" "getrusage" "ac_cv_have_decl_getrusage" "$ac_includes_default"
9798 for ac_func in getrusage
9800 ac_fn_c_check_func "$LINENO" "getrusage" "ac_cv_func_getrusage"
/macosx-10.10/llvmCore-3425.0.34/
H A Dconfigure16956 for ac_func in getpagesize getrusage getrlimit setrlimit gettimeofday
/macosx-10.10/llvmCore-3425.0.34/projects/sample/
H A Dconfigure16761 for ac_func in getpagesize getrusage getrlimit setrlimit gettimeofday
/macosx-10.10/emacs-93/emacs/
H A Dconfigure15302 rename closedir mkdir rmdir sysinfo getrusage get_current_dir_name \
/macosx-10.10/BerkeleyDB-21/db/dist/
H A Dconfigure33387 getrusage getuid hstrerror mprotect pstat_getdynamic\
[all...]

Completed in 869 milliseconds

12