Changeset 6a57b93 in mainline for uspace/lib/c/include/fibril.h


Ignore:
Timestamp:
2025-03-05T21:40:21Z (4 days ago)
Author:
Matěj Volf <git@…>
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)
Message:

Add fibril exit hook

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/c/include/fibril.h

    rdf2b4ce7 r6a57b93  
    7474extern __noreturn void fibril_exit(long);
    7575
     76/** Add a function to be called after fibril exits, just before it is destroyed */
     77extern errno_t fibril_add_exit_hook(void (*)(void));
     78
    7679__HELENOS_DECLS_END;
    7780
Note: See TracChangeset for help on using the changeset viewer.