mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-11-06 03:09:18 +02:00
14 lines
204 B
ReStructuredText
14 lines
204 B
ReStructuredText
PR_UnblockClockInterrupts
|
|
=========================
|
|
|
|
Unblocks the timer signal used for preemptive scheduling.
|
|
|
|
|
|
Syntax
|
|
------
|
|
|
|
.. code::
|
|
|
|
#include <prinit.h>
|
|
|
|
void PR_UnblockClockInterrupts(void);
|