Changeset 5f97ef44 in mainline for uspace/lib/c/include/fibril.h
- Timestamp:
- 2018-07-13T14:10:15Z (6 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- e3787a0
- Parents:
- 9912f49
- git-author:
- Jiří Zárevúcky <jiri.zarevucky@…> (2018-07-13 14:08:57)
- git-committer:
- Jiří Zárevúcky <jiri.zarevucky@…> (2018-07-13 14:10:15)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/c/include/fibril.h
r9912f49 r5f97ef44 37 37 38 38 #include <types/common.h> 39 #include <time.h> 39 40 40 41 typedef struct fibril fibril_t; … … 57 58 extern void fibril_yield(void); 58 59 60 extern void fibril_usleep(suseconds_t); 61 extern void fibril_sleep(unsigned int); 62 59 63 static inline fid_t fibril_create(errno_t (*func)(void *), void *arg) 60 64 {
Note:
See TracChangeset
for help on using the changeset viewer.