Changeset 164088117085b0c866a10225fa20caf1290ffaa6

Show
Ignore:
Timestamp:
28/08/08 18:28:35 (3 months ago)
Author:
Rémi Denis-Courmont <rdenis@simphalempin.com>
git-committer:
Rémi Denis-Courmont <rdenis@simphalempin.com> 1219940915 +0300
git-parent:

[9ba4d0ff87e47d06ed1242bf3d4a36ac468aa3fc]

git-author:
Rémi Denis-Courmont <rdenis@simphalempin.com> 1219940915 +0300
Message:

If the thread does nothing, we might as well exit

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • src/interface/interface.c

    r9ba4d0f r1640881  
    228228    if( p_intf->pf_run ) 
    229229        p_intf->pf_run( p_intf ); 
    230     else 
    231     { 
    232         vlc_object_lock( p_intf ); 
    233         while( vlc_object_alive( p_intf ) ) 
    234             vlc_object_wait( p_intf ); 
    235         vlc_object_unlock( p_intf ); 
    236     } 
    237230 
    238231    vlc_restorecancel (canc);