Searched refs:_timeout (Results 1 - 7 of 7) sorted by relevance

/macosx-10.9.5/libdispatch-339.92.1/src/
H A Dsemaphore.c277 mach_timespec_t _timeout; local
280 struct timespec _timeout; local
322 _timeout.tv_sec = (typeof(_timeout.tv_sec))(nsec / NSEC_PER_SEC);
323 _timeout.tv_nsec = (typeof(_timeout.tv_nsec))(nsec % NSEC_PER_SEC);
324 kr = slowpath(semaphore_timedwait(dsema->dsema_port, _timeout));
334 _timeout.tv_sec = (typeof(_timeout.tv_sec))(nsec / NSEC_PER_SEC);
335 _timeout
503 mach_timespec_t _timeout; local
506 struct timespec _timeout; local
[all...]
/macosx-10.9.5/configd-596.15/Plugins/PreferencesMonitor/
H A Dprefsmon.c237 Boolean _timeout = FALSE; local
247 _timeout = TRUE;
254 *timeout = _timeout;
312 Boolean _timeout = FALSE; local
314 _quiet = quiet(&_timeout);
317 || _timeout
323 if (_quiet || _timeout) {
327 if (_timeout && (logged++ == 0)) {
/macosx-10.9.5/WebCore-7537.78.1/inspector/front-end/
H A DPopover.js250 this._timeout = timeout;
304 // User has 500ms (this._timeout / 2) to reach the popup.
313 this._hidePopoverTimer = setTimeout(doHide.bind(this), this._timeout / 2);
324 const toolTipDelay = isMouseDown ? 0 : (this._popup ? this._timeout * 0.6 : this._timeout);
/macosx-10.9.5/xnu-2422.115.4/tools/tests/xnu_quick_test/
H A Dpipes_tests.c80 unsigned int _timeout = 0; variable
180 alarm(_timeout);
336 _timeout = time;
341 return _timeout;
/macosx-10.9.5/CF-855.17/
H A DCFUserNotification.c87 CFTimeInterval _timeout; member in struct:__CFUserNotification
282 userNotification->_timeout = timeout;
/macosx-10.9.5/UserNotification-28/Libunc/
H A DUNCUserNotification.c74 double _timeout; member in struct:__UNCUserNotification
280 userNotification->_timeout = timeout;
/macosx-10.9.5/vim-53/runtime/syntax/
H A Dcterm.vim72 syn keyword ctermPreVarRO _timeout _row _col _version

Completed in 89 milliseconds