Entry: JS_GetContextThread (Function)
Summary: Returns the ID of the associated thread for a context.
Syntax:
intN JS_GetContextThread(JSContext *cx);
Argument Type Description
*cx JSContext Pointer to a previously established JS context.
Description:
JS_GetContextThread returns the ID of the thread currently associated with this context.
See also:
|
|
|