12 lines
166 B
Markdown
12 lines
166 B
Markdown
# PR_BlockClockInterrupts
|
|
|
|
Blocks the timer signal used for preemptive scheduling.
|
|
|
|
## Syntax
|
|
|
|
```{code}
|
|
#include <prinit.h>
|
|
|
|
void PR_BlockClockInterrupts(void);
|
|
```
|