Home
last modified time | relevance | path

Searched refs:useconds_t (Results 1 – 11 of 11) sorted by relevance

/external/deqp/framework/delibs/dethread/unix/
DdeThreadUnix.c153 usleep((useconds_t)milliseconds * (useconds_t)1000); in deSleep()
/external/libmicrohttpd/src/testcurl/https/
Dtest_https_get_parallel_threads.c63 usleep ((useconds_t) 10.0 * ((double) rand ()) / ((double) RAND_MAX)); in https_transfer_thread_adapter()
Dtest_https_get_parallel.c62 usleep ((useconds_t) 10.0 * ((double) rand ()) / ((double) RAND_MAX)); in https_transfer_thread_adapter()
/external/bison/lib/
Dunistd.in.h1499 _GL_FUNCDECL_RPL (usleep, int, (useconds_t n));
1500 _GL_CXXALIAS_RPL (usleep, int, (useconds_t n));
1503 _GL_FUNCDECL_SYS (usleep, int, (useconds_t n));
1505 _GL_CXXALIAS_SYS (usleep, int, (useconds_t n));
/external/libese/libese-hw/nxp/pn80t/
Dnq_nci.c114 return usleep((useconds_t)usec); in platform_wait()
Dlinux_spidev.c174 return usleep((useconds_t)usec); in platform_wait()
/external/bison/linux-lib/
Dunistd.h1811 _GL_FUNCDECL_RPL (usleep, int, (useconds_t n));
1812 _GL_CXXALIAS_RPL (usleep, int, (useconds_t n));
1815 _GL_FUNCDECL_SYS (usleep, int, (useconds_t n));
1817 _GL_CXXALIAS_SYS (usleep, int, (useconds_t n));
/external/bison/darwin-lib/
Dunistd.h1811 _GL_FUNCDECL_RPL (usleep, int, (useconds_t n));
1812 _GL_CXXALIAS_RPL (usleep, int, (useconds_t n));
1815 _GL_FUNCDECL_SYS (usleep, int, (useconds_t n));
1817 _GL_CXXALIAS_SYS (usleep, int, (useconds_t n));
/external/v8/src/base/platform/
Dplatform-posix.cc247 usleep(static_cast<useconds_t>(interval.InMicroseconds())); in Sleep()
/external/fio/os/windows/
Dposix.c568 int usleep(useconds_t useconds) in usleep()
/external/python/cpython2/Lib/lib2to3/tests/data/
Dinfinite_recursion.py2399 useconds_t = __darwin_useconds_t variable