|
|
Contains the definition of DeterministicThread and thread_context. More...
#include <DeterministicConcurrency>#include <thread>#include <mutex>#include <condition_variable>#include <tuple>
Go to the source code of this file.
Classes | |
| class | DeterministicConcurrency::thread_context |
| Provide the thread with basic functionalities. More... | |
Enumerations | |
| enum class | DeterministicConcurrency::thread_status_t { RUNNING , WAITING , NOT_STARTED , FINISHED , WAITING_EXTERNAL } |
| Enum describing the possible states of a thread. More... | |
Contains the definition of DeterministicThread and thread_context.
|
strong |
Enum describing the possible states of a thread.