Changeset d71b0de in mainline for kernel/generic/include/synch/syswaitq.h
- Timestamp:
- 2026-03-27T10:06:12Z (32 hours ago)
- Parents:
- 4f16db1 (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@…> (2026-03-27 10:06:12)
- git-committer:
- GitHub <noreply@…> (2026-03-27 10:06:12)
- File:
-
- 1 edited
-
kernel/generic/include/synch/syswaitq.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
kernel/generic/include/synch/syswaitq.h
r4f16db1 rd71b0de 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.
