Home
last modified time | relevance | path

Searched refs:getitimer (Results 1 – 17 of 17) sorted by relevance

/external/chromium_org/third_party/tcmalloc/vendor/src/tests/
Dprofile-handler_unittest.cc95 EXPECT_EQ(0, getitimer(timer_type_, &current_timer)); in IsTimerEnabled()
100 EXPECT_EQ(0, getitimer(timer_type_, &current_timer)); in IsTimerEnabled()
115 CHECK_EQ(0, getitimer(ITIMER_VIRTUAL, &virtual_timer_)); in Run()
/external/chromium_org/third_party/tcmalloc/chromium/src/tests/
Dprofile-handler_unittest.cc95 EXPECT_EQ(0, getitimer(timer_type_, &current_timer)); in IsTimerEnabled()
100 EXPECT_EQ(0, getitimer(timer_type_, &current_timer)); in IsTimerEnabled()
115 CHECK_EQ(0, getitimer(ITIMER_VIRTUAL, &virtual_timer_)); in Run()
/external/strace/
Dcount.c86 getitimer(ITIMER_REAL, &it); in count_syscall()
/external/chromium_org/third_party/tcmalloc/vendor/src/
Dprofile-handler.cc444 RAW_CHECK(0 == getitimer(timer_type_, &current_timer), "getitimer"); in IsTimerRunning()
/external/chromium_org/third_party/tcmalloc/chromium/src/
Dprofile-handler.cc444 RAW_CHECK(0 == getitimer(timer_type_, &current_timer), "getitimer"); in IsTimerRunning()
/external/llvm/include/llvm/Target/
DTargetLibraryInfo.h343 getitimer, enumerator
/external/chromium_org/components/nacl/loader/nonsfi/
Dnonsfi_sandbox_sigsys_unittest.cc169 RESTRICT_SYSCALL_DEATH_TEST(getitimer);
/external/llvm/lib/Target/
DTargetLibraryInfo.cpp547 TLI.setUnavailable(LibFunc::getitimer); in initialize()
/external/valgrind/main/docs/internals/
D3_2_BUGSTATUS.txt73 145887 r7193 PPC32: getitimer() system call is not supported (patch)
/external/llvm/lib/Transforms/IPO/
DFunctionAttrs.cpp1335 case LibFunc::getitimer: in inferPrototypeAttributes()
/external/valgrind/main/memcheck/tests/x86-linux/
Dscalar.stderr.exp1194 Syscall param getitimer(which) contains uninitialised byte(s)
1198 Syscall param getitimer(value) contains uninitialised byte(s)
1202 Syscall param getitimer(&value->it_interval) points to unaddressable byte(s)
1207 Syscall param getitimer(&value->it_value) points to unaddressable byte(s)
/external/chromium_org/third_party/lcov/
Ddescriptions.tests246 check that a correct call to getitimer() succeeds
250 check that a getitimer() call fails as expected
254 check that a getitimer() call fails as expected
/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_common_interceptors.inc1381 INTERCEPTOR(int, getitimer, int which, void *curr_value) {
1383 COMMON_INTERCEPTOR_ENTER(ctx, getitimer, which, curr_value);
1387 int res = REAL(getitimer)(which, curr_value);
1408 COMMON_INTERCEPT_FUNCTION(getitimer); \
Dsanitizer_common_syscalls.inc428 PRE_SYSCALL(getitimer)(long which, void *value) {}
430 POST_SYSCALL(getitimer)(long res, long which, void *value) {
/external/compiler-rt/lib/msan/tests/
Dmsan_test.cc1911 TEST(MemorySanitizer, getitimer) { in TEST() argument
1918 res = getitimer(ITIMER_VIRTUAL, &it1); in TEST()
/external/compiler-rt/lib/dfsan/
Dlibc_ubuntu1204_abilist.txt2122 fun:getitimer=uninstrumented
/external/valgrind/main/
DNEWS.old243 145887 PPC32: getitimer() system call is not supported