man3tbl/CheckShMemUsage

Table of Contents

Name

CheckShMemUsage - check the number of shared memory partition attachments

Description

CheckShMemUsageIPC retrieves the number of attachments to a shared memory partition.

This function is part of tblmngr.

Syntax

int CheckShMemUsageIPC(
   int Memid

   );

Arguments

Memid

The shared memory partition identifier.

Returns


n - the usage count
-1 - failure

Notes

The corresponding MMAP() function is not implemented.

See Also

tblmngr(3tbl)

Manual page revision

$Id: CheckShMemUsage.3,v 1.0 2004/04/14 14:25:07 kitchen Exp $


Table of Contents