Changeset 102213 in vbox for trunk/src/libs/xpcom18a4/nsprpub/pr/include
- Timestamp:
- Nov 21, 2023 2:29:32 PM (17 months ago)
- svn:sync-xref-src-repo-rev:
- 160338
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/libs/xpcom18a4/nsprpub/pr/include/private/primpl.h
r102209 r102213 258 258 pthread_t id; /* pthread identifier for the thread */ 259 259 PRBool okToDelete; /* ok to delete the PRThread struct? */ 260 PRCondVar *waiting; /* where the thread is waiting | NULL */261 260 void *sp; /* recorded sp for garbage collection */ 262 261 PRThread *next, *prev; /* simple linked list of all threads */
Note:
See TracChangeset
for help on using the changeset viewer.