mirror of
https://github.com/rcore-os/rCore-Tutorial-v3.git
synced 2024-11-24 10:26:25 +04:00
1 line
410 B
JavaScript
1 line
410 B
JavaScript
initSidebarItems({"mod":[["barrier","Synchronization primitive allowing multiple threads to synchronize the beginning of some computation."],["lazy","Synchronization primitives for lazy evaluation."],["mutex","Locks that have the same behaviour as a mutex."],["once","Synchronization primitives for one-time evaluation."],["rw_lock","A lock that provides data access to either one writer or many readers."]]}); |