Searched refs:cursor_thread (Results 1 - 1 of 1) sorted by relevance

/xsrc/external/mit/libdrm/dist/tests/modetest/
H A Dcursor.c60 static pthread_t cursor_thread; variable in typeref:typename:pthread_t
195 pthread_create(&cursor_thread, NULL, cursor_thread_func, NULL);
203 pthread_join(cursor_thread, NULL);

Completed in 6 milliseconds