mm/: Heap semaphore logic needs to use nxsem_* interfaces when available, but...
mm/: Heap semaphore logic needs to use nxsem_* interfaces when available, but the standard semaphores only when implementing a user-space heap. Not this does introduce and issue: the memory management functions them become cancellation points because of the use of sem_wait.
Please register or sign in to comment