svc: added optional name field to Event and Mutex (used for debugging)
This commit is contained in:
parent
8c0f02a70c
commit
b78aff8585
6 changed files with 25 additions and 12 deletions
|
@ -37,8 +37,9 @@ Result ClearEvent(Handle handle);
|
|||
/**
|
||||
* Creates an event
|
||||
* @param reset_type ResetType describing how to create event
|
||||
* @param name Optional name of event
|
||||
* @return Handle to newly created Event object
|
||||
*/
|
||||
Handle CreateEvent(const ResetType reset_type);
|
||||
Handle CreateEvent(const ResetType reset_type, const std::string name="Unknown");
|
||||
|
||||
} // namespace
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue