mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-24 03:33:20 +01:00
Add a warning.
llvm-svn: 77746
This commit is contained in:
parent
99d279978e
commit
89b10452e1
@ -39,7 +39,8 @@ namespace sys {
|
||||
/// @returns -1=cancelled, 0=untriggered, 1=triggered
|
||||
int AlarmStatus();
|
||||
|
||||
/// Sleep for n seconds.
|
||||
/// Sleep for n seconds. Warning: mixing calls to Sleep() and other *Alarm
|
||||
/// calls may be a bad idea on some platforms (source: Linux man page).
|
||||
/// @returns nothing.
|
||||
void Sleep(unsigned n);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user