Home
last modified time | relevance | path

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

/libuv/src/unix/
H A Dcore.c1612 if (priority < UV_THREAD_PRIORITY_LOWEST || priority > UV_THREAD_PRIORITY_HIGHEST) in set_nice_for_calling_thread()
1638 if (priority < UV_THREAD_PRIORITY_LOWEST || priority > UV_THREAD_PRIORITY_HIGHEST) in uv_thread_setpriority()
1668 case UV_THREAD_PRIORITY_HIGHEST: in uv_thread_setpriority()
/libuv/docs/src/
H A Dthreading.rst140 The priority can be set to the following constants. UV_THREAD_PRIORITY_HIGHEST,
/libuv/src/win/
H A Dutil.c1492 case UV_THREAD_PRIORITY_HIGHEST: in uv_thread_setpriority()
/libuv/include/
H A Duv.h1324 UV_THREAD_PRIORITY_HIGHEST = 2, enumerator

Completed in 28 milliseconds