Re: rtems_semaphore routines on SMP systems
Yes, if you #define RTEMS_SMP you can use the MrsP protocol (for example) by calling rtems_semaphore_create with an attribute set containing RTEMS_PRIORITY | RTEMS_BINARY_SEMAPHORE | RTEMS_MULTIPROCESSOR_RESOURCE_SHARING. You can then use rtems_semaphore_obtain, rtems_semaphore_release , r
rtems_semaphore routines on SMP systems
Can the rtems_semaphore_*() routines be used on SMP systems? Viele Grüße Heinz ___ users mailing list users@rtems.org http://lists.rtems.org/mailman/listinfo/users