Depends on D137612 Differential Revision: https://phabricator.services.mozilla.com/D137650
15 lines
209 B
ReStructuredText
15 lines
209 B
ReStructuredText
PR_UnblockClockInterrupts
|
|
=========================
|
|
|
|
Unblocks the timer signal used for preemptive scheduling.
|
|
|
|
|
|
Syntax
|
|
------
|
|
|
|
.. code:: eval
|
|
|
|
#include <prinit.h>
|
|
|
|
void PR_UnblockClockInterrupts(void);
|