Dan Sugalski <[EMAIL PROTECTED]> wrote:
> 2) The only thread constructs we are going to count on are:
>    *) Abstract, non-recursive, simple locks
>    *) Rendezvous points (Things threads go to sleep on until another
> thread pings the condition)
>    *) Semaphores (in the "I do a V and P operation, with a count")

All d'accord with above but: I'm not sure yet, but /me thinks that we
need to have a CLEANUP_PUSH and _POP handler functionality too. But
these are basically macros (simple in the absence of pthread_kill or
such) and currently already used :)

> 3) I'm still not paying much attention.

May I ask why?
-- Yes :)
Why?

leo

Reply via email to