Browse Source
Avoid taking LOCK_thread_count for thread_count protection
Avoid taking LOCK_thread_count for thread_count protection
Replaced wait on COND_thread_count with busy waiting with 1 millisecond sleep. Aim is to reduce usage of LOCK_thread_count and COND_thread_count.pull/1152/head
4 changed files with 7 additions and 34 deletions
Write
Preview
Loading…
Cancel
Save
Reference in new issue