Home
last modified time | relevance | path

Searched defs:gem_busyspin (Results 1 – 1 of 1) sorted by relevance

/external/igt-gpu-tools/benchmarks/
Dgem_syslatency.c51 struct gem_busyspin { struct
52 pthread_t thread;
53 unsigned long sz;
54 unsigned long count;
55 bool leak;
56 bool interrupts;
93 static void *gem_busyspin(void *arg) in gem_busyspin() function