Searched refs:th_args (Results 1 – 1 of 1) sorted by relevance
228 thread_entry_args_t *th_args; in mod_thread_start_new_thread() local239 th_args->n_kw = 0; in mod_thread_start_new_thread()247 th_args->n_kw = map->used; in mod_thread_start_new_thread()251 th_args->args[n++] = map->table[i].key; in mod_thread_start_new_thread()252 th_args->args[n++] = map->table[i].value; in mod_thread_start_new_thread()258 th_args->n_args = pos_args_len; in mod_thread_start_new_thread()262 th_args->dict_locals = mp_locals_get(); in mod_thread_start_new_thread()263 th_args->dict_globals = mp_globals_get(); in mod_thread_start_new_thread()266 th_args->stack_size = thread_stack_size; in mod_thread_start_new_thread()269 th_args->fun = args[0]; in mod_thread_start_new_thread()[all …]
Completed in 5 milliseconds