OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:itp
(Results
1 - 2
of
2
) sorted by null
/bionic/libc/unistd/
alarm.c
47
struct itimerval *
itp
= ⁢
local
49
itp
->it_interval.tv_usec = 0;
50
itp
->it_interval.tv_sec = 0;
51
itp
->it_value.tv_sec = secs;
52
itp
->it_value.tv_usec = 0;
53
if (setitimer(ITIMER_REAL,
itp
, &oitv) < 0)
/external/oprofile/libpp/
sample_container.cpp
126
it_pair
itp
= samples_by_loc.equal_range(&sample);
local
128
return accumulate(
itp
.first,
itp
.second, count_array_t(), add_counts);
Completed in 38 milliseconds