forked from mirrors/gecko-dev
Depends on D137612 Differential Revision: https://phabricator.services.mozilla.com/D137650
14 lines
206 B
ReStructuredText
14 lines
206 B
ReStructuredText
PR_DisableClockInterrupts
|
|
=========================
|
|
|
|
Disables timer signals used for preemptive scheduling.
|
|
|
|
|
|
Syntax
|
|
------
|
|
|
|
.. code:: eval
|
|
|
|
#include <prinit.h>
|
|
|
|
void PR_DisableClockInterrupts(void);
|