Searched refs:getitimer (Results 1 – 17 of 17) sorted by relevance
/external/chromium_org/third_party/tcmalloc/vendor/src/tests/ |
D | profile-handler_unittest.cc | 95 EXPECT_EQ(0, getitimer(timer_type_, ¤t_timer)); in IsTimerEnabled() 100 EXPECT_EQ(0, getitimer(timer_type_, ¤t_timer)); in IsTimerEnabled() 115 CHECK_EQ(0, getitimer(ITIMER_VIRTUAL, &virtual_timer_)); in Run()
|
/external/chromium_org/third_party/tcmalloc/chromium/src/tests/ |
D | profile-handler_unittest.cc | 95 EXPECT_EQ(0, getitimer(timer_type_, ¤t_timer)); in IsTimerEnabled() 100 EXPECT_EQ(0, getitimer(timer_type_, ¤t_timer)); in IsTimerEnabled() 115 CHECK_EQ(0, getitimer(ITIMER_VIRTUAL, &virtual_timer_)); in Run()
|
/external/strace/ |
D | count.c | 86 getitimer(ITIMER_REAL, &it); in count_syscall()
|
/external/chromium_org/third_party/tcmalloc/vendor/src/ |
D | profile-handler.cc | 444 RAW_CHECK(0 == getitimer(timer_type_, ¤t_timer), "getitimer"); in IsTimerRunning()
|
/external/chromium_org/third_party/tcmalloc/chromium/src/ |
D | profile-handler.cc | 444 RAW_CHECK(0 == getitimer(timer_type_, ¤t_timer), "getitimer"); in IsTimerRunning()
|
/external/llvm/include/llvm/Target/ |
D | TargetLibraryInfo.h | 343 getitimer, enumerator
|
/external/chromium_org/components/nacl/loader/nonsfi/ |
D | nonsfi_sandbox_sigsys_unittest.cc | 169 RESTRICT_SYSCALL_DEATH_TEST(getitimer);
|
/external/llvm/lib/Target/ |
D | TargetLibraryInfo.cpp | 547 TLI.setUnavailable(LibFunc::getitimer); in initialize()
|
/external/valgrind/main/docs/internals/ |
D | 3_2_BUGSTATUS.txt | 73 145887 r7193 PPC32: getitimer() system call is not supported (patch)
|
/external/llvm/lib/Transforms/IPO/ |
D | FunctionAttrs.cpp | 1335 case LibFunc::getitimer: in inferPrototypeAttributes()
|
/external/valgrind/main/memcheck/tests/x86-linux/ |
D | scalar.stderr.exp | 1194 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/ |
D | descriptions.tests | 246 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/ |
D | sanitizer_common_interceptors.inc | 1381 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); \
|
D | sanitizer_common_syscalls.inc | 428 PRE_SYSCALL(getitimer)(long which, void *value) {} 430 POST_SYSCALL(getitimer)(long res, long which, void *value) {
|
/external/compiler-rt/lib/msan/tests/ |
D | msan_test.cc | 1911 TEST(MemorySanitizer, getitimer) { in TEST() argument 1918 res = getitimer(ITIMER_VIRTUAL, &it1); in TEST()
|
/external/compiler-rt/lib/dfsan/ |
D | libc_ubuntu1204_abilist.txt | 2122 fun:getitimer=uninstrumented
|
/external/valgrind/main/ |
D | NEWS.old | 243 145887 PPC32: getitimer() system call is not supported
|