peerplays-fc/src/thread
Daniel Larimer 7bf6374299 MAJOR BUG FIX - fc::usleep causing hang&leak
In certain cases when usleep is passed a small value, there is
a race condition that would cause the process to hang and then
when an attempt to quit the thread was made new contexts would
be allocated rapidly filling all available memory.
2013-08-19 14:44:13 -04:00
..
context.hpp fix boost 1.54 support 2013-08-11 10:18:08 -04:00
future.cpp Updating FC with changes from phoenix-int 2013-06-05 15:19:00 -04:00
mutex.cpp Updating FC with changes from phoenix-int 2013-06-05 15:19:00 -04:00
spin_lock.cpp Updating FC with changes from phoenix-int 2013-06-05 15:19:00 -04:00
spin_yield_lock.cpp Updating FC with changes from phoenix-int 2013-06-05 15:19:00 -04:00
task.cpp Updating FC with changes from phoenix-int 2013-06-05 15:19:00 -04:00
thread.cpp MAJOR BUG FIX - fc::usleep causing hang&leak 2013-08-19 14:44:13 -04:00
thread_d.hpp MAJOR BUG FIX - fc::usleep causing hang&leak 2013-08-19 14:44:13 -04:00