Searched refs:thread_func_info_t (Results 1 – 1 of 1) sorted by relevance
29 struct thread_func_info_t { struct36 struct thread_func_info_t* function_information; in __thread_func_wrapper() argument37 function_information = (struct thread_func_info_t*)lpParameter; in __thread_func_wrapper()47 struct thread_func_info_t* info; in pthread_create()48 info = (struct thread_func_info_t*)malloc(sizeof(struct thread_func_info_t)); in pthread_create()