BHND_NVSTORE_LOCK
#define BHND_NVSTORE_LOCK(sc) mtx_lock(&(sc)->mtx)
#define BHND_NVSTORE_LOCK(sc) pthread_mutex_lock(&(sc)->mtx)