sort - Don't live-loop threads
authorMatthew Dillon <dillon@apollo.backplane.com>
Sun, 22 Jan 2017 23:35:37 +0000 (15:35 -0800)
committerMatthew Dillon <dillon@apollo.backplane.com>
Sun, 22 Jan 2017 23:35:37 +0000 (15:35 -0800)
commit07774aea0ccf64a48fcfad8899e3bf7c8f18277a
treea1ab03199e9645046a550471e5cf2d2fcfaddcde
parentc183e2fc80ff69a74ca41df3dfb822cb38c98f93
sort - Don't live-loop threads

* Worker threads now use a pthread_cond_t to wait for work instead of
  burning the cpu up.
usr.bin/sort/radixsort.c