Searched defs:MAX_NUM_MUTEX (Results 1 - 1 of 1) sorted by relevance

/openjdk7/hotspot/src/share/vm/runtime/
H A DmutexLocker.cpp144 #define MAX_NUM_MUTEX 128 macro
145 static Monitor * _mutex_array[MAX_NUM_MUTEX];
173 assert(_num_mutex < MAX_NUM_MUTEX, \
174 "increase MAX_NUM_MUTEX"); \

Completed in 319 milliseconds