-
在同一个进程地址空间内执行的两个线程。生产者线程生产物品,然后将物品放置在一个空缓冲区中供消费者线程消费。消费者线程从缓冲区中获得物品,然后释放缓冲区。当生产者...
在同一个进程地址空间内执行的两个线程。生产者线程生产物品,然后将物品放置在一个空缓冲区中供消费者线程消费。消费者线程从缓冲区中获得物品,然后释放缓冲区。当生产者线程生产物品时,如果没有空缓冲区可用,那么生产者线程必须等待消费者线程释放出一个空缓冲区。当消费者线程消费物品时,如果没有满的缓冲区,那么消费者线程将被阻塞,直到新的物品被生产出来。-In the same address space of a process implemented within the two threads. The producer thread production of goods, and then items placed in an empty buffer in the thread consumption for consumers. Consumer thread to acquire items from the buffer, and then release the buffer. When the producer thread is the production of goods, if there is no empty buffers are available, then the producer thread must wait for the Consumer thread to release an empty buffer. When a consumer thread consumer goods, if the buffer is not full, then the consumer thread will be blocked until the new items were produced.
- 2022-03-10 13:10:08下载
- 积分:1
-
Linux下的蓝牙
linux下的蓝牙
- 2023-08-28 09:45:03下载
- 积分:1
-
Trolltech公司发布的图形界面操作系统。可在qt
Trolltech公司发布的图形界面操作系统。可在qt-embedded-2.3.10平台上编译为嵌入式图形界面操作系统。-A GUI OS developed by Trolltech. It can be combined to embedded GUI OS on Platform qt-embedded-2.3.10
- 2022-12-21 07:10:05下载
- 积分:1
-
在凌阳61单片机上移植操作系统很有学习参考价值
在凌阳61单片机上移植操作系统很有学习参考价值-Porting the operating system in 51 great learning reference value
- 2022-04-16 11:35:07下载
- 积分:1
-
多文件格式的sh处理!
多文件格式的sh处理!-more file formats handled sh!
- 2022-06-15 13:23:34下载
- 积分:1
-
用gtk做的一个简单播放器界面,实现了一些基本功能,没有视频播放和解码的借口,仅供gtk新手学习...
用gtk做的一个简单播放器界面,实现了一些基本功能,没有视频播放和解码的借口,仅供gtk新手学习-Gtk to do with a simple player interface, the realization of a number of basic functions, there is no video playback and decoding of an excuse for gtk novice learning
- 2022-03-19 08:29:16下载
- 积分:1
-
嵌入式LINUX中瑞士军刀BusyBox源码,
版本1.0,1
更高的版本请至www.busybox.net...
嵌入式LINUX中瑞士军刀BusyBox源码,
版本1.0,1
更高的版本请至www.busybox.net-Swiss Army Knife of embedded LINUX in BusyBox source code, version 1.0,1 higher version please go to www.busybox.net
- 2023-01-17 01:30:04下载
- 积分:1
-
linux内核源码的中文解读,以便初学者能更好地学习和了解linux内核,尽早进入状态....
linux内核源码的中文解读,以便初学者能更好地学习和了解linux内核,尽早进入状态.-linux kernel source code of the Chinese reading, so beginners can better study and understand the linux kernel, as soon as possible to enter the state.
- 2023-06-14 19:00:09下载
- 积分:1
-
linux device driver examples
linux device driver examples
- 2023-05-02 06:00:03下载
- 积分:1
-
linux的串口设置文件,包含h和cpp文件。
linux的串口设置文件,包含h和cpp文件。-linux serial port setup code:.h,.cpp
- 2022-06-01 01:21:07下载
- 积分:1