/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ |
ocmm.h | 32 typedef struct ITimer ITimer; 132 virtual HRESULT WINAPI CreateTimer(ITimer *pReferenceTimer,ITimer **ppNewTimer) = 0; 133 virtual HRESULT WINAPI GetNamedTimer(REFGUID rguidName,ITimer **ppTimer) = 0; 134 virtual HRESULT WINAPI SetNamedTimerReference(REFGUID rguidName,ITimer *pReferenceTimer) = 0; 142 HRESULT (WINAPI *CreateTimer)(ITimerService *This,ITimer *pReferenceTimer,ITimer **ppNewTimer); 143 HRESULT (WINAPI *GetNamedTimer)(ITimerService *This,REFGUID rguidName,ITimer **ppTimer); 144 HRESULT (WINAPI *SetNamedTimerReference)(ITimerService *This,REFGUID rguidName,ITimer *pReferenceTimer) [all...] |
comdefsp.h | [all...] |
/prebuilts/gdb/darwin-x86/lib/python2.7/test/ |
test_signal.py | 390 self.itimer = None 395 if self.itimer is not None: # test_itimer_exc doesn't change this attr 396 # just ensure that itimer is stopped 397 signal.setitimer(self.itimer, 0) 430 # XXX I'm assuming -1 is an invalid itimer, but maybe some platform 439 self.itimer = signal.ITIMER_REAL 440 signal.setitimer(self.itimer, 1.0) 449 'itimer not reliable (does not mix well with threading) on some BSDs.') 451 self.itimer = signal.ITIMER_VIRTUAL 453 signal.setitimer(self.itimer, 0.3, 0.2 [all...] |
/prebuilts/gdb/linux-x86/lib/python2.7/test/ |
test_signal.py | 390 self.itimer = None 395 if self.itimer is not None: # test_itimer_exc doesn't change this attr 396 # just ensure that itimer is stopped 397 signal.setitimer(self.itimer, 0) 430 # XXX I'm assuming -1 is an invalid itimer, but maybe some platform 439 self.itimer = signal.ITIMER_REAL 440 signal.setitimer(self.itimer, 1.0) 449 'itimer not reliable (does not mix well with threading) on some BSDs.') 451 self.itimer = signal.ITIMER_VIRTUAL 453 signal.setitimer(self.itimer, 0.3, 0.2 [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
test_signal.py | 390 self.itimer = None 395 if self.itimer is not None: # test_itimer_exc doesn't change this attr 396 # just ensure that itimer is stopped 397 signal.setitimer(self.itimer, 0) 430 # XXX I'm assuming -1 is an invalid itimer, but maybe some platform 439 self.itimer = signal.ITIMER_REAL 440 signal.setitimer(self.itimer, 1.0) 449 'itimer not reliable (does not mix well with threading) on some BSDs.') 451 self.itimer = signal.ITIMER_VIRTUAL 453 signal.setitimer(self.itimer, 0.3, 0.2 [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
test_signal.py | 390 self.itimer = None 395 if self.itimer is not None: # test_itimer_exc doesn't change this attr 396 # just ensure that itimer is stopped 397 signal.setitimer(self.itimer, 0) 430 # XXX I'm assuming -1 is an invalid itimer, but maybe some platform 439 self.itimer = signal.ITIMER_REAL 440 signal.setitimer(self.itimer, 1.0) 449 'itimer not reliable (does not mix well with threading) on some BSDs.') 451 self.itimer = signal.ITIMER_VIRTUAL 453 signal.setitimer(self.itimer, 0.3, 0.2 [all...] |
/external/autotest/client/tests/cyclictest/src/ |
cyclictest.c | 205 struct itimerval itimer; local 263 itimer.it_value.tv_sec = 1; 264 itimer.it_value.tv_usec = 0; 265 itimer.it_interval.tv_sec = interval.tv_sec; 266 itimer.it_interval.tv_usec = interval.tv_nsec / 1000; 267 setitimer (ITIMER_REAL, &itimer, NULL); 349 itimer.it_value.tv_sec = 0; 350 itimer.it_value.tv_usec = 0; 351 itimer.it_interval.tv_sec = 0; 352 itimer.it_interval.tv_usec = 0 [all...] |
/toolchain/binutils/binutils-2.25/bfd/ |
lynx-core.c | 38 #include <sys/itimer.h>
|
/external/valgrind/include/vki/ |
vki-scnums-tilegx-linux.h | 212 /* kernel/itimer.c */
|
/external/strace/ |
quota.c | 335 tprintf("itimer=%d, ", dq.d_itimer);
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/asm-generic/ |
unistd.h | 299 /* kernel/itimer.c */
|
/external/kernel-headers/original/uapi/asm-generic/ |
unistd.h | 320 /* kernel/itimer.c */
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/asm-generic/ |
unistd.h | 322 /* kernel/itimer.c */
|
/external/netperf/src/ |
netlib.c | [all...] |
/external/autotest/client/deps/systemtap/ |
systemtap-0.9.5.tar.gz | |
/prebuilts/python/linux-x86/2.7.5/bin/ |
python | |
python2 | |
python2.7 | |