Per-thread data. More...
Data Fields | |
| TID | tid |
| HEV | cancel_event |
| HEV | done_event |
| bool | detached |
| bool | killable |
| bool | killed |
| vlc_cleanup_t * | cleaners |
| void *(* | entry )(void *) |
| void * | data |
| HANDLE | id |
Per-thread data.
Referenced by vlc_clone_attr(), vlc_DosWaitEventSemEx(), vlc_testcancel(), vlc_thread_cleanup(), and vlc_WaitForMultipleObjects().
| vlc_cleanup_t * vlc_thread::cleaners |
Referenced by vlc_clone_attr(), vlc_control_cancel(), and vlc_testcancel().
| void * vlc_thread::data |
Referenced by vlc_clone_attr(), vlc_entry(), and vlc_testcancel().
| bool vlc_thread::detached |
Referenced by vlc_clone_attr(), and vlc_thread_cleanup().
Referenced by vlc_clone_attr(), vlc_entry(), vlc_testcancel(), and vlc_thread_cleanup().
| void *(* vlc_thread::entry)(void *) |
Referenced by vlc_clone_attr(), and vlc_entry().
| HANDLE vlc_thread::id |
Referenced by vlc_clone_attr(), and vlc_thread_cleanup().
| bool vlc_thread::killable |
Referenced by vlc_clone_attr(), vlc_entry(), vlc_restorecancel(), vlc_savecancel(), and vlc_testcancel().
| bool vlc_thread::killed |
Referenced by vlc_cancel_self(), vlc_clone_attr(), and vlc_testcancel().
| TID vlc_thread::tid |
Referenced by vlc_clone_attr().
1.7.1