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

/macosx-10.10/libauto-186/
H A Dauto_zone.cpp389 if (azone->_compaction_timer && !azone->_compaction_pending) {
396 dispatch_source_set_timer(azone->_compaction_timer, when, 0, 0);
1326 azone->_compaction_timer = dispatch_source_create(DISPATCH_SOURCE_TYPE_TIMER, 0, 0, dispatch_get_main_queue());
1327 dispatch_source_set_timer(azone->_compaction_timer, DISPATCH_TIME_FOREVER, 0, 0);
1328 dispatch_source_set_event_handler(azone->_compaction_timer, ^{
1331 dispatch_source_set_timer(azone->_compaction_timer, DISPATCH_TIME_FOREVER, 0, 0);
1343 dispatch_resume(azone->_compaction_timer);
1405 compaction_timers[azone->thread_key()-__PTK_FRAMEWORK_GC_KEY0] = azone->_compaction_timer;
H A DZone.cpp1582 if (_compaction_timer && is_dispatch_thread()) {
1586 dispatch_source_set_timer(_compaction_timer, DISPATCH_TIME_FOREVER, 0, 0);
H A DZone.h106 dispatch_source_t _compaction_timer; // resume this timer to trigger in the future. member in class:Auto::Zone

Completed in 122 milliseconds