Home
last modified time | relevance | path

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

/hardware/google/gfxstream/guest/mesa/src/util/tests/
Du_call_once_test.cpp18 static void update_x(int *x) { in update_x() function
25 update_x(&xC); in update_x_global()
34 util_call_once_data_slow(&once, (util_call_once_data_func)update_x, &xA); in test_call_once()
42 util_call_once_data(&once, (util_call_once_data_func)update_x, &xB); in test_call_once()