tech-kern archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: POSIX.1 semaphores vs message queues



In article <CADbF7edDKDnzJfnPdsdJk+RcnBFwf8XxoMuvG+VP9fuPej80fw%mail.gmail.com@localhost>,
Masao Uebayashi  <uebayasi%gmail.com@localhost> wrote:
>
>I have tried to explain the need of kctors, instead of hardcoded
>sequence of xxx_init() functions in init_main.c:main(), generated by
>dependency.

We need both constructors to handle dependencies and event handlers
to notify subsystems about modules being loaded and unloaded (so that
they can be added and removed to the subsystems that need to know about
them), like the FreeBSD eventhandler.h stuff.

christos



Home | Main Index | Thread Index | Old Index