Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/auxiliary/util/
Du_threaded_context.c252 _tc_sync(struct threaded_context *tc, UNUSED const char *info, UNUSED const char *func) in _tc_sync() function
292 #define tc_sync(tc) _tc_sync(tc, "", __func__)
293 #define tc_sync_msg(tc, info) _tc_sync(tc, info, __func__)