Searched refs:popTime (Results 1 - 2 of 2) sorted by relevance

/macosx-10.9.5/Chess-310.5/Sources/
H A DMBCDocument.mm329 dispatch_time_t popTime = dispatch_time(DISPATCH_TIME_NOW, 10*NSEC_PER_MSEC);
330 dispatch_after(popTime, dispatch_get_main_queue(), ^(void){
/macosx-10.9.5/PowerManagement-420.90.1/darktool/
H A Ddarktool.c385 dispatch_time_t popTime = dispatch_time(DISPATCH_TIME_NOW, (int64_t)(delayInSeconds * NSEC_PER_SEC)); local
386 dispatch_after(popTime, dispatch_get_main_queue(), ^(void){

Completed in 209 milliseconds