代码搜索:zthread
找到约 290 项符合「zthread」的源代码
代码结果 290
www.eeworm.com/read/300492/13910480
cpp guardedevengenerator.cpp
//: C11:GuardedEvenGenerator.cpp {RunByHand}
// From "Thinking in C++, Volume 2", by Bruce Eckel & Chuck Allison.
// (c) 1995-2004 MindView, Inc. All Rights Reserved.
// See source code use permiss
www.eeworm.com/read/142793/12919032
cpp timedlocking.cpp
//: C11:TimedLocking.cpp
// From "Thinking in C++, Volume 2", by Bruce Eckel & Chuck Allison.
// (c) 1995-2004 MindView, Inc. All Rights Reserved.
// See source code use permissions stated in the f
www.eeworm.com/read/142793/12919039
h display.h
//: C11:Display.h
// From "Thinking in C++, Volume 2", by Bruce Eckel & Chuck Allison.
// (c) 1995-2004 MindView, Inc. All Rights Reserved.
// See source code use permissions stated in the file 'Li
www.eeworm.com/read/142793/12919103
h evenchecker.h
//: C11:EvenChecker.h
// From "Thinking in C++, Volume 2", by Bruce Eckel & Chuck Allison.
// (c) 1995-2004 MindView, Inc. All Rights Reserved.
// See source code use permissions stated in the file
www.eeworm.com/read/142793/12919108
h tqueue.h
//: C11:TQueue.h
// From "Thinking in C++, Volume 2", by Bruce Eckel & Chuck Allison.
// (c) 1995-2004 MindView, Inc. All Rights Reserved.
// See source code use permissions stated in the file 'Lic
www.eeworm.com/read/140545/13076925
cpp timedlocking.cpp
//: C11:TimedLocking.cpp
// Limited time locking.
//{L} ZThread
#include "zthread/Thread.h"
#include "zthread/Mutex.h"
#include "zthread/Guard.h"
using namespace ZThread;
class TimedLocking {
www.eeworm.com/read/140545/13076928
h display.h
//: C11:Display.h
// Prevents ostream collisions
#ifndef DISPLAY_H
#define DISPLAY_H
#include "zthread/Mutex.h"
#include "zthread/Guard.h"
#include
#include
class Displa
www.eeworm.com/read/140545/13076944
cpp temporaryunlocking.cpp
//: C11:TemporaryUnlocking.cpp
// Temporarily unlocking another guard.
//{L} ZThread
#include "zthread/Thread.h"
#include "zthread/Mutex.h"
#include "zthread/Guard.h"
using namespace ZThread;
www.eeworm.com/read/140545/13076959
h evenchecker.h
//: C11:EvenChecker.h
#ifndef EVENCHECKER_H
#define EVENCHECKER_H
#include "zthread/CountedPtr.h"
#include "zthread/Thread.h"
#include "zthread/Cancelable.h"
#include "zthread/ThreadedExecutor.h
www.eeworm.com/read/140545/13076961
h tqueue.h
//: C11:TQueue.h
#ifndef TQUEUE_H
#define TQUEUE_H
#include "zthread/Thread.h"
#include "zthread/Condition.h"
#include "zthread/Mutex.h"
#include "zthread/Guard.h"
#include
template