This is the mail archive of the
ecos-discuss@sources.redhat.com
mailing list for the eCos project.
Cyg_Binary_Semaphore class
- To: ecos-discuss at sourceware dot cygnus dot com
- Subject: [ECOS] Cyg_Binary_Semaphore class
- From: Richard Wicks <rich at accetnetwork dot com>
- Date: Thu, 18 Oct 2001 10:53:43 -0700
- Organization: Accet Networks
- Reply-To: rich at accetnetwork dot com
I was poking through the code and I ran across binary semaphores here:
${ECOS_REPOSITORY}/kernel/current/src/sync/bin_sem.cxx
I didn't realize these were implemented in the system. I didn't see them
covered in the ecos reference manual here:
http://sources.redhat.com/ecos/docs-latest/pdf/ecos-ref.pdf
Are binary semaphores new? How do I access them from C code instead of C++?
thanks,
-Rich