Searched refs:ITIMER_VIRTUAL (Results 1 - 9 of 9) sorted by relevance

/external/chromium_org/third_party/tcmalloc/chromium/src/tests/
H A Dprofile-handler_unittest.cc115 CHECK_EQ(0, getitimer(ITIMER_VIRTUAL, &virtual_timer_));
128 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 Dprofile-handler_unittest.cc115 CHECK_EQ(0, getitimer(ITIMER_VIRTUAL, &virtual_timer_));
128 CHECK_EQ(0, setitimer(ITIMER_VIRTUAL, &new_timer_val, NULL));
138 CHECK_EQ(0, setitimer(ITIMER_VIRTUAL, &new_timer_val, NULL));
/external/chromium/third_party/libevent/compat/sys/
H A D_libevent_time.h135 #define ITIMER_VIRTUAL 1 macro
H A D_time.h135 #define ITIMER_VIRTUAL 1 macro
/external/chromium_org/third_party/libevent/compat/sys/
H A D_libevent_time.h135 #define ITIMER_VIRTUAL 1 macro
H A D_time.h135 #define ITIMER_VIRTUAL 1 macro
/external/kernel-headers/original/linux/
H A Dtime.h192 #define ITIMER_VIRTUAL 1 macro
/external/compiler-rt/lib/msan/tests/
H A Dmsan_test.cc1377 res = getitimer(ITIMER_VIRTUAL, &it1);
1387 res = setitimer(ITIMER_VIRTUAL, &it1, &it2);
1396 res = setitimer(ITIMER_VIRTUAL, &it1, 0);
1401 setitimer(ITIMER_VIRTUAL, 0, 0);
/external/strace/
H A Dtime.c338 { ITIMER_VIRTUAL,"ITIMER_VIRTUAL"},

Completed in 231 milliseconds