PK_THREAD_lock_t   

typedef int PK_THREAD_lock_t;

Used in:

PK_THREAD_lock_partitions


This type controls which partitions PK_THREAD_lock_partitions will lock to
the calling thread.

PK_THREAD_lock_t has the values:

    PK_THREAD_lock_all_c        Lock all specified 'partitions'.
    PK_THREAD_lock_one_c        Lock only the first available partition of
                                the specified 'partitions'.