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

/netgear-R7000-V1.0.7.12_1.2.5/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-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libunistring-0.9.3/tests/glthread/
H A Dthread.c36 /* -------------------------- gl_thread_t datatype -------------------------- */
89 gl_thread_t
92 gl_thread_t thread;
146 glthread_create_func (gl_thread_t *threadp, void * (*func) (void *), void *arg)
186 glthread_join_func (gl_thread_t thread, void **retvalp)
210 gl_thread_t thread = gl_thread_self ();
H A Dthread.h24 Thread data type: gl_thread_t.
30 extern int glthread_create (gl_thread_t *result,
44 extern int glthread_join (gl_thread_t thread, void **return_value_ptr);
48 extern gl_thread_t gl_thread_self (void);
138 /* -------------------------- gl_thread_t datatype -------------------------- */
140 /* This choice of gl_thread_t assumes that
143 typedef pthread_t gl_thread_t; typedef
198 /* -------------------------- gl_thread_t datatype -------------------------- */
200 typedef pth_t gl_thread_t; typedef
250 /* -------------------------- gl_thread_t datatyp
252 typedef thread_t gl_thread_t; typedef
292 typedef struct gl_thread_struct *gl_thread_t; typedef in typeref:struct:gl_thread_struct
321 typedef int gl_thread_t; typedef
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/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...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libunistring-0.9.3/tests/
H A Dtest-lock.c197 gl_thread_t checkerthread;
198 gl_thread_t threads[THREAD_COUNT];
281 gl_thread_t checkerthreads[THREAD_COUNT];
282 gl_thread_t threads[THREAD_COUNT];
383 gl_thread_t checkerthread;
384 gl_thread_t threads[THREAD_COUNT];
472 gl_thread_t threads[THREAD_COUNT];

Completed in 31 milliseconds