PK_SESSION_set_smp   

PK_ERROR_code_t           PK_SESSION_set_smp
(
--- received arguments ---
const PK_SESSION_smp_o_t *options      --- SMP options
)


This function sets the Symmetric Multi-Processing (SMP) parameters
for the session.


Specific Errors:
    PK_ERROR_bad_option_data    Input parameters are not valid (MILD)
    PK_ERROR_not_implemented    SMP is not supported on this Parasolid
                                platform (MILD)


The SMP options can be specified or modified at any time during a session.

On platforms where SMP is not supported, the only valid value of the
'thread_format' option is PK_thread_disabled_c.

See also PK_SESSION_set_smp_stacksize.