Hi. I'm trying to implement an event semaphore but the documentation
confuses me. It states that SysCreateEventSem creates a handle that should
be used with other related functions such as SysOpenEventSem. But
SysOpenEventSem takes a name, not a handle, as argument, presumably the
same name that was used with SysCreateEventSem, and returns another handle.
So now there are suddenly two handles. My guess is that the doc is wrong
somewhere, could anybody clarify this please? I find no sample code where
these calls are being used.

Thanks,
Staffan
------------------------------------------------------------------------------
Dive into the World of Parallel Programming! The Go Parallel Website,
sponsored by Intel and developed in partnership with Slashdot Media, is your
hub for all things parallel software development, from weekly thought
leadership blogs to news, videos, case studies, tutorials and more. Take a
look and join the conversation now. http://goparallel.sourceforge.net
_______________________________________________
Oorexx-users mailing list
Oorexx-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/oorexx-users

Reply via email to