]> gitweb.factorcode.org Git - factor.git/commit
os-unix: Actually call pthread_join() to avoid an infinite loop and 100% cpu usage...
authorDoug Coleman <doug.coleman@gmail.com>
Fri, 26 Oct 2012 17:36:01 +0000 (10:36 -0700)
committerDoug Coleman <doug.coleman@gmail.com>
Fri, 26 Oct 2012 17:36:01 +0000 (10:36 -0700)
commit1cdd08044577e78ddab47505887f531dd473a952
tree1274564dc4f6848579614bc55c2be410001f14ad
parent8eb4d2723fd27eae074c05274ebfb7e409a82a17
os-unix: Actually call pthread_join() to avoid an infinite loop and 100% cpu usage. It happens randomly. Fixes #738. Thanks to kkrev or frankfranks.
vm/os-unix.cpp