peerplays-fc/src/thread
2014-11-19 11:27:22 -05:00
..
context.hpp Increase stack size to 2MB 2014-11-19 11:27:22 -05:00
future.cpp Dequeue a thread from a blocking promise's notify list when the all the thread's tasks that are waiting on that promise are canceled. This prevents a crash when the promise is fulfilled after the thread is destroyed. 2014-09-08 15:31:13 -04:00
mutex.cpp Call fc:🧵:quit() on thread destruction, and remove code that explicitly terminates threads from the destructors of the objects that own those threads. 2014-10-21 10:25:28 -04:00
non_preemptable_scope_check.cpp Add a macro to check if a task that shouldn't yield actually yields. 2014-08-02 19:43:28 -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 Call fc:🧵:quit() on thread destruction, and remove code that explicitly terminates threads from the destructors of the objects that own those threads. 2014-10-21 10:25:28 -04:00
thread.cpp Log thread creation and destruction 2014-11-03 16:59:19 -05:00
thread_d.hpp Call fc:🧵:quit() on thread destruction, and remove code that explicitly terminates threads from the destructors of the objects that own those threads. 2014-10-21 10:25:28 -04:00
thread_specific.cpp Import thread/task_specific variables 2014-08-27 12:20:19 -04:00