Changeset c51a7cd in mainline for uspace/lib/libc/generic/fibril_sync.c
- Timestamp:
- 2009-06-14T12:30:27Z (16 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 87d3ecf
- Parents:
- 1cbed6b
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/libc/generic/fibril_sync.c
r1cbed6b rc51a7cd 198 198 tmp = fcv->waiters.next; 199 199 f = list_get_instance(tmp, fibril_t, link); 200 list_remove(&f->link); 200 201 fibril_add_ready((fid_t) f); 201 202 if (once)
Note:
See TracChangeset
for help on using the changeset viewer.