OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:Seconds
(Results
1 - 7
of
7
) sorted by relevancy
/src/sys/external/bsd/compiler_rt/dist/lib/fuzzer/
FuzzerUtilPosix.cpp
75
void SetTimer(int
Seconds
) {
77
{
Seconds
, 0}, {
Seconds
, 0 }
111
void SleepSeconds(int
Seconds
) {
112
sleep(
Seconds
); // Use C API to avoid coverage from instrumented libc++.
FuzzerUtilWindows.cpp
94
void SetTimer(int
Seconds
) {
104
Seconds
*1000,
Seconds
*1000, 0)) {
140
void SleepSeconds(int
Seconds
) { Sleep(
Seconds
* 1000); }
FuzzerInternal.h
45
return duration_cast<
seconds
>(system_clock::now() - ProcessStartTime)
56
size_t
Seconds
= secondsSinceProcessStartUp();
57
return
Seconds
? TotalNumberOfRuns /
Seconds
: 0;
FuzzerUtil.h
52
void SleepSeconds(int
Seconds
);
FuzzerUtilFuchsia.cpp
65
void AlarmHandler(int
Seconds
) {
67
SleepSeconds(
Seconds
);
323
void SleepSeconds(int
Seconds
) {
324
_zx_nanosleep(_zx_deadline_after(ZX_SEC(
Seconds
)));
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
...]
/src/lib/libutil/
parsedate.y
277
/* XXX: Do nothing with fractional
seconds
($7) */
787
time_t
Seconds
, /* Second of minute [0-60] */
798
tm.tm_sec =
Seconds
;
836
(intmax_t)Hours, (intmax_t)Minutes, (intmax_t)
Seconds
,
1270
/* ignore any fractional
seconds
, no way to return them in a time_t */
Completed in 31 milliseconds
Indexes created Sat Oct 18 17:09:52 GMT 2025