Determinic Concurrency


Loading...
Searching...
No Matches
Classes | Enumerations
DeterministicThread.h File Reference

Contains the definition of DeterministicThread and thread_context. More...

#include <DeterministicConcurrency>
#include <thread>
#include <mutex>
#include <condition_variable>
#include <tuple>
Include dependency graph for DeterministicThread.h:

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...
 

Detailed Description

Contains the definition of DeterministicThread and thread_context.

Author
F. Abrignani (feder.nosp@m.igno.nosp@m.li@ho.nosp@m.tmai.nosp@m.l.it)
P. Di Giglio
S. Martorana
Version
1.4.5
Date
2023-08-14

Enumeration Type Documentation

◆ thread_status_t

Enum describing the possible states of a thread.