incubator-nuttx/mm/mm_gran
Gregory Nutt 156963a903 Check return from nxsem_wait_initialize()
Resolution of Issue 619 will require multiple steps, this part of the first step in that resolution:  Every call to nxsem_wait_uninterruptible() must handle the return value from nxsem_wait_uninterruptible properly.  This commit is only for those files under fs/tmpfs and fs/spiffs.  Still do do:  The rest of fs/ and all of drivers/ and arch/.
2020-03-29 22:11:13 +01:00
..
Make.defs mm/mm_gran: Add a function to get information about the state of the granuale allocator. 2017-11-14 14:41:03 -06:00
mm_gran.h Check return from nxsem_wait_initialize() 2020-03-29 20:11:10 +01:00
mm_granalloc.c Check return from nxsem_wait_initialize() 2020-03-29 20:11:10 +01:00
mm_grancritical.c Check return from nxsem_wait_initialize() 2020-03-29 20:11:10 +01:00
mm_granfree.c Check return from nxsem_wait_initialize() 2020-03-29 22:11:13 +01:00
mm_graninfo.c Check return from nxsem_wait_initialize() 2020-03-29 20:11:10 +01:00
mm_graninit.c Remove CONFIG_GRAN_SINGLE. It adds no technical benefit (other than some minor reduction in the number of interface arguments) but adds a lot of code complexity. Better without it. 2017-11-14 11:47:12 -06:00
mm_granmark.c mm/: Coding style clean-up 2020-02-13 15:16:53 +01:00
mm_granrelease.c Remove CONFIG_GRAN_SINGLE. It adds no technical benefit (other than some minor reduction in the number of interface arguments) but adds a lot of code complexity. Better without it. 2017-11-14 11:47:12 -06:00
mm_granreserve.c Remove CONFIG_GRAN_SINGLE. It adds no technical benefit (other than some minor reduction in the number of interface arguments) but adds a lot of code complexity. Better without it. 2017-11-14 11:47:12 -06:00
mm_pgalloc.c mm/: Coding style clean-up 2020-02-13 15:16:53 +01:00