The ipc_init() Function

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()).