Ipc_init() is located in ipc/util.c.
Ipc_int() initializes the resources that implement SystemV-style interprocess communication, including semaphores (initialized in the subfunction sem_init()), messages (msg_init()) and shared memory (shm_init()).
<<< Previous | Home | Next >>> |
The proc_root_init() Function | The check_bugs() Function |