Changeset 6a57b93 in mainline for uspace/lib/c/generic/private/fibril.h
- Timestamp:
- 2025-03-05T21:40:21Z (4 days ago)
- Children:
- 5208709
- Parents:
- df2b4ce7
- git-author:
- Matěj Volf <git@…> (2025-01-17 14:14:59)
- git-committer:
- Matěj Volf <git@…> (2025-03-05 21:40:21)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/c/generic/private/fibril.h
rdf2b4ce7 r6a57b93 70 70 fibril_owner_info_t *waits_for; 71 71 fibril_event_t *sleep_event; 72 73 list_t exit_hooks; 72 74 }; 75 76 typedef struct { 77 link_t link; 78 void (*func)(void); 79 } fibril_hook_t; 73 80 74 81 extern fibril_t *fibril_alloc(void);
Note:
See TracChangeset
for help on using the changeset viewer.