Home
last modified time | relevance | path

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

/third_party/ffmpeg/fftools/
Dffplay.c205 SDL_Thread *read_tid; member
1266 SDL_WaitThread(is->read_tid, NULL); in stream_close()
3126 is->read_tid = SDL_CreateThread(read_thread, "read_thread", is); in stream_open()
3127 if (!is->read_tid) { in stream_open()