Searched refs:microseconds (Results 26 - 44 of 44) sorted by relevance

12

/freebsd-12-stable/sys/dev/pms/freebsd/driver/common/
H A Dlxosapi.c685 Stall the thread (busy wait) for a number of microseconds.
688 U32 microseconds (IN) Micro-seconds to be hold
691 void ostiStallThread( tiRoot_t *ptiRoot, U32 microseconds )
693 DELAY( microseconds );
/freebsd-12-stable/contrib/llvm-project/lldb/source/API/
H A DSBCommunication.cpp116 : std::chrono::microseconds(timeout_usec);
/freebsd-12-stable/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectExpression.cpp410 options.SetTimeout(std::chrono::microseconds(m_command_options.timeout));
557 expr_options.SetTimeout(std::chrono::microseconds(command_options.timeout));
/freebsd-12-stable/sys/dev/pms/RefTisa/tisa/api/
H A Dostiapi.h158 bit32 microseconds
/freebsd-12-stable/contrib/llvm-project/libcxx/src/filesystem/
H A Dfilesystem_common.h398 auto dur = duration_cast<microseconds>(nanoseconds(nsec)).count();
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Support/Unix/
H A DPath.inc762 std::chrono::time_point_cast<std::chrono::microseconds>(AccessTime));
764 sys::toTimeVal(std::chrono::time_point_cast<std::chrono::microseconds>(
/freebsd-12-stable/sys/dev/nvme/
H A Dnvme_private.h279 /** interrupt coalescing time period (in microseconds) */
363 uint32_t microseconds,
457 * will set status->done to true, usually within microseconds. If not,
/freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/Process/Darwin/
H A DNativeProcessDarwin.cpp1363 (float)info->user_time.microseconds / 1000000.0f;
1365 (float)info->user_time.microseconds / 1000000.0f;
/freebsd-12-stable/sys/dev/pms/RefTisa/sallsdk/api/
H A Dsaosapi.h116 bit32 microseconds
/freebsd-12-stable/crypto/heimdal/lib/sqlite/
H A Dsqlite3.h933 ** least the number of microseconds given. ^The xCurrentTime()
975 int (*xSleep)(sqlite3_vfs*, int microseconds);
H A Dsqlite3.c1486 ** least the number of microseconds given. ^The xCurrentTime()
1528 int (*xSleep)(sqlite3_vfs*, int microseconds);
24216 ** The argument is the number of microseconds we want to sleep.
24217 ** The return value is the number of microseconds of sleep actually
29967 unixSleep(sqlite3_vfs *NotUsed, int microseconds) argument
[all...]
/freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationServerLLGS.cpp909 std::chrono::microseconds(0), error, interrupt, done);
1005 buffer, sizeof buffer, std::chrono::microseconds(0), status, &error);
/freebsd-12-stable/contrib/llvm-project/lldb/source/Host/common/
H A DEditline.cpp177 select_helper.SetTimeout(std::chrono::microseconds(0));
/freebsd-12-stable/contrib/sqlite3/
H A Dsqlite3.h1345 ** least the number of microseconds given. ^The xCurrentTime()
1387 int (*xSleep)(sqlite3_vfs*, int microseconds);
H A Dsqlite3.c2408 ** least the number of microseconds given. ^The xCurrentTime()
2450 int (*xSleep)(sqlite3_vfs*, int microseconds);
40506 unixSleep(sqlite3_vfs *NotUsed, int microseconds) argument
[all...]
H A Dshell.c3795 static int apndSleep(sqlite3_vfs*, int microseconds);
/freebsd-12-stable/tools/tools/netmap/
H A Dnmreplay.c209 uint32_t ts_frac; /* microseconds or nanoseconds depending on sigfigs */
1338 {"n", 1 /* nanoseconds */}, {"u", 1000 /* microseconds */},
1434 u microseconds
/freebsd-12-stable/contrib/llvm-project/lldb/source/Target/
H A DProcess.cpp4518 static microseconds
4534 return std::min<microseconds>(default_one_thread_timeout,
/freebsd-12-stable/sys/dev/pms/RefTisa/tisa/sassata/common/
H A Dossacmnapi.c4639 * microseconds.
4643 * \param microseconds: Micro second to stall.
4653 bit32 microseconds
4660 microseconds

Completed in 1406 milliseconds

12