文件名称:PVoperation
介绍说明--下载内容均来自于网络,请自行研究使用
实验中提供了 5 个信号量(s0-s4)和 20 个进程(pid 0-19) 。在程序运行过程中可以
键入 wait 命令,signal 命令和 showdetail 命令显示每个信号量的状态。具体输入解释如
下:
1) wait 获取信号量操作(P操作) 。
参数: 1 sname 2 pid 。
示例:wait(s1,2) 。进程号为 2 的进程申请名字为 s1 的信号量。
2) signal 释放信号量操作(V 操作) 。
参数 1 sname。
示例:signal(s1)。释放信号量名字为 s1 的信号量。
3) showdetail 显示各信号量状态及其等待队列。
4) exit 退出命令行。-Experiments provides five semaphore (s0- s4) and 20 process (pid 0-19). The running of the application process
Type in pro commands, signal commands and showdetail command shows each semaphore state. Specific input explain such as
Next:
1) pro obtain semaphore operation (P operation).
Sname 2 pid parameters 1.
Example pro (s1, 2). Process for 2 process application, the name for s1 semaphores.
2) signal release semaphore operation (V operation).
Parameter 1 sname.
Example signal (s1). Release semaphore name for s1 the amount of signals.
3) showdetail shows every semaphore status and wait queue.
4) exit exit command line.
键入 wait 命令,signal 命令和 showdetail 命令显示每个信号量的状态。具体输入解释如
下:
1) wait 获取信号量操作(P操作) 。
参数: 1 sname 2 pid 。
示例:wait(s1,2) 。进程号为 2 的进程申请名字为 s1 的信号量。
2) signal 释放信号量操作(V 操作) 。
参数 1 sname。
示例:signal(s1)。释放信号量名字为 s1 的信号量。
3) showdetail 显示各信号量状态及其等待队列。
4) exit 退出命令行。-Experiments provides five semaphore (s0- s4) and 20 process (pid 0-19). The running of the application process
Type in pro commands, signal commands and showdetail command shows each semaphore state. Specific input explain such as
Next:
1) pro obtain semaphore operation (P operation).
Sname 2 pid parameters 1.
Example pro (s1, 2). Process for 2 process application, the name for s1 semaphores.
2) signal release semaphore operation (V operation).
Parameter 1 sname.
Example signal (s1). Release semaphore name for s1 the amount of signals.
3) showdetail shows every semaphore status and wait queue.
4) exit exit command line.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
basic.h
1.cpp
1.cpp