/* Locking primitives. * * This file is part of OctaSTD. See COPYING.md for futher information. */ #ifndef OSTD_MUTEX_HH #define OSTD_MUTEX_HH #include "ostd/internal/mutex.hh" #endif