Home
last modified time | relevance | path

Searched refs:args (Results 1 – 6 of 6) sorted by relevance

/nptl/
A Dtst-rwlock7.c52 struct thread_args *args = arg; in tf() local
53 pthread_rwlock_t *r = args->rwlock; in tf()
54 const clockid_t clockid = args->clockid; in tf()
57 const char *fnname = args->fnname; in tf()
130 struct thread_args args; in do_test_clock() local
131 args.rwlock = &r; in do_test_clock()
132 args.clockid = clockid; in do_test_clock()
133 args.fnname = fnname; in do_test_clock()
134 pthread_t th = xpthread_create (NULL, tf, &args); in do_test_clock()
A Dtst-rwlock6.c53 struct thread_args *args = arg; in tf() local
54 pthread_rwlock_t *r = args->rwlock; in tf()
55 const clockid_t clockid = args->clockid; in tf()
58 const char *fnname = args->fnname; in tf()
150 struct thread_args args; in do_test_clock() local
151 args.rwlock = &r; in do_test_clock()
152 args.clockid = clockid; in do_test_clock()
153 args.fnname = fnname; in do_test_clock()
154 pthread_t th = xpthread_create (NULL, tf, &args); in do_test_clock()
A Dtst-rwlock9.c60 struct thread_args *args = arg; in writer_thread() local
61 const int nr = args->nr; in writer_thread()
62 const clockid_t clockid = args->clockid; in writer_thread()
65 const char *fnname = args->fnname; in writer_thread()
107 struct thread_args *args = arg; in reader_thread() local
108 const int nr = args->nr; in reader_thread()
109 const clockid_t clockid = args->clockid; in reader_thread()
112 const char *fnname = args->fnname; in reader_thread()
A Dtst-dlsym1.c8 start_routine (void *args) in start_routine() argument
11 void **addrs = (void **) args; in start_routine()
A Dtst-setgroups.c36 start_routine (void *args) in start_routine() argument
A Dpthread_create.c285 struct clone_args args = in create_thread() local
295 int ret = __clone_internal (&args, &start_thread, pd); in create_thread()

Completed in 36 milliseconds