Searched refs:oldmask (Results 1 – 4 of 4) sorted by relevance
/libuv/src/win/ |
H A D | thread.c | 172 char* oldmask, in uv_thread_setaffinity() argument 205 if (oldmask != NULL) { in uv_thread_setaffinity() 207 oldmask[i] = (oldthreadmask >> i) & 1; in uv_thread_setaffinity()
|
/libuv/src/unix/ |
H A D | thread.c | 193 char* oldmask, in uv_thread_setaffinity() argument 206 if (oldmask != NULL) { in uv_thread_setaffinity() 207 r = uv_thread_getaffinity(tid, oldmask, mask_size); in uv_thread_setaffinity() 263 char* oldmask, in uv_thread_setaffinity() argument
|
/libuv/docs/src/ |
H A D | threading.rst | 99 .. c:function:: int uv_thread_setaffinity(uv_thread_t* tid, char* cpumask, char* oldmask, size_t ma… 102 bytes. Optionally returning the previous affinity setting in oldmask. 104 and maps the cpu_set_t to bytes in oldmask. Then maps the bytes in cpumask 109 The mask_size specifies the number of entries (bytes) in cpumask / oldmask,
|
/libuv/include/ |
H A D | uv.h | 1900 char* oldmask,
|
Completed in 15 milliseconds