Home
last modified time | relevance | path

Searched refs:thread_args (Results 1 – 3 of 3) sorted by relevance

/freebsd-13.1/usr.sbin/nscd/
H A Dnscd.c599 struct processing_thread_args *thread_args; in main() local
841 thread_args = malloc( in main()
842 sizeof(*thread_args)); in main()
843 thread_args->the_cache = s_cache; in main()
844 thread_args->the_runtime_env = s_runtime_env; in main()
845 thread_args->the_configuration = s_configuration; in main()
850 thread_args); in main()
852 thread_args = NULL; in main()
/freebsd-13.1/sys/contrib/openzfs/module/zfs/
H A Ddmu_redact.c721 struct redact_thread_arg *thread_args, boolean_t *cancel) in perform_thread_merge() argument
762 struct redact_thread_arg *targ = &thread_args[i]; in perform_thread_merge()
809 thread_args[i].cancel = B_TRUE; in perform_thread_merge()
819 bqueue_destroy(&thread_args[i].q); in perform_thread_merge()
/freebsd-13.1/contrib/ntp/ntpd/
H A Dntpd.c327 void *thread_args) in my_pthread_warmup_worker() argument
329 (void)thread_args; in my_pthread_warmup_worker()