PK_THREAD_local_t   

typedef int PK_THREAD_local_t;

Used in:

PK_THREAD_ask_local_level
PK_THREAD_chain_start_o_t


A token indicating the classes, data and/or functions which may have
thread-local scope. They only affect operations within this thread chain
instead of affecting all operations in the session.

It has the values:

PK_THREAD_local_none_c       No classes, data or functions have thread-local
                             scope.

PK_THREAD_local_versioning_c The functions below, which are all related to
                             versioning, have thread-local scope. They only
                             affect operations within this thread chain.
                             In addition, if this value is set then calls to
                             these functions made in other threads have no
                             effect on operations within this thread chain.

                             The functions affected by this token are:

                                 PK_SESSION_set_behaviour
                                 PK_SESSION_set_rebuild_history
                                 PK_SESSION_set_software_option