Searched refs:thread_function (Results 1 – 2 of 2) sorted by relevance
45 thread_func_t thread_function, in ThreadCreate() argument54 thread_function, thread_arg, error_ptr); in ThreadCreate()58 …return Host::ThreadCreate (name, thread_function, thread_arg, error_ptr ? error_ptr->get() : NULL); in ThreadCreate()
33 thread_func_t thread_function,