OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:itp
(Results
1 - 2
of
2
) sorted by null
/bionic/libc/upstream-openbsd/lib/libc/gen/
alarm.c
41
struct itimerval *
itp
= ⁢
local
43
timerclear(&
itp
->it_interval);
44
itp
->it_value.tv_sec = secs;
45
itp
->it_value.tv_usec = 0;
46
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 866 milliseconds