
Data Structures | |
| struct | CPSProcessSerNum |
Functions | |
| static void | Run (intf_thread_t *p_intf) |
| int | OpenIntf (vlc_object_t *p_this) |
| void | CloseIntf (vlc_object_t *p_this) |
| OSErr | CPSGetCurrentProcess (CPSProcessSerNum *psn) |
| OSErr | CPSEnableForegroundOperation (CPSProcessSerNum *psn, UInt32 _arg2, UInt32 _arg3, UInt32 _arg4, UInt32 _arg5) |
| OSErr | CPSSetFrontProcess (CPSProcessSerNum *psn) |
| static void * | KillerThread (void *user_data) |
| void CloseIntf | ( | vlc_object_t * | p_this | ) |
References intf_thread_t::p_sys.
| OSErr CPSEnableForegroundOperation | ( | CPSProcessSerNum * | psn, | |
| UInt32 | _arg2, | |||
| UInt32 | _arg3, | |||
| UInt32 | _arg4, | |||
| UInt32 | _arg5 | |||
| ) |
Referenced by Run().
| OSErr CPSGetCurrentProcess | ( | CPSProcessSerNum * | psn | ) |
Referenced by Run().
| OSErr CPSSetFrontProcess | ( | CPSProcessSerNum * | psn | ) |
Referenced by Run().
| static void* KillerThread | ( | void * | user_data | ) | [static] |
References intf_sys_t::lock, msg_Dbg, intf_thread_t::p_sys, vlc_cond_destroy(), vlc_cond_init(), vlc_cond_wait(), vlc_mutex_destroy(), vlc_mutex_init(), vlc_mutex_lock(), vlc_mutex_unlock(), vlc_object_alive, and intf_sys_t::wait.
Referenced by Run().
| int OpenIntf | ( | vlc_object_t * | p_this | ) |
References intf_thread_t::p_sys, intf_thread_t::pf_run, Run(), VLC_ENOMEM, and VLC_SUCCESS.
| static void Run | ( | intf_thread_t * | p_intf | ) | [static] |
1.5.6