|
@@ -24,9 +24,4 @@ void UA_fakeSleep(UA_UInt32 duration);
|
|
|
/* Sleep for the duration in milliseconds. Used to wait for workers to complete. */
|
|
|
void UA_realSleep(UA_UInt32 duration);
|
|
|
|
|
|
-/* Sleep for the duration in milliseconds and update the current time.
|
|
|
- * combines fakeSleep and realSleep.
|
|
|
- * */
|
|
|
-void UA_comboSleep(UA_UInt32 duration);
|
|
|
-
|
|
|
#endif /* TESTING_CLOCK_H_ */
|