Searched refs:gl_thread_t (Results 1 – 1 of 1) sorted by relevance
89 typedef pthread_t gl_thread_t; typedef90 static inline gl_thread_t gl_thread_create (void * (*func) (void *), void *arg) in gl_thread_create()97 static inline void gl_thread_join (gl_thread_t thread) in gl_thread_join()114 typedef pth_t gl_thread_t; typedef115 static inline gl_thread_t gl_thread_create (void * (*func) (void *), void *arg) in gl_thread_create()122 static inline void gl_thread_join (gl_thread_t thread) in gl_thread_join()138 typedef thread_t gl_thread_t; typedef139 static inline gl_thread_t gl_thread_create (void * (*func) (void *), void *arg) in gl_thread_create()146 static inline void gl_thread_join (gl_thread_t thread) in gl_thread_join()163 typedef HANDLE gl_thread_t; typedef[all …]