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

  /src/external/mit/libuv/dist/test/
test-process-priority.c 58 users will silently be set to UV_PRIORITY_HIGH. */
59 if (i < UV_PRIORITY_HIGH)
60 ASSERT(priority == UV_PRIORITY_HIGHEST || priority == UV_PRIORITY_HIGH);
62 ASSERT_EQ(priority, UV_PRIORITY_HIGH);
  /src/external/mit/libuv/dist/src/win/
util.c 1470 *priority = UV_PRIORITY_HIGH;
1496 else if (priority < UV_PRIORITY_HIGH)
  /src/external/mit/libuv/dist/include/
uv.h 1322 # define UV_PRIORITY_HIGH -7 /* RUNPTY(6) */
1329 # define UV_PRIORITY_HIGH -14

Completed in 28 milliseconds