Search found 1 match

by smorris
Thu Feb 11, 2010 4:18 pm
Forum: NetBurner Software
Topic: Serialization of OSFlagSet()
Replies: 1
Views: 2247

Serialization of OSFlagSet()

I'm using Rel24_rc2

Does ucos serialize Flag operations?

E.g., if I have two tasks setting flags in the same OS_FLAGS struct, can I be assured that the OSFlagSet()'s will be serialized?

What if I one writer is actually an ISR, and the other writer is a task?

Thanks