Home
last modified time | relevance | path

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

/linux-6.12.1/tools/thermal/tmon/
Dtmon.h167 extern void *handle_tui_events(void *arg);
Dtmon.c299 err = pthread_create(&event_tid, NULL, &handle_tui_events, NULL); in main()
Dtui.c466 void *handle_tui_events(void *arg) in handle_tui_events() function