Event: Get rid of permanent_lock hack.
This commit is contained in:
parent
5e77e2e1de
commit
14cbbf4d9b
2 changed files with 8 additions and 36 deletions
|
@ -18,13 +18,6 @@ namespace Kernel {
|
|||
*/
|
||||
ResultCode SetEventLocked(const Handle handle, const bool locked);
|
||||
|
||||
/**
|
||||
* Hackish function to set an events permanent lock state, used to pass through synch blocks
|
||||
* @param handle Handle to event to change
|
||||
* @param permanent_locked Boolean permanent locked value to set event
|
||||
*/
|
||||
ResultCode SetPermanentLock(Handle handle, const bool permanent_locked);
|
||||
|
||||
/**
|
||||
* Signals an event
|
||||
* @param handle Handle to event to signal
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue