pd_thdlock_sleep_func operand value | pd_thdlock_retry_time operand value | |
---|---|---|
1 to 10000 | 10001 to 1000000 | |
0 | Each process stands by for the thread lock sleep time specified by select() or Sleep(). | |
1 | The OS determines process allocation using sched_yield() or SwitchToThread() (the pd_thdlock_retry_time operand value is ignored).# | Each process stands by for the thread lock sleep time specified by select() or Sleep(). |