文件名称:PVoperation
-
所属分类:
- 标签属性:
- 上传时间:2012-11-16
-
文件大小:2.01kb
-
已下载:0次
-
提 供 者:
-
相关连接:无下载说明:别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容来自于网络,使用问题请自行百度
实验中提供了 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
本网站为编程资源及源代码搜集、介绍的搜索网站,版权归原作者所有! 粤ICP备11031372号
1999-2046 搜珍网 All Rights Reserved.