aboutsummaryrefslogtreecommitdiffstats
path: root/erts/emulator/beam/global.h
diff options
context:
space:
mode:
authorBjörn-Egil Dahlberg <[email protected]>2012-04-13 15:23:09 +0200
committerBjörn-Egil Dahlberg <[email protected]>2012-04-13 15:23:09 +0200
commite40200f31b90d1ecfea1b5070dbf0bf9119cd8df (patch)
treefb44f1a1b6622d9f40b3f1ef85d6396c4cb1b649 /erts/emulator/beam/global.h
parent7e79e3bc8d3ebbb61b09865c51e96ac3290c899b (diff)
parent861454268770e05bd72312c1a46560ed29a42500 (diff)
downloadotp-e40200f31b90d1ecfea1b5070dbf0bf9119cd8df.tar.gz
otp-e40200f31b90d1ecfea1b5070dbf0bf9119cd8df.tar.bz2
otp-e40200f31b90d1ecfea1b5070dbf0bf9119cd8df.zip
Merge branch 'maint'
Diffstat (limited to 'erts/emulator/beam/global.h')
-rw-r--r--erts/emulator/beam/global.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/erts/emulator/beam/global.h b/erts/emulator/beam/global.h
index 12e40288bd..732cc7d45d 100644
--- a/erts/emulator/beam/global.h
+++ b/erts/emulator/beam/global.h
@@ -1200,6 +1200,10 @@ void erts_fire_port_monitor(Port *prt, Eterm ref);
void erts_smp_xports_unlock(Port *);
#endif
+#if defined(ERTS_SMP) && defined(ERTS_ENABLE_LOCK_COUNT)
+void erts_lcnt_enable_io_lock_count(int enable);
+#endif
+
#if defined(ERTS_SMP) && defined(ERTS_ENABLE_LOCK_CHECK)
int erts_lc_is_port_locked(Port *);
#endif