![]() |
PK_THREAD_wait_t |
typedef int PK_THREAD_wait_t;
This type controls how PK_THREAD_lock_partition will wait if partitions are
not available when attempting to lock partitions to the calling thread.
PK_THREAD_wait_t has the values:
PK_THREAD_wait_yes_c Parasolid will queue fairly until other
threads have signalled that all partitions
to lock are available.
PK_THREAD_wait_no_c If any partition to lock is not available
then Parasolid will immediately return.