Changeset 1c6436a in mainline for uspace/lib/c/generic/async.c
- Timestamp:
- 2011-06-10T19:15:59Z (13 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- f65b5fe9
- Parents:
- 79a141a
- git-author:
- Vojtech Horky <vojtech.horky@…> (2011-06-10 19:15:59)
- git-committer:
- Jakub Jermar <jakub@…> (2011-06-10 19:15:59)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/c/generic/async.c
r79a141a r1c6436a 1808 1808 async_sess_t *sess = exch->sess; 1809 1809 1810 atomic_dec(&sess->refcnt); 1811 1810 1812 if (sess->mgmt == EXCHANGE_SERIALIZE) 1811 1813 fibril_mutex_unlock(&sess->mutex);
Note:
See TracChangeset
for help on using the changeset viewer.