Changeset 116d3f6f in mainline for uspace/lib/libc/generic/ipc.c
- Timestamp:
- 2007-10-03T06:55:56Z (17 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 18525c5
- Parents:
- 5b5d25f
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/libc/generic/ipc.c
r5b5d25f r116d3f6f 220 220 if (can_preempt) { 221 221 call->fid = fibril_get_id(); 222 fibril_s chedule_next_adv(FIBRIL_TO_MANAGER);222 fibril_switch(FIBRIL_TO_MANAGER); 223 223 /* Async futex unlocked by previous call */ 224 224 } else {
Note:
See TracChangeset
for help on using the changeset viewer.