Changeset bd41ac52 in mainline for uspace/lib/c/generic/private/fibril.h
- Timestamp:
- 2018-08-25T22:21:25Z (6 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- cca80a2
- Parents:
- e2625b1a
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/c/generic/private/fibril.h
re2625b1a rbd41ac52 81 81 82 82 extern void fibril_wait_for(fibril_event_t *); 83 extern errno_t fibril_wait_timeout(fibril_event_t *, const struct time val*);83 extern errno_t fibril_wait_timeout(fibril_event_t *, const struct timespec *); 84 84 extern void fibril_notify(fibril_event_t *); 85 85 86 extern errno_t fibril_ipc_wait(ipc_call_t *, const struct time val*);86 extern errno_t fibril_ipc_wait(ipc_call_t *, const struct timespec *); 87 87 extern void fibril_ipc_poke(void); 88 88
Note:
See TracChangeset
for help on using the changeset viewer.