Closed Bug 487322 Opened 15 years ago Closed 15 years ago

Replace platform specific thread functions in MMgc core with appropriate VMPI APIs

Categories

(Tamarin Graveyard :: Garbage Collection (mmGC), defect)

defect
Not set
normal

Tracking

(Not tracked)

VERIFIED FIXED

People

(Reporter: rishah, Unassigned)

References

Details

User-Agent:       Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.5; en-US; rv:1.9.0.5) Gecko/2008120121 Firefox/3.0.5
Build Identifier: 

GC.cpp uses functions like GetCurrentThreadId() on Windows and pthread_self() to get identify the current thread.

These and other related places should be replaced with appropriate VMPI APIs.


Reproducible: Always
Indeed, I would love so see the CheckThread mechanism work for more platforms than Windows.  This is a very relevant debugging aid for the functionality being offered in bug 487199.
Blocks: 487414
This is all done, including the CheckThread thing in the OOM code
Status: UNCONFIRMED → RESOLVED
Closed: 15 years ago
Resolution: --- → FIXED
Status: RESOLVED → VERIFIED
You need to log in before you can comment on or make changes to this bug.