Home
last modified time | relevance | path

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

/hardware/intel/common/libva/test/putsurface/
Dputsurface_common.c517 pthread_t thread1; in main() local
657 ret = pthread_create(&thread1, NULL, putsurface_thread, (void*)drawable_thread1); in main()
662 pthread_join(thread1, (void **)&ret); in main()