OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:sleep_time
(Results
1 - 10
of
10
) sorted by relevancy
/src/external/apache2/llvm/dist/libcxx/utils/google-benchmark/src/
sleep.cc
36
struct timespec
sleep_time
;
37
sleep_time
.tv_sec = microseconds / kNumMicrosPerSecond;
38
sleep_time
.tv_nsec = (microseconds % kNumMicrosPerSecond) * kNumNanosPerMicro;
39
while (nanosleep(&
sleep_time
, &
sleep_time
) != 0 && errno == EINTR)
/src/external/apache2/llvm/dist/llvm/utils/benchmark/src/
sleep.cc
36
struct timespec
sleep_time
;
37
sleep_time
.tv_sec = microseconds / kNumMicrosPerSecond;
38
sleep_time
.tv_nsec = (microseconds % kNumMicrosPerSecond) * kNumNanosPerMicro;
39
while (nanosleep(&
sleep_time
, &
sleep_time
) != 0 && errno == EINTR)
/src/usr.sbin/autofs/
autounmountd.c
230
do_wait(int kq, time_t
sleep_time
)
236
if (
sleep_time
!= -1) {
237
assert(
sleep_time
> 0);
238
timeout.tv_sec = (int)
sleep_time
;
242
(intmax_t)
sleep_time
);
256
assert(
sleep_time
> 0);
267
time_t expiration_time = 600, retry_time = 600, mounted_max,
sleep_time
;
local
337
sleep_time
= mounted_max;
340
sleep_time
=
343
(intmax_t)
sleep_time
);
[
all
...]
/src/sys/external/bsd/drm2/dist/drm/nouveau/
nouveau_fence.c
279
unsigned long
sleep_time
= NSEC_PER_MSEC / 1000;
local
312
kt =
sleep_time
;
314
sleep_time
*= 2;
315
if (
sleep_time
> NSEC_PER_MSEC)
316
sleep_time
= NSEC_PER_MSEC;
/src/external/bsd/top/dist/machine/
m_decosf1.c
933
if(mslpt>threadinfo->
sleep_time
)
934
mslpt=threadinfo->
sleep_time
;
943
thisproc->p_mach_state=(threadinfo->
sleep_time
> 20) ? 4 : 3; break;
/src/external/gpl3/gdb.old/dist/gdb/
darwin-nat-info.c
396
PRINT_FIELD (&thread_info_data.basic,
sleep_time
);
/src/external/gpl3/gdb/dist/gdb/
darwin-nat-info.c
396
PRINT_FIELD (&thread_info_data.basic,
sleep_time
);
/src/sys/dev/pci/
if_iwmreg.h
3374
uint32_t
sleep_time
;
member in struct:iwm_statistics_general_common
/src/external/gpl3/binutils/dist/gprofng/gp-display-html/
gp-display-html.in
10260
push @experiment_table_3_def, { name => "Sleep time (seconds)", key => "
sleep_time
"};
10267
push @exp_table_summary_def, { name => "Sleep time (seconds)", key => "
sleep_time
"};
12312
my $
sleep_time
;
12463
$
sleep_time
= $1;
12465
$experiment_data[$i]{"
sleep_time
"} = $
sleep_time
. " (" . $sleep_percentage . ")";
12468
my $msg = "exp_id = $exp_id =>
sleep_time
= $
sleep_time
" .
/src/external/gpl3/binutils.old/dist/gprofng/gp-display-html/
gp-display-html.in
10260
push @experiment_table_3_def, { name => "Sleep time (seconds)", key => "
sleep_time
"};
10267
push @exp_table_summary_def, { name => "Sleep time (seconds)", key => "
sleep_time
"};
12312
my $
sleep_time
;
12463
$
sleep_time
= $1;
12465
$experiment_data[$i]{"
sleep_time
"} = $
sleep_time
. " (" . $sleep_percentage . ")";
12468
my $msg = "exp_id = $exp_id =>
sleep_time
= $
sleep_time
" .
Completed in 147 milliseconds
Indexes created Sat Aug 29 00:25:01 UTC 2026