OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:sleep_ms
(Results
1 - 9
of
9
) sorted by null
/external/valgrind/main/drd/tests/
rwlock_race.c
20
static void
sleep_ms
(const int ms)
function
31
sleep_ms
(100);
/external/valgrind/main/gdbserver_tests/
mcinfcallRU.stderr.exp
1
loops/
sleep_ms
/burn/threads_spec: 1 0 2000000000 ------B-
mcinfcallWSRU.stderr.exp
1
loops/
sleep_ms
/burn/threads_spec: 100 100000000 1000000000 -S-S-SB-
nlcontrolc.stderr.exp
6
loops/
sleep_ms
/burn/threads_spec: 1000000000 1000000000 1000000000 BSBSBSBS
/dalvik/vm/jdwp/
JdwpAdb.cpp
198
int
sleep_ms
= 500;
local
259
usleep(
sleep_ms
*1000 );
261
sleep_ms
+= (
sleep_ms
>> 1);
262
if (
sleep_ms
> sleep_max_ms)
263
sleep_ms
= sleep_max_ms;
/external/qemu/android/utils/
system.c
199
sleep_ms
( int timeout_ms )
function
system.h
164
extern void
sleep_ms
( int timeout );