File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -173,7 +173,7 @@ interrupts(); // This will enable the interrupts egain. DO NOT FORGET!
173173- ` void ThreadController::remove(Thread* _thread) ` - This will remove the Thread from the ThreadController.
174174- ` void ThreadController::remove(int index) ` - This will remove the thread on the position ` index ` .
175175- ` void ThreadController::clear() ` - This will remove ALL threads from the ThreadController array.
176- - ` void ThreadController::size(bool cached = true)` - Returns how many Threads are allocated
176+ - ` int ThreadController::size(bool cached = true)` - Returns how many Threads are allocated
177177 inside the ThreadController. If cached is ` false ` , will force the calculation of threads.
178178- ` Thread* ThreadController::get(int index) ` - Returns the Thread on the position ` index ` .
179179
You can’t perform that action at this time.
0 commit comments