/[rtmk]/rtmk/thread-lock.c
ViewVC logotype

Diff of /rtmk/thread-lock.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.2 by jrydberg, Thu Jan 3 01:32:43 2002 UTC revision 1.3 by jrydberg, Wed Jan 16 00:07:57 2002 UTC
# Line 197  thread_lock_unlock (struct thread_lock * Line 197  thread_lock_unlock (struct thread_lock *
197    
198    spin_unlock (&lock->interlock);    spin_unlock (&lock->interlock);
199    
200    if (lock->can_lend && thread_system_running)    if (lock->can_lend && thread_system_running
201          && THREAD_CURRENT()->inherited_priority_p)
202      thread_waive_priority (THREAD_CURRENT ());      thread_waive_priority (THREAD_CURRENT ());
203    
204    if (wakeup)    if (wakeup)

Legend:
Removed from v.1.2  
changed lines
  Added in v.1.3

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26