Searched refs:timeout_context (Results 1 - 1 of 1) sorted by path

/macosx-10.9.5/CF-855.17/
H A DCFRunLoop.c2334 struct __timeout_context *timeout_context = (struct __timeout_context *)malloc(sizeof(*timeout_context)); local
2337 timeout_context->termTSR = 0ULL;
2342 timeout_context->ds = timeout_timer;
2343 timeout_context->rl = (CFRunLoopRef)CFRetain(rl);
2344 timeout_context->termTSR = startTSR + __CFTimeIntervalToTSR(seconds);
2345 dispatch_set_context(timeout_timer, timeout_context); // source gets ownership of context
2353 timeout_context->termTSR = UINT64_MAX;
2381 Boolean poll = sourceHandledThisLoop || (0ULL == timeout_context->termTSR);
2578 } else if (timeout_context
[all...]

Completed in 233 milliseconds