RESOLVED FIXED 31715
[Android] Android port lacks implementation of atomicIncrement and atomicDecrement
https://bugs.webkit.org/show_bug.cgi?id=31715
Summary [Android] Android port lacks implementation of atomicIncrement and atomicDecr...
Steve Block
Reported 2009-11-20 03:26:19 PST
The Android port lacks implementation of atomicIncrement and atomicDecrement. See JavaScriptCore/wtf/Threading.h.
Attachments
Patch 1 for Bug 31715 (1.80 KB, patch)
2009-11-20 03:59 PST, Steve Block
eric: review+
Steve Block
Comment 1 2009-11-20 03:59:38 PST
Eric Seidel (no email)
Comment 2 2009-11-21 07:19:13 PST
Comment on attachment 43570 [details] Patch 1 for Bug 31715 I'm surprised that you don't use < > for the system header include: 77 #include "cutils/atomic.h" But otherwise this looks fine.
Steve Block
Comment 3 2009-11-23 03:30:38 PST
> I'm surprised that you don't use < > for the system header include: > 77 #include "cutils/atomic.h" Fixed Submitted as http://trac.webkit.org/changeset/51305
Note You need to log in before you can comment on or make changes to this bug.