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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-runtime/tests/
H A Dtest-lock.c90 static inline gl_thread_t gl_thread_create (void * (*func) (void *), void *arg) function
115 static inline gl_thread_t gl_thread_create (void * (*func) (void *), void *arg) function
139 static inline gl_thread_t gl_thread_create (void * (*func) (void *), void *arg) function
175 static inline gl_thread_t gl_thread_create (void * (*func) (void *), void *arg) function
311 checkerthread = gl_thread_create (lock_checker_thread, NULL);
313 threads[i] = gl_thread_create (lock_mutator_thread, NULL);
393 checkerthreads[i] = gl_thread_create (rwlock_checker_thread, NULL);
395 threads[i] = gl_thread_create (rwlock_mutator_thread, NULL);
491 checkerthread = gl_thread_create (reclock_checker_thread, NULL);
493 threads[i] = gl_thread_create (reclock_mutator_threa
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-tests/
H A Dtest-lock.c86 static inline gl_thread_t gl_thread_create (void * (*func) (void *), void *arg) function
111 static inline gl_thread_t gl_thread_create (void * (*func) (void *), void *arg) function
135 static inline gl_thread_t gl_thread_create (void * (*func) (void *), void *arg) function
171 static inline gl_thread_t gl_thread_create (void * (*func) (void *), void *arg) function
307 checkerthread = gl_thread_create (lock_checker_thread, NULL);
309 threads[i] = gl_thread_create (lock_mutator_thread, NULL);
389 checkerthreads[i] = gl_thread_create (rwlock_checker_thread, NULL);
391 threads[i] = gl_thread_create (rwlock_mutator_thread, NULL);
487 checkerthread = gl_thread_create (reclock_checker_thread, NULL);
489 threads[i] = gl_thread_create (reclock_mutator_threa
[all...]
H A Dtest-tls.c65 static inline gl_thread_t gl_thread_create (void * (*func) (void *), void *arg) function
90 static inline gl_thread_t gl_thread_create (void * (*func) (void *), void *arg) function
114 static inline gl_thread_t gl_thread_create (void * (*func) (void *), void *arg) function
150 static inline gl_thread_t gl_thread_create (void * (*func) (void *), void *arg) function
287 threads[i] = gl_thread_create (worker_thread, NULL);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libunistring-0.9.3/tests/
H A Dtest-lock.c206 checkerthread = gl_thread_create (lock_checker_thread, NULL);
208 threads[i] = gl_thread_create (lock_mutator_thread, NULL);
291 checkerthreads[i] = gl_thread_create (rwlock_checker_thread, NULL);
293 threads[i] = gl_thread_create (rwlock_mutator_thread, NULL);
392 checkerthread = gl_thread_create (reclock_checker_thread, NULL);
394 threads[i] = gl_thread_create (reclock_mutator_thread, NULL);
493 threads[i] = gl_thread_create (once_contender_thread, (void *) (long) i);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libunistring-0.9.3/tests/glthread/
H A Dthread.h27 thread = gl_thread_create (func, arg);
340 gl_thread_create (void *(*func) (void *arg), void *arg) function

Completed in 59 milliseconds