Changeset 918ac9b in mainline


Ignore:
Timestamp:
2019-08-07T09:32:01Z (5 years ago)
Author:
Matthieu Riolo <matthieu.riolo@…>
Children:
af92309
Parents:
b55f62a
git-author:
Michal Koutný <xm.koutny+hos@…> (2015-11-02 21:19:08)
git-committer:
Matthieu Riolo <matthieu.riolo@…> (2019-08-07 09:32:01)
Message:

taskman: Notify all waiters for NS

This removes race condition when NS started later than those who required (only
one would be connected then).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/srv/taskman/main.c

    rb55f62a r918ac9b  
    156156        }
    157157
    158         fibril_condvar_signal(&session_ns_cv);
     158        fibril_condvar_broadcast(&session_ns_cv);
    159159finish:
    160160        fibril_mutex_unlock(&session_ns_mtx);
Note: See TracChangeset for help on using the changeset viewer.