File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 3
3
using namespace xamarin ::android;
4
4
5
5
PinvokeOverride::pinvoke_library_map PinvokeOverride::other_pinvoke_map (PinvokeOverride::LIBRARY_MAP_INITIAL_BUCKET_COUNT);
6
- std ::mutex PinvokeOverride::pinvoke_map_write_lock;
6
+ xamarin::android ::mutex PinvokeOverride::pinvoke_map_write_lock;
Original file line number Diff line number Diff line change @@ -78,7 +78,7 @@ namespace xamarin::android {
78
78
static void * monodroid_pinvoke_override (const char *library_name, const char *entrypoint_name);
79
79
80
80
private:
81
- static std:: mutex pinvoke_map_write_lock;
81
+ static xamarin::android:: mutex pinvoke_map_write_lock;
82
82
static pinvoke_library_map other_pinvoke_map;
83
83
84
84
#if defined(PRECOMPILED)
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ namespace xamarin::android::internal
19
19
{
20
20
class MonodroidDl
21
21
{
22
- static inline std ::mutex dso_handle_write_lock;
22
+ static inline xamarin::android ::mutex dso_handle_write_lock;
23
23
24
24
static unsigned int convert_dl_flags (int flags) noexcept
25
25
{
You can’t perform that action at this time.
0 commit comments