Lines Matching refs:gl_thread_t
89 typedef pthread_t gl_thread_t; typedef
90 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; typedef
115 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; typedef
139 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
175 static inline gl_thread_t gl_thread_create (void * (*func) (void *), void *arg) in gl_thread_create()
192 static inline void gl_thread_join (gl_thread_t thread) in gl_thread_join()
302 gl_thread_t checkerthread; in test_lock()
303 gl_thread_t threads[THREAD_COUNT]; in test_lock()
383 gl_thread_t checkerthreads[THREAD_COUNT]; in test_rwlock()
384 gl_thread_t threads[THREAD_COUNT]; in test_rwlock()
482 gl_thread_t checkerthread; in test_recursive_lock()
483 gl_thread_t threads[THREAD_COUNT]; in test_recursive_lock()
568 gl_thread_t threads[THREAD_COUNT]; in test_once()