DEBSOURCES
Skip Quicknav
sources / c%2B%2B-annotations / 10.6.0-1 / yo / threading / examples / multicmdfork / data.cc
12345678
#include "main.ih" mutex g_coutMutex; mutex g_qsMutex; queue<string> g_qs; Semaphore g_workforce(4); Semaphore g_worker(0);