src/jdk.jdwp.agent/share/native/libjdwp/log_messages.c
branchihse-warnings-cflags-branch
changeset 56230 489867818774
parent 48235 8db54e2c453b
equal deleted inserted replaced
56229:0015bf3a82e0 56230:489867818774
   236 #endif
   236 #endif
   237 }
   237 }
   238 
   238 
   239 /* Finish up logging, flush output to the logfile. */
   239 /* Finish up logging, flush output to the logfile. */
   240 void
   240 void
   241 finish_logging()
   241 finish_logging(void)
   242 {
   242 {
   243 #ifdef JDWP_LOGGING
   243 #ifdef JDWP_LOGGING
   244     MUTEX_LOCK(my_mutex);
   244     MUTEX_LOCK(my_mutex);
   245     if ( logging ) {
   245     if ( logging ) {
   246         logging = 0;
   246         logging = 0;