📄 readme
字号:
The following directories contain implementations of Posix message queuesof Posix semaphores, using some other technique: my_pxmsg_mmap/ implements Posix message queues using mmap my_pxsem_fifo/ implements Posix semaphores using FIFOs my_pxsem_mmap/ implements Posix semaphores using mmap my_pxsem_svsem/ implements Posix semaphores using System V semaphoresIn these directories the functions, structures, and datatypes are allprefixed with the two characters "my". This makes it much easier toinclude the headers and functions along with the normal system headersand libraries. But in the source code shown in the book, the "my"is removed, to make the code more readable.Also assumed in each of these directories is that an #include of afilename in double quotes looks in that directory, and not in asystem directory.
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -