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

/macosx-10.10.1/libauto-186/
H A DStatistics.h60 void stop() { assert(timer_running()); add_time(_timeDataSource.microseconds_duration(_start, _timeDataSource.current_time())); _start = 0; }
66 void add_time(usword_t duration) { OSAtomicAdd64(duration, &_accumulated); } function in class:Auto::Timer
69 void add_time(Timer &other) { OSAtomicAdd64(other.microseconds(), &_accumulated); } function in class:Auto::Timer
H A DZoneCollectors.cpp89 _collection_timer->scan_timer().add_time(timer);
118 _collection_timer->scan_timer().add_time(timer);
/macosx-10.10.1/apache-793/httpd/modules/ldap/
H A Dutil_ldap_cache.h37 apr_time_t add_time; /* Time node was added to cache */ member in struct:util_cache_node_t
H A Dutil_ldap_cache_mgr.c249 if (p->add_time < cache->marktime) {
530 node->add_time = apr_time_now();

Completed in 100 milliseconds