Home
last modified time | relevance | path

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

/third_party/glfw/examples/
H A Dparticles.c946 thrd_t physics_thread = 0; in main() local
1051 if (thrd_create(&physics_thread, physics_thread_main, window) != thrd_success) in main()
1067 thrd_join(physics_thread, NULL); in main()

Completed in 2 milliseconds