-
- Downloads
Use shed_yield() instead of pthread_yield() on Linux
Per https://man7.org/linux/man-pages/man3/pthread_yield.3.html This call is nonstandard, but present on several other systems. Use the standardized sched_yield(2) instead. Should fix #299.
3rdp/build/cl-linux-yield.patch
0 → 100644
Please register or sign in to comment