Files
tubestation/docs/nspr/reference/prthreadstack.rst

32 lines
721 B
ReStructuredText
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

PRThreadStack
=============
.. container:: blockIndicator obsolete obsoleteHeader
| **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 :ref:`PRThreadStack` structure is only used in the third
argument "``PRThreadStack *stack``" to the :ref:`PR_AttachThread` function.
The '``stack``' argument is now obsolete and ignored by
:ref:`PR_AttachThread`. You should pass ``NULL`` as the 'stack' argument to
:ref:`PR_AttachThread`.
.. _Definition:
Syntax
------
.. code:: eval
#include <prthread.h>
typedef struct PRThreadStack PRThreadStack;
.. _Definition_2:
 
-