Changeset a2f42e5 in mainline for uspace/lib/urcu/rcu.h
- Timestamp:
- 2012-11-23T19:57:38Z (12 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 29b8138
- Parents:
- 99022de
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/urcu/rcu.h
r99022de ra2f42e5 39 39 #include <compiler/barrier.h> 40 40 #include <libarch/barrier.h> 41 #include <bool.h> 41 42 42 43 /** Use to assign a pointer to newly initialized data to a rcu reader … … 98 99 extern void rcu_read_unlock(void); 99 100 101 extern bool rcu_read_locked(void); 102 100 103 extern void rcu_synchronize(void); 101 104
Note:
See TracChangeset
for help on using the changeset viewer.