|
cocos2d-x
3.3
|
Namespaces | |
| cocos2d | |
| Add deprecated global functions and variables here. | |
Macros | |
| #define | pthread_cond_wait(x, y) |
| #define | pthread_cond_destroy(x) |
| #define | pthread_cond_signal(x) |
| #define | pthread_cond_init(x, y) |
Typedefs | |
| typedef HANDLE | pthread_t |
| typedef HANDLE | pthread_mutex_t |
| typedef int | pthread_cond_t |
Functions | |
| 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 | |||
| ) |