Home
last modified time | relevance | path

Searched defs:usec (Results 1 – 8 of 8) sorted by relevance

/llvm-project-15.0.7/lldb/test/API/functionalities/breakpoint/two_hits_one_actual/
H A Dmain.cpp4 void usleep_helper(unsigned int usec) { in usleep_helper()
/llvm-project-15.0.7/lldb/test/Shell/ExecControl/StopHook/Inputs/
H A Dstop-hook-threads.cpp40 int usec = g_distribution(g_random_engine); in thread_func() local
/llvm-project-15.0.7/lldb/tools/debugserver/source/
H A DDNBTimer.h63 void GetTime(uint64_t &sec, uint32_t &usec) const { in GetTime()
/llvm-project-15.0.7/lldb/test/API/python_api/watchpoint/watchlocation/
H A Dmain.cpp59 int usec = g_distribution(g_random_engine); in thread_func() local
/llvm-project-15.0.7/lldb/test/API/commands/watchpoints/hello_watchlocation/
H A Dmain.cpp59 int usec = g_distribution(g_random_engine); in thread_func() local
/llvm-project-15.0.7/lldb/test/API/python_api/lldbutil/iter/
H A Dmain.cpp60 int usec = distribution(generator); in thread_func() local
/llvm-project-15.0.7/compiler-rt/lib/tsan/rtl-old/
H A Dtsan_interceptors_posix.cpp352 TSAN_INTERCEPTOR(int, usleep, long_t usec) { in TSAN_INTERCEPTOR()
/llvm-project-15.0.7/compiler-rt/lib/tsan/rtl/
H A Dtsan_interceptors_posix.cpp357 TSAN_INTERCEPTOR(int, usleep, long_t usec) { in TSAN_INTERCEPTOR()