HomeSort by: relevance | last modified time | path
    Searched defs:gl_thread_create (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl2/gettext/dist/gettext-runtime/tests/
test-lock.c 90 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_thread, NULL)
    [all...]
test-lock.c 90 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_thread, NULL)
    [all...]

Completed in 27 milliseconds