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 D0004-ffmpeg-4.3.4-rpi_14.patch59414 +static void * display_thread(void * v)
59672 + if (pthread_create(&de->q_thread, NULL, display_thread, s)) {
60310 +static void * display_thread(void * v)
60499 + av_assert0(pthread_create(&de->q_thread, NULL, display_thread, s) == 0);