MCPcopy Create free account
hub / github.com/VirtualGL/virtualgl / thread_function

Function thread_function

demos/glthreadsint.c:634–640  ·  view source on GitHub ↗

* Called by pthread_create() */

Source from the content-addressed store, hash-verified

632 * Called by pthread_create()
633 */
634static void *
635thread_function(void *p)
636{
637 struct winthread *wt = (struct winthread *) p;
638 draw_loop(wt);
639 return NULL;
640}
641
642
643/*

Callers

nothing calls this directly

Calls 1

draw_loopFunction · 0.70

Tested by

no test coverage detected