Changeset 101811 in vbox for trunk/src/libs/xpcom18a4/nsprpub/pr/include/private
- Timestamp:
- Nov 5, 2023 10:14:34 AM (18 months ago)
- svn:sync-xref-src-repo-rev:
- 159907
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/libs/xpcom18a4/nsprpub/pr/include/private/primpl.h
r101806 r101811 675 675 #define _PR_MD_ATOMIC_SET _MD_ATOMIC_SET 676 676 677 /* Garbage collection */678 679 /*680 ** Save the registers that the GC would find interesting into the thread681 ** "t". isCurrent will be non-zero if the thread state that is being682 ** saved is the currently executing thread. Return the address of the683 ** first register to be scanned as well as the number of registers to684 ** scan in "np".685 **686 ** If "isCurrent" is non-zero then it is allowed for the thread context687 ** area to be used as scratch storage to hold just the registers688 ** necessary for scanning.689 */690 extern PRWord *_MD_HomeGCRegisters(PRThread *t, int isCurrent, int *np);691 692 677 /* Time intervals */ 693 678
Note:
See TracChangeset
for help on using the changeset viewer.