XPCOM:nsIThreadManager: Difference between revisions

Jump to navigation Jump to search
m
Line 198: Line 198:
The following nsCOMPtr helpers are defined to simplify things further:
The following nsCOMPtr helpers are defined to simplify things further:


  already_AddRefed<nsIThread>
  already_AddRefed<nsIThread> do_GetCurrentThread();
do_GetCurrentThread();
  &nbsp;
  &nbsp;
  already_AddRefed<nsIThread>
  already_AddRefed<nsIThread> do_GetMainThread();
do_GetMainThread()
  &nbsp;
  &nbsp;
  already_AddRefed<nsIThread>
  already_AddRefed<nsIThread> do_GetThread(const nsACString &name);
do_GetThread(const nsACString &name)


=== nsRunnable ===
=== nsRunnable ===
272

edits

Navigation menu