Home
last modified time | relevance | path

Searched refs:gl_thread_t (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/external/gpl2/gettext/dist/gettext-runtime/tests/
H A Dtest-lock.c89 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
[all …]