Files
nuttx/sched
anjiahao a9cb28cd23 modlib:Standardized module loading method
1. use '__attribute__((constructor))' mark initialize function
2. use '__attribute__((destructor))' mark uninitialize function
3. compile module with -fvisibility=hidden. use `__attribute__((visibility("default")))`
mark is need export symbol.so not need module_initialize to initialize export symbol.

Signed-off-by: anjiahao <anjiahao@xiaomi.com>
2024-10-05 15:22:02 +08:00
..
2024-09-29 18:18:01 +08:00
2024-09-19 03:16:14 +08:00
2024-09-29 18:18:01 +08:00
2024-09-24 22:07:00 +08:00
2024-09-24 22:07:00 +08:00