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

/openjdk9/hotspot/src/share/vm/logging/
H A DlogConfiguration.hpp43 typedef void (*UpdateListenerFunction)(void); typedef in class:LogConfiguration
52 static void register_update_listener(UpdateListenerFunction cb);
58 static UpdateListenerFunction* _listener_callbacks;
H A DlogConfiguration.cpp44 LogConfiguration::UpdateListenerFunction* LogConfiguration::_listener_callbacks = NULL;
551 void LogConfiguration::register_update_listener(UpdateListenerFunction cb) {
555 _listener_callbacks = REALLOC_C_HEAP_ARRAY(UpdateListenerFunction,

Completed in 39 milliseconds