cocos2d-x 3.0
- 首页 - 相关页面 - 模块 - 命名空间 - - 文件 -
命名空间 - 图1 命名空间 - 图2)
- 文件列表 - 文件成员

全部)) 命名空间) 文件) 函数) 变量) 类型定义) 枚举) 枚举值) 属性) 友元) 宏定义)))

命名空间 | 宏定义 | 类型定义 | 函数

CCPThreadWinRT.h 文件参考

#include "CCPlatformMacros.h"

#include

## 命名空间
cocos2d
Add deprecated global functions and variables here.
## 宏定义
#define pthread_cond_wait(x, y)
#define pthread_cond_destroy(x)
#define pthread_cond_signal(x)
#define pthread_cond_init(x, y)
## 类型定义
typedef HANDLE pthread_t
typedef HANDLE pthread_mutex_t
typedef int pthread_cond_t
## 函数
void pthread_mutex_init (pthread_mutex_t m, void attributes)
int pthread_mutex_lock (pthread_mutex_t m)
int pthread_mutex_unlock (pthread_mutex_t m)
void pthread_mutex_destroy (pthread_mutex_t *m)

宏定义说明

#define pthread_cond_destroy ( x)

#define pthread_cond_init ( x,
y
)

#define pthread_cond_signal ( x)

#define pthread_cond_wait ( x,
y
)