Home
last modified time | relevance | path

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

/llvm-project/lldb/test/API/functionalities/breakpoint/two_hits_one_actual/
H A Dmain.cpp4 void usleep_helper(unsigned int usec) { in usleep_helper()
/llvm-project/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/lldb/tools/debugserver/source/
H A DDNBTimer.h63 void GetTime(uint64_t &sec, uint32_t &usec) const { in GetTime()
/llvm-project/lldb/test/API/python_api/watchpoint/watchlocation/
H A Dmain.cpp59 int usec = g_distribution(g_random_engine); in thread_func() local
/llvm-project/lldb/test/API/commands/watchpoints/hello_watchlocation/
H A Dmain.cpp59 int usec = g_distribution(g_random_engine); in thread_func() local
/llvm-project/lldb/test/API/python_api/lldbutil/iter/
H A Dmain.cpp60 int usec = distribution(generator); in thread_func() local
/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_interceptors_posix.cpp390 TSAN_INTERCEPTOR(int,usleep,long_t usec) TSAN_INTERCEPTOR() argument