ithread.h File Reference
#include <pthread.h>
#include <unistd.h>
Go to the source code of this file.
Define Documentation
| #define imillisleep |
( |
x |
|
) |
usleep(1000*x) |
| #define ithread_cancel pthread_cancel |
| #define ITHREAD_CANCELED PTHREAD_CANCELED |
| #define ithread_cond_broadcast pthread_cond_broadcast |
| #define ithread_cond_destroy pthread_cond_destroy |
| #define ithread_cond_init pthread_cond_init |
| #define ithread_cond_signal pthread_cond_signal |
| #define ithread_cond_timedwait pthread_cond_timedwait |
| #define ithread_cond_wait pthread_cond_wait |
| #define ithread_create pthread_create |
| #define ithread_detach pthread_detach |
| #define ithread_exit pthread_exit |
| #define ithread_get_current_thread_id pthread_self |
| #define ithread_join pthread_join |
| #define ithread_mutex_destroy pthread_mutex_destroy |
| #define ITHREAD_MUTEX_ERRORCHECK_NP PTHREAD_MUTEX_ERRORCHECK_NP |
| #define ITHREAD_MUTEX_FAST_NP PTHREAD_MUTEX_FAST_NP |
| #define ithread_mutex_init pthread_mutex_init |
| #define ithread_mutex_lock pthread_mutex_lock |
| #define ITHREAD_MUTEX_RECURSIVE_NP PTHREAD_MUTEX_RECURSIVE_NP |
| #define ithread_mutex_unlock pthread_mutex_unlock |
| #define ithread_mutexattr_destroy pthread_mutexattr_destroy |
| #define ithread_mutexattr_getkind_np pthread_mutexattr_getkind_np |
| #define ithread_mutexattr_init pthread_mutexattr_init |
| #define ithread_mutexattr_setkind_np pthread_mutexattr_setkind_np |
| #define ithread_self pthread_self |
Typedef Documentation
Function Documentation
| EXPORT_SPEC int pthread_mutexattr_setkind_np |
( |
pthread_mutexattr_t * |
attr, |
|
|
int |
kind | |
|
) |
| | |