Interprocess Communication Walkers
- msg
-
Walk the active
msqid_dsstructures corresponding to message queue identifiers. This structure is defined in<sys/msg.h>. - msgqueue
-
Iterate over the
messagestructures that are currently enqueued on the specified message queue. - sem
-
Walk the active
semid_dsstructures corresponding to semaphore identifiers. This structure is defined in<sys/sem.h>. - shm
-
Walk the active
shmid_dsstructures corresponding to shared memory segment identifiers. This structure is defined in<sys/shm.h>.