Changeset 850fd32 in mainline for uspace/app/wavplay/dplay.c
- Timestamp:
- 2018-03-11T01:21:19Z (7 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 84239b1, f0e825d
- Parents:
- 338d54a7
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/app/wavplay/dplay.c
r338d54a7 r850fd32 176 176 } 177 177 178 for (pb->playing = true; pb->playing; 179 fibril_condvar_wait(&pb->cv, &pb->mutex)); 178 pb->playing = true; 179 while (pb->playing) 180 fibril_condvar_wait(&pb->cv, &pb->mutex); 180 181 181 182 fibril_mutex_unlock(&pb->mutex);
Note:
See TracChangeset
for help on using the changeset viewer.