Home
last modified time | relevance | path

Searched refs:g_devFdBitmap (Results 1 - 1 of 1) sorted by relevance

/kernel/liteos_m/kal/posix/src/
H A Dpipe.c112 STATIC UINT32 g_devFdBitmap[PIPE_DEV_FD_BITMAP_LEN] = {0}; variable
315 while (g_devFdBitmap[i] & (1U << fd)) { in PipeDevFdAlloc()
326 g_devFdBitmap[i] |= (1U << fd); in PipeDevFdAlloc()
332 g_devFdBitmap[fd >> 5] &= ~(1U << (fd & 0x1F)); /* 5: fd is the multiple of 32. */ in PipeDevFdFree()

Completed in 1 milliseconds