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

/openjdk9/hotspot/src/share/vm/logging/
H A DlogConfiguration.hpp58 static UpdateListenerFunction* _listener_callbacks; member in class:LogConfiguration
H A DlogConfiguration.cpp44 LogConfiguration::UpdateListenerFunction* LogConfiguration::_listener_callbacks = NULL; member in class:LogConfiguration
555 _listener_callbacks = REALLOC_C_HEAP_ARRAY(UpdateListenerFunction,
556 _listener_callbacks,
559 _listener_callbacks[idx] = cb;
565 _listener_callbacks[i]();

Completed in 98 milliseconds