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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-tests/
H A Dtest-tls.c64 typedef pthread_t gl_thread_t; typedef
65 static inline gl_thread_t gl_thread_create (void * (*func) (void *), void *arg)
72 static inline void gl_thread_join (gl_thread_t thread)
89 typedef pth_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)
113 typedef thread_t gl_thread_t; typedef
114 static inline gl_thread_t gl_thread_create (void * (*func) (void *), void *arg)
121 static inline void gl_thread_join (gl_thread_t thread)
138 typedef HANDLE gl_thread_t; typedef
[all...]
H A Dtest-lock.c85 typedef pthread_t gl_thread_t; typedef
86 static inline gl_thread_t gl_thread_create (void * (*func) (void *), void *arg)
93 static inline void gl_thread_join (gl_thread_t thread)
110 typedef pth_t gl_thread_t; typedef
111 static inline gl_thread_t gl_thread_create (void * (*func) (void *), void *arg)
118 static inline void gl_thread_join (gl_thread_t thread)
134 typedef thread_t gl_thread_t; typedef
135 static inline gl_thread_t gl_thread_create (void * (*func) (void *), void *arg)
142 static inline void gl_thread_join (gl_thread_t thread)
159 typedef HANDLE gl_thread_t; typedef
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/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 97 milliseconds