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

/netbsd-current/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)
97 static inline void gl_thread_join (gl_thread_t thread)
114 typedef pth_t gl_thread_t; typedef
115 static inline gl_thread_t gl_thread_create (void * (*func) (void *), void *arg)
122 static inline void gl_thread_join (gl_thread_t thread)
138 typedef thread_t gl_thread_t; typedef
139 static inline gl_thread_t gl_thread_create (void * (*func) (void *), void *arg)
146 static inline void gl_thread_join (gl_thread_t thread)
163 typedef HANDLE gl_thread_t; typedef
[all...]

Completed in 148 milliseconds