Home
last modified time | relevance | path

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

/hardware/intel/common/libmix/mix_video/test/src/
Dtest_framemanager.c64 GThread *deque_thread = NULL; in main() local
126 deque_thread = g_thread_create((GThreadFunc) deque_function, (void *) fm, in main()
128 if (!deque_thread) { in main()
179 g_thread_join(deque_thread); in main()