Typedefs | |
| typedef int | bool_t |
| typedef signed __int8 | int8_t |
| typedef signed __int16 | int16_t |
| typedef signed __int32 | int32_t |
| typedef signed __int64 | int64_t |
| typedef unsigned __int8 | uint8_t |
| typedef unsigned __int16 | uint16_t |
| typedef unsigned __int32 | uint32_t |
| typedef unsigned __int64 | uint64_t |
| typedef HANDLE | pthread_t |
| typedef HANDLE | pthread_mutex_t |
| typedef int | bool_t |
Functions | |
| static uint64_t | getcurrenttime (void) |
| static int | setsocktimeout (int s, int level, int optname, uint64_t timeout) |
| static int | pthread_create (pthread_t *tid, void *attr, LPTHREAD_START_ROUTINE start, void *arg) |
| static int | pthread_join (pthread_t tid, void **value_ptr) |
| void | pthread_mutex_init (pthread_mutex_t *mutex, void *attr) |
| void | pthread_mutex_lock (pthread_mutex_t *mutex) |
| void | pthread_mutex_unlock (pthread_mutex_t *mutex) |
| typedef int bool_t |
| typedef int bool_t |
| typedef signed __int16 int16_t |
| typedef signed __int32 int32_t |
| typedef signed __int64 int64_t |
| typedef signed __int8 int8_t |
| typedef HANDLE pthread_mutex_t |
| typedef HANDLE pthread_t |
| typedef unsigned __int16 uint16_t |
| typedef unsigned __int32 uint32_t |
| typedef unsigned __int64 uint64_t |
| typedef unsigned __int8 uint8_t |
| static uint64_t getcurrenttime | ( | void | ) | [inline, static] |
| static int pthread_create | ( | pthread_t * | tid, | |
| void * | attr, | |||
| LPTHREAD_START_ROUTINE | start, | |||
| void * | arg | |||
| ) | [inline, static] |
| static int pthread_join | ( | pthread_t | tid, | |
| void ** | value_ptr | |||
| ) | [inline, static] |
| void pthread_mutex_init | ( | pthread_mutex_t * | mutex, | |
| void * | attr | |||
| ) | [inline] |
| void pthread_mutex_lock | ( | pthread_mutex_t * | mutex | ) | [inline] |
| void pthread_mutex_unlock | ( | pthread_mutex_t * | mutex | ) | [inline] |
| static int setsocktimeout | ( | int | s, | |
| int | level, | |||
| int | optname, | |||
| uint64_t | timeout | |||
| ) | [inline, static] |
1.4.7