Searched refs:timer_running (Results 1 - 3 of 3) sorted by relevance

/macosx-10.9.5/libauto-185.5/
H A DStatistics.h54 inline boolean_t timer_running() const { return _start != 0; } function in class:Auto::Timer
57 void start() { assert(!timer_running()); _start = _timeDataSource.current_time(); }
60 void stop() { assert(timer_running()); add_time(_timeDataSource.microseconds_duration(_start, _timeDataSource.current_time())); _start = 0; }
63 void reset() { assert(!timer_running()); _accumulated = 0; }
72 int64_t microseconds() const { assert(!timer_running()); return _accumulated; }
/macosx-10.9.5/dcerpc-58/dcerpc/ncklib/
H A Dcncall.c480 call_rep->u.client.cancel.timer_running = false;
3041 if ((!call_r->u.client.cancel.timer_running) &&
3047 call_r->u.client.cancel.timer_running = true;
3105 if (call_r->u.client.cancel.timer_running)
3163 call_r->u.client.cancel.timer_running = false;
H A Dcnp.h449 unsigned timer_running: 1;
446 unsigned timer_running: 1; member in struct:rpc_cn_cancel_info_s_t

Completed in 136 milliseconds