pr_unblockclockinterrupts.rst (204B)
1 PR_UnblockClockInterrupts 2 ========================= 3 4 Unblocks the timer signal used for preemptive scheduling. 5 6 7 Syntax 8 ------ 9 10 .. code:: 11 12 #include <prinit.h> 13 14 void PR_UnblockClockInterrupts(void);