Searched refs:thread_args (Results 1 – 3 of 3) sorted by relevance
599 struct processing_thread_args *thread_args; in main() local841 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()
721 struct redact_thread_arg *thread_args, boolean_t *cancel) in perform_thread_merge() argument762 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()
327 void *thread_args) in my_pthread_warmup_worker() argument329 (void)thread_args; in my_pthread_warmup_worker()