第一范文网 - 专业文章范例文档资料分享平台

The simplescalar tool set, version 2.0(33)

来源:用户分享 时间:2021-06-02 本文由几番春暮 分享 下载这篇文档 手机版
说明:文章内容仅供预览,部分内容可能不全,需要完整文档或者需要复制内容,请下载word后使用。下载word有问题请添加微信号:xxxxxx或QQ:xxxxxx 处理(尽可能给您提供完整文档),感谢您的支持与谅解。

FCNTL:File control.Syscode:0x5c

Interface:int fcntl(int fd, int cmd, int arg);Semantics:Seefcntl(2).

SELECT:Synchronous I/O multiplexing.Syscode:0x5d

Interface:int select (int width, fd_set *readfds, fd_set*writefds, fd_set *exceptfds, struct timeval*timeout);

Semantics:

Seeselect(2).

GETTIMEOFDAY: Get the date and time.Syscode:0x74Interface:struct timeval {

long tv_sec;long tv_usec;};

struct int {

timezone tz_minuteswest;int tz_dsttime;};

int gettimeofday(struct timeval *tp,struct timezone *tzp);

Semantics:Seegettimeofday(2).WRITEV:Write output, vectored.Syscode:0x79

Interface:int writev(int fd, struct iovec *iov, int cnt);Semantics:Seewritev(2).

UTIMES:Set le times.Syscode:0x8a

Interface:int utimes(char * le, struct timeval *tvp);Semantics:Seeutimes(2).

GETRLIMIT:Get maximum resource consumption.Syscode:0x90

Interface:int getrlimit(int res, struct rlimit *rlp);Semantics:Seegetrlimit(2).

SETRLIMIT:

Set maximum resource consumption.

Syscode:0x91

Interface:int setrlimit(int res, struct rlimit *rlp);Semantics:Seesetrlimit(2).

搜索“diyifanwen.net”或“第一范文网”即可找到本站免费阅读全部范文。收藏本站方便下次阅读,第一范文网,提供最新人文社科The simplescalar tool set, version 2.0(33)全文阅读和word下载服务。

The simplescalar tool set, version 2.0(33).doc 将本文的Word文档下载到电脑,方便复制、编辑、收藏和打印
本文链接:https://www.diyifanwen.net/wenku/1209420.html(转载请注明文章来源)
热门推荐
Copyright © 2018-2022 第一范文网 版权所有 免责声明 | 联系我们
声明 :本网站尊重并保护知识产权,根据《信息网络传播权保护条例》,如果我们转载的作品侵犯了您的权利,请在一个月内通知我们,我们会及时删除。
客服QQ:xxxxxx 邮箱:xxxxxx@qq.com
渝ICP备2023013149号
Top