Changeset 8f0dc26 in mainline for uspace/lib/c/generic/fibril_synch.c
- Timestamp:
- 2014-07-08T21:52:01Z (10 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 005ac3c
- Parents:
- 53f68fd
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/c/generic/fibril_synch.c
r53f68fd r8f0dc26 475 475 /* Acknowledge timer fibril has finished cleanup. */ 476 476 timer->state = fts_clean; 477 fibril_condvar_broadcast(&timer->cv); 477 478 fibril_mutex_unlock(&timer->lock); 478 479
Note:
See TracChangeset
for help on using the changeset viewer.