Searched defs:add_time (Results 1 - 2 of 2) sorted by relevance

/macosx-10.9.5/apache-786.1/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
/macosx-10.9.5/libauto-185.5/
H A DStatistics.h66 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

Completed in 126 milliseconds