Searched refs:oldmask (Results 1 – 4 of 4) sorted by relevance
/libuv/src/win/ |
H A D | thread.c | 163 char* oldmask, in uv_thread_setaffinity() argument 196 if (oldmask != NULL) { in uv_thread_setaffinity() 198 oldmask[i] = (oldthreadmask >> i) & 1; in uv_thread_setaffinity()
|
/libuv/src/unix/ |
H A D | thread.c | 184 char* oldmask, in uv_thread_setaffinity() argument 197 if (oldmask != NULL) { in uv_thread_setaffinity() 198 r = uv_thread_getaffinity(tid, oldmask, mask_size); in uv_thread_setaffinity() 254 char* oldmask, in uv_thread_setaffinity() argument
|
/libuv/docs/src/ |
H A D | threading.rst | 91 .. c:function:: int uv_thread_setaffinity(uv_thread_t* tid, char* cpumask, char* oldmask, size_t ma… 94 bytes. Optionally returning the previous affinity setting in oldmask. 96 and maps the cpu_set_t to bytes in oldmask. Then maps the bytes in cpumask 101 The mask_size specifies the number of entries (bytes) in cpumask / oldmask,
|
/libuv/include/ |
H A D | uv.h | 1893 char* oldmask,
|
Completed in 24 milliseconds