Home
last modified time | relevance | path

Searched refs:set_fn_ptr (Results 1 – 1 of 1) sorted by relevance

/external/skia/src/utils/
DSkCondVar.cpp17 static void set_fn_ptr(T* ptr, FARPROC fn) { *ptr = reinterpret_cast<T>(fn); } in set_fn_ptr() function
24 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()