mirror of
https://github.com/apache/nuttx.git
synced 2026-08-11 15:35:10 +00:00
Describe the shared library open semantics in the FLAT and PROTECTED builds: dlopen() of a library that is already loaded returns a handle to it and takes an additional reference, and the library is unloaded only when the last handle is closed. Note the consequences that follow from having a single instance: libraries are matched by basename, data is shared by all users, and constructors and destructors run once. Contrast this with insmod(), which still rejects a duplicate module name, and note that dlopen() is not implemented in the KERNEL build. Assisted-by: Claude Opus 5 (1M context) <noreply@anthropic.com> Signed-off-by: Marco Casaroli <marco.casaroli@gmail.com> |
||
|---|---|---|
| .. | ||
| _extensions | ||
| _static | ||
| _templates | ||
| applications | ||
| components | ||
| contributing | ||
| debugging | ||
| faq | ||
| guides | ||
| implementation | ||
| introduction | ||
| logos | ||
| platforms | ||
| quickstart | ||
| reference | ||
| ReleaseNotes | ||
| standards | ||
| testing | ||
| .gitignore | ||
| conf.py | ||
| glossary.rst | ||
| index.rst | ||
| known-warnings.txt | ||
| legacy_README.md | ||
| make.bat | ||
| Makefile | ||
| Pipfile | ||
| Pipfile.lock | ||
| security.rst | ||
| substitutions.rst | ||