Searched defs:SYNC_WAIT (Results 1 – 1 of 1) sorted by relevance
76 #define SYNC_WAIT(layer_idx) lv_thread_sync_wait(&g_data.sync[layer_idx]) macro80 …#define SYNC_WAIT(layer_idx) do { while(!g_data.sync[layer_idx]); g_data.sync[layer_idx] = false; … macro