xmos / lib_locks

A library for inter-thread locking
Other
2 stars 12 forks source link

sw_locks not safe on xCORE-200 #1

Closed xross closed 7 years ago

xross commented 9 years ago

Need to add some more nops also taking account to different priority threads.. Something like:

ifdef XS2A

nop nop nop nop nop nop

endif

nop

pthedinger commented 7 years ago

Just working on a test case for this so I can determine whether this is fixed.