Searched refs:closure (Results 1 – 13 of 13) sorted by relevance
39 struct closure struct46 thread_func (void *closure) in thread_func() argument48 struct closure *args = closure; in thread_func()66 struct closure args[thread_count]; in do_test()
155 struct walk_closure *closure = closure0; in walker() local158 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() local174 __twalk_r (sem_mappings, walker, &closure); in __sem_remove_mapping()175 rec = closure.rec; in __sem_remove_mapping()
27 noop_thread (void *closure) in noop_thread() argument
27 threadfunc (void *closure) in threadfunc() argument
35 setuid_thread (void *closure) in setuid_thread() argument
32 noop_thread (void *closure) in noop_thread() argument
50 subprocess_no_tid_match (void *closure) in subprocess_no_tid_match() argument52 struct pid_and_tid *ids = closure; in subprocess_no_tid_match()65 subprocess (void *closure) in subprocess() argument85 threadfunc (void *closure) in threadfunc() argument
29 subprocess (void *closure) in subprocess() argument37 threadfunc (void *closure) in threadfunc() argument
64 thread_pause_noreturn (void *closure) in thread_pause_noreturn() argument76 thread_read_signal (void *closure) in thread_read_signal() argument
49 thread_burn_one_cpu (void *closure) in thread_burn_one_cpu() argument51 int cpu = (uintptr_t) closure; in thread_burn_one_cpu()77 thread_burn_any_cpu (void *closure) in thread_burn_any_cpu() argument79 struct burn_thread *param = closure; in thread_burn_any_cpu()
38 subprocess (void *closure) in subprocess() argument
136 get_thread_func (void *closure) in get_thread_func() argument148 delayed_thread_func (void *closure) in delayed_thread_func() argument150 bool check_access = *(bool *) closure; in delayed_thread_func()
207 subprocess_callback (void *closure) in subprocess_callback() argument
Completed in 16 milliseconds