semaphor.h
来自「opal的ptlib c++源程序 可以从官方网站上下载」· C头文件 代码 · 共 27 行
H
27 行
/*
* semaphor.h
*
* Thread synchronisation semaphore class.
*
* Portable Windows Library
*
* Copyright (c) 1993-1998 Equivalence Pty. Ltd.
*
* Copyright (c) 1999 ISDN Communications Ltd.
*/
#ifndef _PSEMAPHORE
#ifndef __NUCLEUS_MNT__
#pragma interface
#endif
#include <ptlib/thread.h>
#include "../../semaphor.h"
Semaphore * pNucleusSemaphore;
};
#endif
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?