rCore-Tutorial-v3/ch6/spin/sidebar-items.js
2022-05-03 12:09:53 +00:00

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."]]});