aboutsummaryrefslogtreecommitdiffstats
path: root/erts/emulator/beam/global.h
diff options
context:
space:
mode:
authorBjörn-Egil Dahlberg <[email protected]>2012-04-10 17:01:41 +0200
committerBjörn-Egil Dahlberg <[email protected]>2012-04-10 17:12:18 +0200
commit769333459717d16dc6896b86b444205701e821e4 (patch)
tree2116deba1105d1325f341fd46720f80fb45237d4 /erts/emulator/beam/global.h
parentdaf8f46c46745ebb6fcdfb226252c7823264a410 (diff)
downloadotp-769333459717d16dc6896b86b444205701e821e4.tar.gz
otp-769333459717d16dc6896b86b444205701e821e4.tar.bz2
otp-769333459717d16dc6896b86b444205701e821e4.zip
lcnt: Enhancement fixups
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 b000e2c5d4..fc4c0ba121 100644
--- a/erts/emulator/beam/global.h
+++ b/erts/emulator/beam/global.h
@@ -1187,6 +1187,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