IAtari
Genetic algorithm generating AI capable to play Atari2600 games.
SMP.h File Reference
#include <atomic>

Go to the source code of this file.

Classes

class  SMP::Mutex
 
class  SMP::Lock
 

Namespaces

 SMP
 

Macros

#define LOCK(mutex, lock)   SMP::Lock lock((mutex))
 

Functions

int SMP::get_num_cpus ()
 

Macro Definition Documentation

◆ LOCK

#define LOCK (   mutex,
  lock 
)    SMP::Lock lock((mutex))