peerplays-fc/src/thread
2014-10-12 17:28:41 -04:00
..
context.hpp Add support for boost 1.56. 2014-09-08 10:41:59 -04: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 Allow recursive fc::mutexes 2014-10-12 17:28:41 -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 Allow fibers to be canceled while they're sleeping or blocked on promises 2014-09-08 10:41:59 -04:00
thread.cpp Allow fibers to be canceled while they're sleeping or blocked on promises 2014-09-08 10:41:59 -04:00
thread_d.hpp Execute async tasks in the order they were asynced (this only changes the behavior of tasks that hadn't started executing yet, it doesn't change anything about the order blocked tasks unblock) 2014-10-03 16:53:14 -04:00
thread_specific.cpp Import thread/task_specific variables 2014-08-27 12:20:19 -04:00