Searched refs:thread_args (Results 1 – 3 of 3) sorted by relevance
596 struct processing_thread_args *thread_args; in main() local838 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()
722 struct redact_thread_arg *thread_args, boolean_t *cancel) in perform_thread_merge() argument761 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()
324 void *thread_args) in my_pthread_warmup_worker() argument326 (void)thread_args; in my_pthread_warmup_worker()