Searched refs:thr_parameters (Results 1 – 1 of 1) sorted by relevance
3418 void * thr_parameters [5]; local3427 thr_parameters[0] = global_context;3428 thr_parameters[1] = NULL;3429 thr_parameters[2] = &task;3430 thr_parameters[3] = NULL;3431 thr_parameters[4] = &ret_value;3433 run_in_thread(thr_parameters);3458 thr_parameters[0] = global_context;3459 thr_parameters[1] = thread_contexts+current_thread_no;3460 thr_parameters[2] = &task;[all …]