MCPcopy Create free account
hub / github.com/Kitware/CMake / kwsysProcess_usleep

Function kwsysProcess_usleep

Source/kwsys/ProcessUNIX.c:93–96  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

91/* BeOS 5 doesn't have usleep(), but it has snooze(), which is identical. */
92# include <be/kernel/OS.h>
93static inline void kwsysProcess_usleep(unsigned int msec)
94{
95 snooze(msec);
96}
97#else
98# define kwsysProcess_usleep usleep
99#endif

Callers 1

kwsysProcessWaitForPipeFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…