Searched refs:setitimer (Results 1 - 25 of 26) sorted by relevance

12

/external/compiler-rt/test/msan/
H A Dsignal_stress_test.cc45 setitimer(ITIMER_PROF, &itv, NULL);
67 setitimer(ITIMER_PROF, &itv, NULL);
/external/libunwind/tests/
H A Dtest-async-sig.c160 setitimer (ITIMER_VIRTUAL, &interval, NULL);
179 setitimer (ITIMER_VIRTUAL, &interval, NULL);
/external/chromium_org/third_party/tcmalloc/chromium/src/tests/
H A Dgetpc_test.cc42 #include <sys/time.h> // for setitimer
68 setitimer(ITIMER_PROF, &timer, 0);
H A Dprofile-handler_unittest.cc128 CHECK_EQ(0, setitimer(ITIMER_VIRTUAL, &new_timer_val, NULL));
138 CHECK_EQ(0, setitimer(ITIMER_VIRTUAL, &new_timer_val, NULL));
/external/chromium_org/third_party/tcmalloc/vendor/src/tests/
H A Dgetpc_test.cc42 #include <sys/time.h> // for setitimer
68 setitimer(ITIMER_PROF, &timer, 0);
H A Dprofile-handler_unittest.cc128 CHECK_EQ(0, setitimer(ITIMER_VIRTUAL, &new_timer_val, NULL));
138 CHECK_EQ(0, setitimer(ITIMER_VIRTUAL, &new_timer_val, NULL));
/external/compiler-rt/test/asan/TestCases/Linux/
H A Duar_signals.cc36 if (setitimer(ITIMER_PROF, &timer, 0) != 0) {
37 perror("setitimer");
/external/qemu/distrib/sdl-1.2.15/src/timer/unix/
H A DSDL_systimer.c177 setitimer(ITIMER_REAL, &timer, NULL);
186 setitimer(ITIMER_REAL, &timer, NULL);
/external/chromium_org/third_party/npapi/npspy/extern/nspr/md/
H A Dsunos4.h137 extern int setitimer(int, struct itimerval *, struct itimerval *);
/external/fio/os/
H A Dos-mac.h39 * Emulate the functionality using setitimer and sigaction here
92 rc = setitimer(ITIMER_REAL, &tv, &tv_out);
/external/chromium_org/third_party/tcmalloc/chromium/src/
H A Dprofile-handler.cc427 setitimer(timer_type_, &timer, 0);
436 setitimer(timer_type_, &timer, 0);
/external/chromium_org/third_party/tcmalloc/vendor/src/
H A Dprofile-handler.cc427 setitimer(timer_type_, &timer, 0);
436 setitimer(timer_type_, &timer, 0);
/external/strace/
H A Dcount.c85 setitimer(ITIMER_REAL, &it, NULL);
/external/qemu/
H A Dmain-loop.c688 err = setitimer(ITIMER_REAL, &itv, NULL);
700 setitimer(ITIMER_REAL, &itv, NULL);
/external/llvm/include/llvm/Target/
H A DTargetLibraryInfo.h518 /// int setitimer(int which, const struct itimerval *value,
520 setitimer, enumerator in enum:llvm::LibFunc::Func
/external/chromium_org/components/nacl/loader/nonsfi/
H A Dnonsfi_sandbox_sigsys_unittest.cc449 RESTRICT_SYSCALL_DEATH_TEST(setitimer);
/external/chromium_org/testing/gtest/test/
H A Dgtest-death-test_test.cc382 ASSERT_EQ(0, setitimer(ITIMER_PROF, &timer, NULL));
397 ASSERT_EQ(0, setitimer(ITIMER_PROF, &timer, NULL));
/external/gtest/test/
H A Dgtest-death-test_test.cc387 ASSERT_EQ(0, setitimer(ITIMER_PROF, &timer, NULL));
402 ASSERT_EQ(0, setitimer(ITIMER_PROF, &timer, NULL));
/external/iputils/
H A Dping_common.c436 setitimer(ITIMER_REAL, &it, NULL);
713 setitimer(ITIMER_REAL, &it, NULL);
/external/llvm/lib/Target/
H A DTargetLibraryInfo.cpp268 "setitimer",
569 TLI.setUnavailable(LibFunc::setitimer);
/external/chromium_org/third_party/libevent/test/
H A Dregress.c611 if (setitimer(ITIMER_REAL, &itv, NULL) == -1)
638 if (setitimer(ITIMER_REAL, &itv, NULL) == -1)
/external/valgrind/main/memcheck/tests/x86-linux/
H A Dscalar.stderr.exp1159 Syscall param setitimer(which) contains uninitialised byte(s)
1163 Syscall param setitimer(value) contains uninitialised byte(s)
1167 Syscall param setitimer(ovalue) contains uninitialised byte(s)
1171 Syscall param setitimer(&value->it_interval) points to unaddressable byte(s)
1176 Syscall param setitimer(&value->it_value) points to unaddressable byte(s)
1181 Syscall param setitimer(&ovalue->it_interval) points to unaddressable byte(s)
1186 Syscall param setitimer(&ovalue->it_value) points to unaddressable byte(s)
/external/netperf/
H A Dnetlib.c327 if (setitimer(ITIMER_REAL,&new_interval,&old_interval) != 0) {
329 perror("netperf: setitimer");
1066 if (setitimer(ITIMER_REAL,&new_interval,&old_interval) != 0) {
1068 perror("netperf: setitimer");
/external/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_common_interceptors.inc1393 INTERCEPTOR(int, setitimer, int which, const void *new_value, void *old_value) {
1395 COMMON_INTERCEPTOR_ENTER(ctx, setitimer, which, new_value, old_value);
1401 int res = REAL(setitimer)(which, new_value, old_value);
1409 COMMON_INTERCEPT_FUNCTION(setitimer);
/external/compiler-rt/lib/msan/tests/
H A Dmsan_test.cc1928 res = setitimer(ITIMER_VIRTUAL, &it1, &it2);
1937 res = setitimer(ITIMER_VIRTUAL, &it1, 0);
1942 setitimer(ITIMER_VIRTUAL, 0, 0);

Completed in 1015 milliseconds

12