Commentary
This commit is contained in:
parent
e569ff2752
commit
7d807a7e0e
|
|
@ -111,7 +111,7 @@
|
||||||
# define VL_ATTR_WEAK ///< Attribute that function external that is optionally defined
|
# define VL_ATTR_WEAK ///< Attribute that function external that is optionally defined
|
||||||
#endif
|
#endif
|
||||||
#ifndef VL_CAPABILITY
|
#ifndef VL_CAPABILITY
|
||||||
# define VL_ACQUIRE(...) ///< Function requires a capability/lock (-fthread-safety)
|
# define VL_ACQUIRE(...) ///< Function aquires a capability/lock (-fthread-safety)
|
||||||
# define VL_ACQUIRE_SHARED(...) ///< Function aquires a shared capability/lock (-fthread-safety)
|
# define VL_ACQUIRE_SHARED(...) ///< Function aquires a shared capability/lock (-fthread-safety)
|
||||||
# define VL_RELEASE(...) ///< Function releases a capability/lock (-fthread-safety)
|
# define VL_RELEASE(...) ///< Function releases a capability/lock (-fthread-safety)
|
||||||
# define VL_RELEASE_SHARED(...) ///< Function releases a shared capability/lock (-fthread-safety)
|
# define VL_RELEASE_SHARED(...) ///< Function releases a shared capability/lock (-fthread-safety)
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue