tizen 2.4 release
[framework/graphics/coregl.git] / src / coregl_thread_pthread.h
1 #ifndef COREGL_THREAD_PTHREAD_H
2 #define COREGL_THREAD_PTHREAD_H
3
4 #include <pthread.h>
5
6 //////////////////////////////////////////////////////////////////////////
7 // Need define this
8 typedef pthread_mutex_t Mutex;
9
10 #define MUTEX_INITIALIZER  PTHREAD_MUTEX_INITIALIZER
11 //////////////////////////////////////////////////////////////////////////
12
13 #endif // COREGL_THREAD_PTHREAD_H
14