Searched refs:function_information (Results 1 – 1 of 1) sorted by relevance
36 struct thread_func_info_t* function_information; in __thread_func_wrapper() local37 function_information = (struct thread_func_info_t*)lpParameter; in __thread_func_wrapper()38 function_information->start_routine(function_information->arg); in __thread_func_wrapper()39 free(function_information); in __thread_func_wrapper()