Please note, this is a STATIC archive of website developer.mozilla.org from 03 Nov 2016, cach3.com does not collect or store any user information, there is no "phishing" involved.

PR_AttachThread

Obsolete
This feature is obsolete. Although it may still work in some browsers, its use is discouraged since it could be removed at any time. Try to avoid using it.

The opaque PRThreadStack structure is only used in the third argument "PRThreadStack *stack" to the PR_AttachThread function. The 'stack' argument is now obsolete and ignored by PR_AttachThread. You should pass NULL as the 'stack' argument to PR_AttachThread.

Syntax

#include <prthread.h>

typedef struct PRThreadStack PRThreadStack;

 

Document Tags and Contributors

 Contributors to this page: teoli, Callek
 Last updated by: teoli,