| cocos2d-x 3.0 |
)- 文件列表 - 文件成员
全部) 类) 命名空间) 文件) 函数) 变量) 类型定义) 枚举) 枚举值) 属性) 友元) 宏定义) 组) 页)
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 | |||
| ) |
- cocos
- 2d
- platform
- winrt
- CCPThreadWinRT.h
- 生成于 2014年 五月 29日 星期四 09:41:41 , 为 cocos2d-x使用
1.8.6
