Home
last modified time | relevance | path

Searched refs:PRIORITY_BELOW_NORMAL (Results 1 – 4 of 4) sorted by relevance

/third_party/node/test/parallel/
Dtest-os-process-priority.js11 PRIORITY_BELOW_NORMAL,
20 assert.strictEqual(typeof PRIORITY_BELOW_NORMAL, 'number');
139 else if (expected < PRIORITY_BELOW_NORMAL)
142 assert.strictEqual(priority, PRIORITY_BELOW_NORMAL);
/third_party/node/src/
Dnode_constants.cc780 # define PRIORITY_BELOW_NORMAL UV_PRIORITY_BELOW_NORMAL in DefinePriorityConstants() macro
781 NODE_DEFINE_CONSTANT(target, PRIORITY_BELOW_NORMAL); in DefinePriorityConstants()
782 # undef PRIORITY_BELOW_NORMAL in DefinePriorityConstants()
/third_party/node/typings/internalBinding/
Dconstants.d.ts126 PRIORITY_BELOW_NORMAL: 10;
/third_party/node/doc/api/
Dos.md1307 <td><code>PRIORITY_BELOW_NORMAL</code></td>