HomeSort by: relevance | last modified time | path
    Searched refs:UV_PRIORITY_LOW (Results 1 - 4 of 4) sorted by relevancy

  /src/external/mit/libuv/dist/test/
test-process-priority.c 41 for (i = UV_PRIORITY_HIGHEST; i <= UV_PRIORITY_LOW; i++) {
67 else if (i < UV_PRIORITY_LOW)
70 ASSERT_EQ(priority, UV_PRIORITY_LOW);
80 ASSERT_EQ(uv_os_setpriority(0, UV_PRIORITY_LOW + 1), UV_EINVAL);
  /src/external/mit/libuv/dist/src/win/
util.c 1478 *priority = UV_PRIORITY_LOW;
1494 if (priority < UV_PRIORITY_HIGHEST || priority > UV_PRIORITY_LOW)
1504 else if (priority < UV_PRIORITY_LOW)
  /src/external/mit/libuv/dist/include/
uv.h 1318 # define UV_PRIORITY_LOW 39 /* RUNPTY(99) */
1325 # define UV_PRIORITY_LOW 19
  /src/external/mit/libuv/dist/src/unix/
core.c 1631 if (priority < UV_PRIORITY_HIGHEST || priority > UV_PRIORITY_LOW)

Completed in 50 milliseconds