Searched refs:MONITOR_NAME_LEN (Results 1 - 2 of 2) sorted by relevance

/openjdk7/hotspot/src/share/vm/runtime/
H A Dmutex.hpp85 static const int MONITOR_NAME_LEN = 64; variable
132 char _name[MONITOR_NAME_LEN]; // Name of mutex
H A Dmutex.cpp1160 strncpy(m->_name, name, MONITOR_NAME_LEN - 1);
1161 m->_name[MONITOR_NAME_LEN - 1] = '\0';

Completed in 1767 milliseconds