Home
last modified time | relevance | path

Searched refs:_timer (Results 1 – 7 of 7) sorted by relevance

/llvm-project/clang/test/CodeGenObjC/
H A Dobjc2-write-barrier-5.m34 id _timer; field
41 p_animationState->_timer = 0;
42 (*p_animationState)._timer = 0;
43 (&(*p_animationState))->_timer = 0;
/llvm-project/lldb/unittests/Platform/tools/
H A Dgenerate_siginfo.c43 P(_sifields._timer.si_tid); in main()
44 P(_sifields._timer.si_overrun); in main()
45 P(_sifields._timer.si_sigval); in main()
74 P(_reason._timer._timerid); in main()
75 P(_reason._timer._overrun); in main()
/llvm-project/libc/include/llvm-libc-types/
H A Dsiginfo_t.h38 } _timer; member
90 #define si_timerid _sifields._timer.si_tid
91 #define si_overrun _sifields._timer.si_overrun
/llvm-project/clang/tools/scan-build-py/lib/libscanbuild/resources/
H A Dsorttable.js28 if (_timer)
29 clearInterval(_timer);
400 var _timer = setInterval(function() { variable
/llvm-project/clang/tools/scan-build-py/libscanbuild/resources/
H A Dsorttable.js28 if (_timer) clearInterval(_timer);
359 var _timer = setInterval(function() { variable
/llvm-project/clang/tools/scan-build/share/scan-build/
H A Dsorttable.js28 if (_timer) clearInterval(_timer);
359 var _timer = setInterval(function() { variable
/llvm-project/llvm/utils/lit/lit/
H A DTestRunner.py118 self._timer = None
123 self._timer.cancel()
154 self._timer = threading.Timer(self.timeout, self._handleTimeoutReached)
155 self._timer.start()