PR_CreateThread -> PR_DestroyThread
"Mike Moening" <[email protected]> Thu, 15 Apr 2010 12:56:27 -0500
| Newsgroups | gmane.comp.mozilla.devel.nspr |
|---|---|
| Organization | Retail Technology Solutions Inc. |
| Message-ID | <[email protected]> |
If I use PR_CreateThread() and get back a PRThread* How and where it that pointer deleted once that thread dies. Seems we are missing an API: PR_DestroyThread() Looking for information on internals and how this works. Thanks.