• G
    kernel: mempool: fix race condition in rt_mp_alloc · b8bf6bef
    Grissiom 提交于
    When thread wake up from waiting for memory, there is a chance that
    there is no memory available in high pressure. So use a loop to check
    again. Otherwise, there will be a NULL reference.
    b8bf6bef
mempool.c 12.4 KB