搜索资源列表
pthreadforlinux
- linux,驱动设计教程。linux多线程程序设计方法介绍。-linux, drive design handbook. Linux multithreaded programming method introduced.
duohePPT
- 多核程序设计的简介,多线程多实例,对于学习有很大的帮助-It s for the Linux,Windows programing.The history about the multinuclear.And good for studing
ParentProcess
- 设计并实现Linux的 time”命令。 mytime”命令通过命令行参数接受要运行的程序,创建一个独立的进程来运行该程序,并记录程序运行的时间。 -Design and realization of Linux' s " time" command. " Mytime" command the command line arguments to accept to run a program, create a separate process
2
- 设计并实现Unix的“time”命令。“mytime”命令通过命令行参数接受要运行的程序,创建一个独立的进程来运行该程序,并记录程序运行的时间。 在Windows下实现: • 使用CreateProcess()来创建进程 • 使用WaitForSingleObject()在“mytime”命令和新创建的进程之间同步 • 调用GetSystemTime()来获取时间 在Linux下实现: • 使用fork()/execv()来