Changeset d50f3e5 in mainline for uspace/lib/c/generic/private/fibril.h
- Timestamp:
- 2025-03-09T20:06:24Z (16 hours ago)
- Children:
- 53e652d
- Parents:
- af28af6
- git-author:
- Matěj Volf <git@…> (2025-03-09 20:05:51)
- git-committer:
- Matěj Volf <git@…> (2025-03-09 20:06:24)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/c/generic/private/fibril.h
raf28af6 rd50f3e5 70 70 fibril_owner_info_t *waits_for; 71 71 fibril_event_t *sleep_event; 72 73 list_t exit_hooks;74 72 }; 75 76 typedef struct {77 link_t link;78 void (*func)(void);79 } fibril_hook_t;80 73 81 74 extern fibril_t *fibril_alloc(void); … … 93 86 extern errno_t fibril_ipc_wait(ipc_call_t *, const struct timespec *); 94 87 extern void fibril_ipc_poke(void); 95 96 extern void fibril_run_exit_hooks(fibril_t *);97 88 98 89 /**
Note:
See TracChangeset
for help on using the changeset viewer.