[*] link errors
This commit is contained in:
parent
184ef34838
commit
440b5877b2
@ -18,7 +18,7 @@ namespace Aurora::Threading::Primitives
|
||||
|
||||
auline AuSPtr<IConditionMutex> GetMutex() override;
|
||||
auline bool WaitForSignal(AuUInt32 timeout) override;
|
||||
auline bool WaitForSignalNS(AuUInt64 qwTimeout);
|
||||
bool WaitForSignalNS(AuUInt64 qwTimeout);
|
||||
auline void Signal() override;
|
||||
auline void Broadcast() override;
|
||||
|
||||
|
@ -45,7 +45,7 @@ namespace Aurora::Time
|
||||
|
||||
ADD_CLOCK(Steady, eSteady, SteadyClockJiffies, SteadyClockNS, SteadyClockMS);
|
||||
ADD_CLOCK(Wall, eWall, FILE_AND_USR_DIR_STEP + AuUInt64, CurrentClockNS, CurrentClockMS);
|
||||
ADD_CLOCK(ProcTime, eProcessTime, HighResClockJiffies, HighResClockNS, HighResClockMS);
|
||||
ADD_CLOCK(Process, eProcessTime, HighResClockJiffies, HighResClockNS, HighResClockMS);
|
||||
|
||||
#undef FILE_AND_USR_DIR_STEP
|
||||
#undef ADD_CLOCK
|
||||
|
Loading…
Reference in New Issue
Block a user