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:
parent
9b08021ae1
commit
921a574074
3 changed files with 4 additions and 2 deletions
|
@ -23,7 +23,7 @@ Revision History:
|
|||
|
||||
static mutex* s_mux = nullptr;
|
||||
|
||||
void initialize_rlimits() {
|
||||
void initialize_rlimit() {
|
||||
s_mux = new mutex;
|
||||
}
|
||||
void finalize_rlimit() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue