You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A list of things that must be done to consider uACPI fully thread-safe. Most of these are guarding against edge cases that basically don't exist in the real world but must still be taken into account.
Namespace managament
Skipping temporary objects during client namespace enumeration
A warning when AML references a temporary node not created by its own invocation
uacpi_namespace_node_find_acquire (find a node and bump the reference count)
Table lookups/modifications
Event management
Notify handlers
Operation region handlers
Interpreter thread safety
Reference replacement (?)
CopyObject thread safety
Racey tests
The text was updated successfully, but these errors were encountered:
A list of things that must be done to consider uACPI fully thread-safe. Most of these are guarding against edge cases that basically don't exist in the real world but must still be taken into account.
The text was updated successfully, but these errors were encountered: