Top


定義場所(file name)

hotspot/src/os/linux/vm/os_linux.cpp

名前(function name)

static void resume_clear_context(OSThread *osthread) {

本体部(body)

  {- -------------------------------------------
  (1) 
      ---------------------------------------- -}

      osthread->set_ucontext(NULL);
      osthread->set_siginfo(NULL);

      // notify the suspend action is completed, we have now resumed
      osthread->sr.clear_suspended();
    }

This document is available under the GNU GENERAL PUBLIC LICENSE Version 2.