libtasks Documentation  1.6
test_exec.cpp File Reference
#include <tasks/dispatcher.h>
#include <tasks/exec.h>
#include <tasks/executor.h>
#include <atomic>
#include <mutex>
#include <condition_variable>
#include <set>
#include "test_exec.h"
Include dependency graph for test_exec.cpp:

Go to the source code of this file.

Namespaces

 tasks
 

Variables

std::mutex g_mutex
 
std::condition_variable g_cond
 

Variable Documentation

std::condition_variable g_cond

Definition at line 19 of file test_exec.cpp.

std::mutex g_mutex

Definition at line 18 of file test_exec.cpp.