Lockobjects allocation across partitions

The POK_CONFIG_PARTITIONS_NLOCKOBJECTS specifies the number of lock objects for each partition. This declaration is an array, each value $n$ specifies how many lock objects we have for partition $n$.

There is an example of the use of this configuration directive. Here, the first partition will have one lockobject while the second partition will have three lockobjects.

#define POK_CONFIG_PARTITIONS_NLOCKOBJECTS {1,3}



Copyright 2009 POK Team