sync with OpenBSD -current
This commit is contained in:
parent
65428aad14
commit
57ecf9bd1d
2058 changed files with 272997 additions and 201906 deletions
|
@ -1,4 +1,4 @@
|
|||
/* $OpenBSD: kern_task.c,v 1.34 2023/07/29 06:52:08 anton Exp $ */
|
||||
/* $OpenBSD: kern_task.c,v 1.35 2024/05/14 08:26:13 jsg Exp $ */
|
||||
|
||||
/*
|
||||
* Copyright (c) 2013 David Gwynne <dlg@openbsd.org>
|
||||
|
@ -128,8 +128,6 @@ struct taskq *const systqmp = &taskq_sys_mp;
|
|||
void taskq_init(void); /* called in init_main.c */
|
||||
void taskq_create_thread(void *);
|
||||
void taskq_barrier_task(void *);
|
||||
int taskq_sleep(const volatile void *, struct mutex *, int,
|
||||
const char *, int);
|
||||
int taskq_next_work(struct taskq *, struct task *);
|
||||
void taskq_thread(void *);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue