YAKL
YAKL_mutex.h
Go to the documentation of this file.
1 
2 #pragma once
3 
4 
6 namespace yakl {
7  // YAKL's default allocation, free, mutex lock, and mutex unlock routines.
9  inline void yakl_mtx_lock () { get_yakl_instance().yakl_mtx.lock (); }
11  inline void yakl_mtx_unlock() { get_yakl_instance().yakl_mtx.unlock(); }
12 }
14 
15 
__YAKL_NAMESPACE_WRAPPER_END__
#define __YAKL_NAMESPACE_WRAPPER_END__
Definition: YAKL.h:20
__YAKL_NAMESPACE_WRAPPER_BEGIN__
#define __YAKL_NAMESPACE_WRAPPER_BEGIN__
Definition: YAKL.h:19
yakl