272
edits
m (→Functions) |
|||
Line 199: | Line 199: | ||
* Create a new thread. | * Create a new thread. | ||
* | * | ||
* @param | * @param result | ||
* The | * The resulting nsIThread object. | ||
* @param event | * @param event | ||
* The initial event to run on this thread. This can be null. | * The initial event to run on this thread. This can be null. | ||
*/ | */ | ||
NS_METHOD NS_NewThread( | NS_METHOD NS_NewThread(nsIThread **result, nsIRunnable *event); | ||
| | ||
/** | /** | ||
Line 225: | Line 221: | ||
*/ | */ | ||
NS_METHOD NS_GetMainThread(nsIThread **result); | NS_METHOD NS_GetMainThread(nsIThread **result); | ||
| | ||
/** | /** |
edits