This is the mail archive of the ecos-discuss@sourceware.org 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]

Errno in DSRs


Is it valid to write or read errno in DSR context?
Ie is there are separate errno instance for DSR, or
will the assignment occur to a thread DSR, or a NULL pointer.

The reason for asking is pthreads semaphore funcs eg
sem_trywait set errno, but we call them from DSRs sometimes.

Maybe we shouldn't be using the pthreads version??

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]