Home
last modified time | relevance | path

Searched refs:closure (Results 1 – 13 of 13) sorted by relevance

/sysdeps/pthread/
A Dtst-memstream.c39 struct closure struct
46 thread_func (void *closure) in thread_func() argument
48 struct closure *args = closure; in thread_func()
66 struct closure args[thread_count]; in do_test()
A Dsem_routines.c155 struct walk_closure *closure = closure0; in walker() local
158 if (nodep->sem == closure->the_sem) in walker()
159 closure->rec = nodep; in walker()
173 struct walk_closure closure = { .the_sem = sem, .rec = NULL }; in __sem_remove_mapping() local
174 __twalk_r (sem_mappings, walker, &closure); in __sem_remove_mapping()
175 rec = closure.rec; in __sem_remove_mapping()
A Dtst-pthread_cancel-exited.c27 noop_thread (void *closure) in noop_thread() argument
A Dtst-pthread-exit-signal.c27 threadfunc (void *closure) in threadfunc() argument
A Dtst-pthread-setuid-loop.c35 setuid_thread (void *closure) in setuid_thread() argument
A Dtst-pthread_kill-exited.c32 noop_thread (void *closure) in noop_thread() argument
/sysdeps/unix/sysv/linux/
A Dtst-tgkill.c50 subprocess_no_tid_match (void *closure) in subprocess_no_tid_match() argument
52 struct pid_and_tid *ids = closure; in subprocess_no_tid_match()
65 subprocess (void *closure) in subprocess() argument
85 threadfunc (void *closure) in threadfunc() argument
A Dtst-gettid.c29 subprocess (void *closure) in subprocess() argument
37 threadfunc (void *closure) in threadfunc() argument
A Dtst-gettid-kill.c64 thread_pause_noreturn (void *closure) in thread_pause_noreturn() argument
76 thread_read_signal (void *closure) in thread_read_signal() argument
A Dtst-skeleton-thread-affinity.c49 thread_burn_one_cpu (void *closure) in thread_burn_one_cpu() argument
51 int cpu = (uintptr_t) closure; in thread_burn_one_cpu()
77 thread_burn_any_cpu (void *closure) in thread_burn_any_cpu() argument
79 struct burn_thread *param = closure; in thread_burn_any_cpu()
A Dtst-o_path-locks.c38 subprocess (void *closure) in subprocess() argument
A Dtst-pkey.c136 get_thread_func (void *closure) in get_thread_func() argument
148 delayed_thread_func (void *closure) in delayed_thread_func() argument
150 bool check_access = *(bool *) closure; in delayed_thread_func()
A Dtst-rseq-nptl.c207 subprocess_callback (void *closure) in subprocess_callback() argument

Completed in 16 milliseconds