
Data Fields | |
| struct queue_elmt * | first_elmt |
| struct queue_elmt * | last_elmt |
| vlc_mutex_t | lock |
| vlc_cond_t | signal |
| vlc_thread_t | thread |
| bool | is_idle |
| vlc_cond_t | signal_idle |
| vlc_threadvar_t | is_asynch_dispatch_thread_var |
| long | count |
Referenced by pop(), and pop_listener().
Referenced by libvlc_event_async_fini(), pop(), pop_listener(), and push().
Referenced by current_thread_is_asynch_thread().
Referenced by event_async_loop().
Referenced by pop(), pop_listener(), and push().
1.7.1