3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-08-04 18:30:24 +00:00

mutex allocation #2336

Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
Nikolaj Bjorner 2019-06-11 19:50:37 -07:00
parent 9b08021ae1
commit 921a574074
3 changed files with 4 additions and 2 deletions

View file

@ -23,7 +23,7 @@ Revision History:
static mutex* s_mux = nullptr;
void initialize_rlimits() {
void initialize_rlimit() {
s_mux = new mutex;
}
void finalize_rlimit() {