Searched refs:set_fn_ptr (Results 1 – 1 of 1) sorted by relevance
17 static void set_fn_ptr(T* ptr, FARPROC fn) { *ptr = reinterpret_cast<T>(fn); } in set_fn_ptr() function24 set_fn_ptr(&initialize_condition_variable, in Supported()26 set_fn_ptr(&sleep_condition_variable, in Supported()28 set_fn_ptr(&wake_condition_variable, in Supported()30 set_fn_ptr(&wake_all_condition_variable, in Supported()