aeethreadutil.h

来自「BREW SDK 3.1。BREW应用程序的开发包。」· C头文件 代码 · 共 21 行

H
21
字号
#ifndef AEETHREADUTIL_H
#define AEETHREADUTIL_H /* #ifndef AEETHREADUTIL_H */
/*============================================================================

FILE:  AEEThreadUtil.h

SERVICES:  
        blocking call IThread helper functions

GENERAL DESCRIPTION:
        AEEThread/IThread in BREW provides only the most elementary 
        thread functionality, and leaves implementation of blocking calls
        to an external library (this one).

        These functions can be implemented by anyone, since they use 
        the IThread object in a public way (no private hooks).  Hopefully
        these implementations save some time...

============================================================================

               Copyright 

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?