Searched refs:useconds_t (Results 1 – 11 of 11) sorted by relevance
/external/deqp/framework/delibs/dethread/unix/ |
D | deThreadUnix.c | 153 usleep((useconds_t)milliseconds * (useconds_t)1000); in deSleep()
|
/external/libmicrohttpd/src/testcurl/https/ |
D | test_https_get_parallel_threads.c | 63 usleep ((useconds_t) 10.0 * ((double) rand ()) / ((double) RAND_MAX)); in https_transfer_thread_adapter()
|
D | test_https_get_parallel.c | 62 usleep ((useconds_t) 10.0 * ((double) rand ()) / ((double) RAND_MAX)); in https_transfer_thread_adapter()
|
/external/bison/lib/ |
D | unistd.in.h | 1499 _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/ |
D | nq_nci.c | 114 return usleep((useconds_t)usec); in platform_wait()
|
D | linux_spidev.c | 174 return usleep((useconds_t)usec); in platform_wait()
|
/external/bison/linux-lib/ |
D | unistd.h | 1811 _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/ |
D | unistd.h | 1811 _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/ |
D | platform-posix.cc | 247 usleep(static_cast<useconds_t>(interval.InMicroseconds())); in Sleep()
|
/external/fio/os/windows/ |
D | posix.c | 568 int usleep(useconds_t useconds) in usleep()
|
/external/python/cpython2/Lib/lib2to3/tests/data/ |
D | infinite_recursion.py | 2399 useconds_t = __darwin_useconds_t variable
|