diff options
author | Elizabeth Figura <zfigura@codeweavers.com> | 2024-12-13 13:34:49 -0600 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2025-01-08 13:18:11 +0100 |
commit | 4c7404b9c2b572b42dc63bfde5e862290dab53b5 (patch) | |
tree | c0efec94468409a98b30383ab4e1f8ef8f396455 /tools/perf/scripts/python/export-to-postgresql.py | |
parent | ecc2ee361466e4a22e95b1c27d90f8cbd4f22e93 (diff) |
ntsync: Introduce NTSYNC_IOC_CREATE_EVENT.
This correspond to the NT syscall NtCreateEvent().
An NT event holds a single bit of state denoting whether it is signaled or
unsignaled.
There are two types of events: manual-reset and automatic-reset. When an
automatic-reset event is acquired via a wait function, its state is reset to
unsignaled. Manual-reset events are not affected by wait functions.
Whether the event is manual-reset, and its initial state, are specified at
creation time.
Signed-off-by: Elizabeth Figura <zfigura@codeweavers.com>
Link: https://lore.kernel.org/r/20241213193511.457338-9-zfigura@codeweavers.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions