272
edits
m (→nsIThread) |
|||
Line 6: | Line 6: | ||
interface nsIThreadManager : nsISupports { | interface nsIThreadManager : nsISupports { | ||
/** | /** | ||
* Create a new | * Create a new thread (a global, user PRThread). Currently, flags is | ||
* | * an unused parameter, that must be 0. | ||
*/ | */ | ||
nsIThread newThread(in | nsIThread newThread(in unsigned long flags); | ||
| | ||
/** | /** |
edits