Searched defs:gem_busyspin (Results 1 – 1 of 1) sorted by relevance
51 struct gem_busyspin { struct52 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