Skip to content

Commit 74a51b6

Browse files
committed
Add ThisThread Chrono stubs
1 parent ee88235 commit 74a51b6

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

UNITTESTS/stubs/ThisThread_stub.cpp

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,16 @@ void ThisThread::sleep_until(uint64_t millisec)
2323
{
2424
}
2525

26+
void ThisThread::sleep_until(Kernel::Clock::time_point abs_time)
27+
{
28+
}
29+
2630
void ThisThread::sleep_for(uint32_t millisec)
2731
{
2832
}
2933

34+
void ThisThread::sleep_for(Kernel::Clock::duration_u32 rel_time)
35+
{
36+
}
37+
3038
}

0 commit comments

Comments
 (0)