queue.h

共 1 篇文章。

*BSD queue.h

Kernel

Derived from the ancient BSD Unix, *BSD has a set of queue related macros which are described in queue(3), and implemented in src/sys/sys/queue.h. These are primarily used in the kernel, but also useful for userland applications.

阅读全文… ( 本文约 100 字,阅读大致需要 1 分钟 )