Searched refs:toss (Results 1 - 4 of 4) sorted by relevance

/ast/src/cmd/coshell/
H A Dcotest.c49 state.toss = state.start = cs.time;
H A Dservice.h109 #define RANK 30000 /* worst rank w/o toss */
112 #define TOSS CSTOSS(state.toss,0) /* tiebreaker */
338 unsigned long toss; member in struct:__anon66
H A Dmain.c110 state.clock = state.start = state.toss = cs.time;
/ast/src/cmd/ss/
H A Dssd.c291 unsigned long toss; local
389 toss = getpid();
391 CSTOSS(toss, *s);
654 update(data, now, (4 * CS_STAT_FREQ + 2 * (CSTOSS(toss, 0) % (CS_STAT_FREQ + 1))) / 5, &ss);

Completed in 17 milliseconds