Changeset 8f0dc26 in mainline


Ignore:
Timestamp:
2014-07-08T21:52:01Z (10 years ago)
Author:
Jiri Svoboda <jiri@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
005ac3c
Parents:
53f68fd
Message:

Missing broadcast.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/c/generic/fibril_synch.c

    r53f68fd r8f0dc26  
    475475        /* Acknowledge timer fibril has finished cleanup. */
    476476        timer->state = fts_clean;
     477        fibril_condvar_broadcast(&timer->cv);
    477478        fibril_mutex_unlock(&timer->lock);
    478479
Note: See TracChangeset for help on using the changeset viewer.