VLC
3.0.15
|
Data Fields | |
void(* | pf_worker )(playlist_fetcher_t *, struct fetcher_request *) |
struct background_worker * | worker |
struct fetcher_request * | req |
playlist_fetcher_t * | fetcher |
vlc_interrupt_t | interrupt |
vlc_thread_t | thread |
atomic_bool | active |
atomic_bool fetcher_thread::active |
Referenced by FetcherThread(), ProbeWorker(), and StartWorker().
playlist_fetcher_t* fetcher_thread::fetcher |
Referenced by FetcherThread(), and StartWorker().
vlc_interrupt_t fetcher_thread::interrupt |
Referenced by CloseWorker(), FetcherThread(), and StartWorker().
void(* fetcher_thread::pf_worker) (playlist_fetcher_t *, struct fetcher_request *) |
Referenced by FetcherThread(), and StartWorker().
struct fetcher_request* fetcher_thread::req |
Referenced by FetcherThread(), and StartWorker().
vlc_thread_t fetcher_thread::thread |
Referenced by CloseWorker(), and StartWorker().
struct background_worker* fetcher_thread::worker |
Referenced by FetcherThread(), and StartWorker().