上一页 1 2 3 4 5 6 7 8 9 10 ··· 15 下一页
摘要: A signal that has been sent but not yet received is called a pending signal. At any point in time, there can be at most one pending signal of a partic 阅读全文
posted @ 2018-07-07 12:41 geeklove 阅读(166) 评论(0) 推荐(0) 编辑
摘要: Putting Processes to Sleep The sleep function suspends a process for a specified period of time. Sleep returns zero if the requested amount of time ha 阅读全文
posted @ 2018-07-04 18:59 geeklove 阅读(228) 评论(0) 推荐(0) 编辑
摘要: Process Control Obtaining Process IDs Each process has a unique positive (nonzero) process ID (PID). The getpid function returns the PID of the callin 阅读全文
posted @ 2018-07-03 13:07 geeklove 阅读(259) 评论(0) 推荐(0) 编辑
摘要: Processes The classic definition of a process is an instance of a program in execution. Each program in the system runs in the context of some process 阅读全文
posted @ 2018-07-01 17:35 geeklove 阅读(253) 评论(0) 推荐(0) 编辑
摘要: Faults Faults result from error conditions that a handler might be able to correct. When a fault occurs, the processor transfers control to the fault 阅读全文
posted @ 2018-06-30 19:22 geeklove 阅读(225) 评论(0) 推荐(0) 编辑
摘要: different levels of ECF: In general, we refer to these abrupt changes as exceptional control flow (ECF). Exceptional control flow occurs at all levels 阅读全文
posted @ 2018-06-30 17:58 geeklove 阅读(272) 评论(0) 推荐(0) 编辑
摘要: Loading and Linking Shared Libraries from Applications Up to this point, we have discussed the scenario in which the dynamic linker loads and links sh 阅读全文
posted @ 2018-06-30 15:32 geeklove 阅读(162) 评论(0) 推荐(0) 编辑
摘要: Executable Object Files The format of an executable object file is similar to that of a relocatable object file. The ELF header describes the overall 阅读全文
posted @ 2018-06-28 19:19 geeklove 阅读(312) 评论(0) 推荐(0) 编辑
摘要: ref: http://www.linfo.org/free.html https://www.cnblogs.com/coldplayerest/archive/2010/02/20/1669949.html Memory consists of mainly of random access m 阅读全文
posted @ 2018-06-25 20:19 geeklove 阅读(478) 评论(0) 推荐(0) 编辑
摘要: Relocation Once the linker has completed the symbol resolution step, it has associated each symbol reference in the code with exactly one symbol defin 阅读全文
posted @ 2018-06-25 19:55 geeklove 阅读(275) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 7 8 9 10 ··· 15 下一页