aboutsummaryrefslogtreecommitdiffstats
path: root/library/cpp/yt/threading/public.h
blob: ab6cb2266339ce8053cc91d6fe230b15096e1014 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#pragma once

#include <cstddef>

namespace NYT::NThreading {

////////////////////////////////////////////////////////////////////////////////

#define YT_DECLARE_SPIN_LOCK(type, name) \
    type name{__LOCATION__}

////////////////////////////////////////////////////////////////////////////////

} // namespace NYT::NThreading