Source code
Revision control
Copy as Markdown
Other Tools
# PR_UnblockClockInterrupts
Unblocks the timer signal used for preemptive scheduling.
## Syntax
```{code}
#include <prinit.h>
void PR_UnblockClockInterrupts(void);
```