This is the mail archive of the ecos-discuss@sources.redhat.com mailing list for the eCos project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

is cyg_io_read atomic process


if I do cyg_io_read in a lower priority thread, and once the
cyg_io_read starts reading the buffer will it get preempted in the
middle of the reading by a higher priority thread(which has become
ready to execute) OR an interrupt? or is it an atomic process?
I am using a AT91R40006 micro, with the hardware serial driver for the
cyg_io_read.
thanks.

-- 
Before posting, please read the FAQ: http://ecos.sourceware.org/fom/ecos
and search the list archive: http://ecos.sourceware.org/ml/ecos-discuss


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]