Changeset 6caf5fb in mainline for kernel/generic/include/synch/syswaitq.h
- Timestamp:
- 2025-01-16T21:42:15Z (21 hours ago)
- Parents:
- e0e2264 (diff), 455241b (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)
links above to see all the changes relative to each parent. - git-author:
- Jiří Zárevúcky <zarevucky.jiri@…> (2025-01-16 21:42:15)
- git-committer:
- GitHub <noreply@…> (2025-01-16 21:42:15)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/generic/include/synch/syswaitq.h
re0e2264 r6caf5fb 44 44 extern void sys_waitq_init(void); 45 45 46 extern void sys_waitq_task_cleanup(void);47 48 46 extern sys_errno_t sys_waitq_create(uspace_ptr_cap_waitq_handle_t); 49 47 extern sys_errno_t sys_waitq_sleep(cap_waitq_handle_t, uint32_t, unsigned int);
Note:
See TracChangeset
for help on using the changeset viewer.