Home
last modified time | relevance | path

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

/freebsd-14.2/usr.sbin/nscd/
H A Dnscd.c596 struct processing_thread_args *thread_args; in main() local
838 thread_args = malloc( in main()
839 sizeof(*thread_args)); in main()
840 thread_args->the_cache = s_cache; in main()
841 thread_args->the_runtime_env = s_runtime_env; in main()
842 thread_args->the_configuration = s_configuration; in main()
847 thread_args); in main()
849 thread_args = NULL; in main()
/freebsd-14.2/sys/contrib/openzfs/module/zfs/
H A Ddmu_redact.c722 struct redact_thread_arg *thread_args, boolean_t *cancel) in perform_thread_merge() argument
761 struct redact_thread_arg *targ = &thread_args[i]; in perform_thread_merge()
808 thread_args[i].cancel = B_TRUE; in perform_thread_merge()
818 bqueue_destroy(&thread_args[i].q); in perform_thread_merge()
/freebsd-14.2/contrib/ntp/ntpd/
H A Dntpd.c324 void *thread_args) in my_pthread_warmup_worker() argument
326 (void)thread_args; in my_pthread_warmup_worker()