thrBeginJobContext

Starts a new job context

Description:

This function indicates that all jobs created before the subsequent matching call to thrEndJobContext should be grouped together. This affects the behaviour of functions thrWait and thrJobWait.

Invocation

void thrBeginJobContext( ThrWorkForce workforce, int status )

Arguments

workforce
Pointer to the workforce performing the jobs. If NULL is supplied, this function returns without action.
status
Pointer to the inherited status value.