Home
last modified time | relevance | path

Searched refs:battery_thread (Results 1 – 1 of 1) sorted by relevance

/dports/games/retroarch/RetroArch-1.9.7/deps/libgo2/src/
H A Dinput.c55 pthread_t battery_thread; member
320 if(pthread_create(&result->battery_thread, NULL, battery_task, (void*)result) < 0) in go2_input_create()
348 pthread_join(input->battery_thread, NULL); in go2_input_destroy()