Ignore:
Timestamp:
2009-10-11T11:43:20Z (15 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
0da4e41
Parents:
b69bec5
Message:

Just pro forma, mark the fibril as active when unlocking a mutex.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/libc/generic/fibril_sync.c

    rb69bec5 rbbb01b98  
    103103                tmp = fm->waiters.next;
    104104                wdp = list_get_instance(tmp, awaiter_t, wu_event.link);
     105                wdp->active = true;
    105106                wdp->wu_event.inlist = false;
    106107                list_remove(&wdp->wu_event.link);
Note: See TracChangeset for help on using the changeset viewer.