Symbol: usleep
headers/posix/unistd.h
447
extern int usleep(unsigned int microSeconds);
src/apps/haikudepot/process/AbstractProcessNode.cpp
74
usleep(SPIN_DELAY_MI);
src/apps/haikudepot/server/IncrementViewCounterProcess.cpp
117
usleep(miniSpinDelays);
src/apps/mail/Content.cpp
2018
for (int i = 5; i > 0; i--, usleep(100000))
src/apps/packageinstaller/InstalledPackageInfo.cpp
228
usleep(1000);
src/apps/packageinstaller/UninstallView.cpp
162
usleep(10000);
src/bin/network/ping/ping.c
1106
usleep(FLOOD_BACKOFF);
src/bin/network/traceroute/traceroute.c
1046
usleep(pausemsecs * 1000);
src/build/libroot/misc.cpp
61
if (usleep((useconds_t)usecs) < 0)
src/tests/kits/game/push_game_sound_test/push_game_sound_sine.cpp
88
usleep(1000000 * framesPerBufferPart / gsFormat.frame_rate);
src/tests/kits/net/netservices2/HttpProtocolTest.cpp
779
usleep(2000); // give some time to catch up on receiving all messages
src/tests/kits/net/netservices2/HttpProtocolTest.cpp
784
usleep(1000); // give some time to catch up on receiving all messages
src/tests/kits/support/StopWatchTest.cpp
118
usleep(50000);
src/tests/kits/support/StopWatchTest.cpp
132
usleep(2000);
src/tests/kits/support/StopWatchTest.cpp
134
usleep(2000);
src/tests/kits/support/StopWatchTest.cpp
136
usleep(2000);
src/tests/kits/support/StopWatchTest.cpp
138
usleep(2000);
src/tests/kits/support/StopWatchTest.cpp
140
usleep(2000);
src/tests/kits/support/StopWatchTest.cpp
57
usleep(10000);
src/tests/kits/support/StopWatchTest.cpp
67
usleep(5000);
src/tests/kits/support/StopWatchTest.cpp
71
usleep(10000);
src/tests/kits/support/StopWatchTest.cpp
77
usleep(5000);
src/tests/kits/support/StopWatchTest.cpp
87
usleep(2000);
src/tests/kits/support/StopWatchTest.cpp
89
usleep(2000);
src/tests/system/libroot/posix/pthread_signal_test.cpp
164
usleep(3000000);
src/tests/system/libroot/posix/pthread_signal_test.cpp
98
usleep(1000000);
src/tests/system/network/tcptester/tcptester.cpp
132
usleep(value(ctx) * 1000);