logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

hwlocality_api_error_reporting - Error reporting in the API

Author

       Generated automatically by Doxygen for Hardware Locality (hwloc) from the source code.

Hardware Locality (hwloc)                        Version 2.12.0                hwlocality_api_error_reporting(3)

Detailed Description

       Most functions in the hwloc API return an integer value. Unless documentated differently, they return 0
       on success and -1 on error. Functions that return a pointer type return NULL on error.

       errno will be set to a meaningful value whenever possible. This includes the usual EINVAL when invalid
       function parameters are passed or ENOMEM when an internal allocation fails. Some specific errno value are
       also used, for instance for binding errors as documented in CPUbinding.

       Some modules describe return values of their functions in their introduction, for instance in ThebitmapAPI.

Name

       hwlocality_api_error_reporting - Error reporting in the API

Synopsis

See Also