OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:Seconds
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/external/bsd/compiler_rt/dist/lib/fuzzer/
FuzzerInternal.h
45
return duration_cast<
seconds
>(system_clock::now() - ProcessStartTime)
56
size_t
Seconds
= secondsSinceProcessStartUp();
57
return
Seconds
? TotalNumberOfRuns /
Seconds
: 0;
FuzzerLoop.cpp
285
size_t
Seconds
=
286
duration_cast<
seconds
>(system_clock::now() - UnitStartTime).count();
287
if (
Seconds
== 0)
290
Printf("AlarmCallback %zd\n",
Seconds
);
291
if (
Seconds
>= (size_t)Options.UnitTimeoutSec) {
295
Printf("ALARM: working on the last Unit for %zd
seconds
\n",
Seconds
);
299
Printf("==%lu== ERROR: libFuzzer: timeout after %d
seconds
\n", GetPid(),
300
Seconds
);
440
duration_cast<
seconds
>(UnitStopTime - UnitStartTime).count()
[
all
...]
Completed in 138 milliseconds
Indexes created Fri Sep 26 20:09:58 GMT 2025