blob: 936dedb8778971fcab5fe007958609c11402fdc9 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
PR_BlockClockInterrupts
=======================
Blocks the timer signal used for preemptive scheduling.
Syntax
------
.. code::
#include <prinit.h>
void PR_BlockClockInterrupts(void);
|