Error 16382

Severity

15

Message text

The configured maximum number of mutexes have already been created.

Explanation

srv_createmutex() has failed because the maximum number of allowed mutexes has been exceeded.

Action

Limit the number of mutexes to SRV_MAX_MUTEXES, which is the maximum number of mutexes defined in oscompat.h.

Additional information

Symbolic constant: SRV_EMAXMUTEXES