lean4-htt/src/runtime/mutex.h
2022-09-05 08:52:46 -07:00

12 lines
241 B
C++

/*
Copyright (c) 2022 Microsoft Corporation. All rights reserved.
Released under Apache 2.0 license as described in the file LICENSE.
Author: Gabriel Ebner
*/
#pragma once
namespace lean {
void initialize_mutex();
void finalize_mutex();
}