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 |
| #define pthread_cond_destroy | ( | x | ) |
| var pthread_cond_destroy | ( | var | ) |
| local pthread_cond_destroy | ( | local | ) |
| #define pthread_cond_init | ( | x, | |
| y | |||
| ) |
| #define pthread_cond_signal | ( | x | ) |
| var pthread_cond_signal | ( | var | ) |
| local pthread_cond_signal | ( | local | ) |
| #define pthread_cond_wait | ( | x, | |
| y | |||
| ) |
| var pthread_cond_wait | ( | var, | |
| var | |||
| ) |
| local pthread_cond_wait | ( | local, | |
| local | |||
| ) |