XPCOM:nsIThreadManager: Difference between revisions

Jump to navigation Jump to search
m
Line 151: Line 151:
     *        Indicates whether or not the method is allowed to block the calling
     *        Indicates whether or not the method is allowed to block the calling
     *        thread.  For example, this parameter is false during thread shutdown.
     *        thread.  For example, this parameter is false during thread shutdown.
    * @param recursionDepth
    *        Indicates the number of calls to ProcessNextEvent on the call stack
    *        in addition to the current call.
     */
     */
   void onProcessNextEvent(in nsIThreadInternal thread,
   void onProcessNextEvent(in nsIThreadInternal thread, in boolean mayWait,
                           in boolean mayWait);
                           in unsigned long recursionDepth);
  };
  };


272

edits

Navigation menu