Searched refs:tms_stime (Results 1 - 25 of 26) sorted by relevance

12

/macosx-10.10/bash-94.1.2/bash-3.2/include/
H A Dsystimes.h41 clock_t tms_stime; /* System CPU time. */ member in struct:tms
/macosx-10.10/xnu-2782.1.97/bsd/sys/
H A Dtimes.h84 clock_t tms_stime; /* [XSI] System CPU time */ member in struct:tms
/macosx-10.10/bash-94.1.2/bash-3.2/lib/sh/
H A Dtimes.c54 tms->tms_stime = CONVTCK(ru.ru_stime);
69 tms->tms_utime = tms->tms_stime = (clock_t)0;
/macosx-10.10/Libc-1044.1.2/gen/FreeBSD/
H A Dtimes.c61 tp->tms_stime = CONVTCK(ru.ru_stime);
/macosx-10.10/cxxfilt-11/cxxfilt/libiberty/
H A Dclock.c83 return (tms.tms_utime + tms.tms_stime) * (1000000 / GNU_HZ);
H A Dgetruntime.c106 return (tms.tms_utime + tms.tms_stime) * (1000000 / GNU_HZ);
/macosx-10.10/tcsh-65/tcsh/
H A Dsh.time.c87 times0.tms_stime += times0.tms_cstime;
134 times_dol.tms_stime += times_dol.tms_cstime;
314 es->tms_stime - bs->tms_stime) * 100 / HZ;
318 es->tms_stime - bs->tms_stime) * 100 / clk_tck;
370 xprintf("es->tms_stime %lu bs->tms_stime %lu\n",
371 es->tms_stime, bs->tms_stime);
[all...]
H A Dsh.proc.c1112 lru.tms_stime = pp->p_stime;
1245 zts.tms_stime = zs_time;
1249 rts.tms_stime = s_time;
/macosx-10.10/tcsh-65/tcsh/win32/
H A Dbogus.c127 ignore->tms_stime=0;
142 ignore->tms_stime = kernel.dwLowDateTime / 1000 /100;
H A Dntport.h482 clock_t tms_stime; member in struct:tms
/macosx-10.10/bash-94.1.2/bash-3.2/builtins/
H A Dtimes.c71 print_clock_t (stdout, t.tms_stime);
/macosx-10.10/tcl-105/tcl_ext/tclx/tclx/unix/
H A DtclXunixCmds.c98 (long) TclXOSTicksToMS (tm.tms_stime),
H A DtclXunixOS.c581 *cpuTime = TclXOSTicksToMS (cpuTimes.tms_utime + cpuTimes.tms_stime);
598 *cpuTime = TclXOSTicksToMS (cpuTimes.tms_utime + cpuTimes.tms_stime);
/macosx-10.10/apache-793/httpd/modules/generators/
H A Dmod_status.c349 tmp_ts = ws_record->times.tms_stime;
734 ws_record->times.tms_stime / tick,
821 ws_record->times.tms_stime +
/macosx-10.10/dcerpc-61/dcerpc/perf/
H A Dclient.c418 avg_time->ptime.tms_stime = ptime.tms_stime
419 - start_time->ptime.tms_stime;
423 avg_time->s_msec = (avg_time->ptime.tms_stime / iterations)
2267 avg_time.ptime.tms_stime*(1000/clock_ticks));
/macosx-10.10/ksh-23/ksh/src/lib/libast/misc/
H A Derror.c484 sfprintf(stkstd, " %05lu.%05lu.%05lu ", d - error_info.time, (unsigned long)us.tms_utime, (unsigned long)us.tms_stime);
/macosx-10.10/ncurses-44/ncurses/ncurses/tty/
H A Dtty_update.c934 (long) (after.tms_stime - before.tms_stime),
/macosx-10.10/ruby-106/ruby/include/ruby/
H A Dwin32.h711 long tms_stime; member in struct:tms
/macosx-10.10/bash-94.1.2/bash-3.2/
H A Dexecute_cmd.c1172 sys = (after.tms_stime - before.tms_stime) + (after.tms_cstime - before.tms_cstime);
/macosx-10.10/ksh-23/ksh/src/cmd/ksh93/sh/
H A Dxec.c2627 before.tms_stime = before.tms_cstime = 0;
2653 tm[2] = after.tms_stime - before.tms_stime;
H A Dpath.c1407 sabuf.ac_stime = compress(buffer.tms_stime + buffer.tms_cstime);
/macosx-10.10/zsh-61/zsh/Src/
H A Djobs.c1647 ti.st = buf.tms_stime;
/macosx-10.10/apache-793/httpd/modules/lua/
H A Dlua_request.c1277 lua_pushnumber(L, ws_record->times.tms_stime);
/macosx-10.10/ruby-106/ruby/win32/
H A Dwin32.c4910 tmbuf->tms_stime = filetime_to_clock(&kernel);
4916 tmbuf->tms_stime = 0;
/macosx-10.10/ruby-106/ruby/
H A Dprocess.c6549 stime = DBL2NUM(buf.tms_stime / hertz),

Completed in 477 milliseconds

12