PK_THREAD_exclusion_t   

typedef int PK_THREAD_exclusion_t;

Used in:

PK_THREAD_ask_exclusion
PK_THREAD_clear_exclusion


This datatype is used to specify whether the Parasolid interface is excluding
other threads from entering. It has the following values:

    PK_THREAD_exclusion_none_c    The interface is not excluding other threads
    PK_THREAD_exclusion_serious_c A serious error has occurred and the thread
                                  responsible has not cleared the exclusion
    PK_THREAD_exclusion_fatal_c   A fatal error has occurred and the thread
                                  responsible has not restarted the modeller