#
88580404 |
| 31-Dec-2021 |
riastradh <riastradh@NetBSD.org> |
sysmon(9): New sysmon_task_queue_barrier(pri) function.
This waits for the completion of all tasks at priority pri or lower that are currently queued at the time of the call.
|
#
1f3e12e9 |
| 27-Apr-2015 |
pgoyette <pgoyette@NetBSD.org> |
Replace a home-grown run-once implementation with the real RUN_ONCE()
|
#
0d9dbfe9 |
| 24-Apr-2015 |
pgoyette <pgoyette@NetBSD.org> |
This really does need to return an error code, so change the sysmon_task_queue_fini() function to have a non-void type.
|
#
5623c9a1 |
| 21-Jul-2007 |
xtraeme <xtraeme@NetBSD.org> |
Convert sysmon_taskqueue to use mutex(9) and condvar(9) and initialize them in init_main.c via sysmon_task_queue_preinit().
Reviewed and ok by ad@.
|
#
d14efd22 |
| 20-Apr-2003 |
thorpej <thorpej@NetBSD.org> |
Generic "task queue" for sysmon back-ends. This provides a thread context for callbacks that require it in order to handle sysmon-related events.
Adapted from the "OsdSchedule" bits of the ACPI cod
Generic "task queue" for sysmon back-ends. This provides a thread context for callbacks that require it in order to handle sysmon-related events.
Adapted from the "OsdSchedule" bits of the ACPI code.
show more ...
|