kernel: DPC: remove schedulerLocked argument

This commit is contained in:
Pawel Dziepak
2013-11-04 23:51:18 +01:00
parent 11cacd0c13
commit 3c819aaa72
2 changed files with 6 additions and 8 deletions
+2 -4
View File
@@ -62,10 +62,8 @@ public:
uint32 reservedSlots);
void Close(bool cancelPending);
status_t Add(DPCCallback* callback,
bool schedulerLocked);
status_t Add(void (*function)(void*), void* argument,
bool schedulerLocked);
status_t Add(DPCCallback* callback);
status_t Add(void (*function)(void*), void* argument);
bool Cancel(DPCCallback* callback);
thread_id Thread() const