mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-11-05 18:58:33 +02:00
14 lines
201 B
ReStructuredText
14 lines
201 B
ReStructuredText
PR_DisableClockInterrupts
|
|
=========================
|
|
|
|
Disables timer signals used for preemptive scheduling.
|
|
|
|
|
|
Syntax
|
|
------
|
|
|
|
.. code::
|
|
|
|
#include <prinit.h>
|
|
|
|
void PR_DisableClockInterrupts(void);
|