Home
last modified time | relevance | path

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

/openbmc/linux/tools/perf/
H A Dbuiltin-top.c673 static void *display_thread(void *arg) in display_thread() function
1327 display_thread), top)) { in __cmd_top()
/openbmc/openbmc/meta-raspberrypi/recipes-multimedia/rpidistro-ffmpeg/files/
H A D0001-ffmpeg-5.1.4-rpi_24.patch13016 +static void * display_thread(void * v)
13273 + if (pthread_create(&de->q_thread, NULL, display_thread, s)) {
13885 +static void* display_thread(void *v)
14066 + av_assert0(pthread_create(&de->q_thread, NULL, display_thread, s) == 0);