DCCL v4
thread_safety.cpp
1
// Copyright 2009-2023 Toby Schneider (http://gobysoft.org/index.wt/people/toby)
2
// GobySoft, LLC (for 2013-)
3
// Community contributors (see AUTHORS file)
4
//
5
//
6
// This file is part of the Dynamic Compact Control Language Library
7
// ("DCCL").
8
//
9
// DCCL is free software: you can redistribute it and/or modify
10
// it under the terms of the GNU Lesser General Public License as published by
11
// the Free Software Foundation, either version 2.1 of the License, or
12
// (at your option) any later version.
13
//
14
// DCCL is distributed in the hope that it will be useful,
15
// but WITHOUT ANY WARRANTY; without even the implied warranty of
16
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
17
// GNU Lesser General Public License for more details.
18
//
19
// You should have received a copy of the GNU Lesser General Public License
20
// along with DCCL. If not, see <http://www.gnu.org/licenses/>.
21
22
#include "thread_safety.h"
23
24
#if DCCL_THREAD_SUPPORT
25
std::recursive_mutex dccl::g_dynamic_protobuf_manager_mutex;
26
std::recursive_mutex dccl::g_dlog_mutex;
27
#endif
src
thread_safety.cpp
Generated on Mon Oct 30 2023 04:50:33 for DCCL v4 by
1.8.17