-
-
Using the POSIX API - Threads, real-time and IPC
In Linux, when a new process is created, it already contains a thread, used to execute the main() function ... set of open files, etc.
The pthread library also provide thread synchronization primitives: mutexes and conditions
This pthread library has its ...
-
Win32多线程程序设计(侯捷)
... 机制摘要
第5章 不要让线程成为脱缰野马
干净地终止一个线程
线程优先权(Thread Priority)
初始化一个线程
提要
第6章 Overlapped I/O,在你身后变戏法
Win32文件 ... 程
哪一个好:CreateThread()抑或_beginthreadex()?
避免stdio.h
一个安全的多线程程序
结束进程(Process)
为什么你应该避免_beginthread()
提要
第9章 使用C++
处理有问题的_beginthreadex()函数原型
以 ...
-
-
struts2-sunspoter-stream-1.0.jar
... (CoyoteAdapter.java:298)
at org.apache.coyote.http11.Http11AprProcessor.process(Http11AprProcessor.java:859)
at org.apache.coyote.http11. ... at org.apache.tomcat.util.net.AprEndpoint$Worker.run(AprEndpoint.java:1555)
at java.lang.Thread.run(Unknown Source)
-
Linux Kernel培训课件
...
Understand how to play with Linux community
Understand the components of Linux kernel
Understand the memory management
Understand the process life cycle
Understand the difference between process and thread
Understand how system call works on Linux
-
linux内核培训课件
Understand how to play with Linux community
Understand the components of Linux kernel
Understand the memory management
Understand the process life cycle
Understand the difference between process and thread
Understand how system call works on Linux
-
JavApi 0.8 发布,.NET 工具类库
... for: javax.mail)
SampleCreateNewProcess.cs: Create a new process. (Example for: java.lang.Runtime)
SampleSimpleHttpServer.cs: Create a simple multi threaded server. (Example for: Thread, Runnable, Socket, ServerSocket)
SampleUsingChecksumClasses.cs: Using ...
-
[android.开发书籍].Programming.Android.pdf
...
Basic Multithreaded Concurrent Programming in Java 68
Synchronization and Thread Safety 68
Thread Control with wait() and notify() Methods 71
... 88
The Dalvik VM 89
Zygote: Forking a New Process 89
Sandboxing: Processes and Users 89
Component Life Cycles ...
-
多线程开发文档
... 38
Creating a Cross-Process EventWaitHandle ...................................... 39
Wait Handles and the Thread Pool ..................................................... 39
WaitAny, WaitAll, and SignalAndWait ...
-
JAVA开发实战经典
... .2 Java中线程的实现 267
9.2.1 继承Thread类 267
9.2.2 实现Runnable接口 271
9.2.3 Thread类和Runnable接口 273
9.3 线程的状态 276
9.4 ... 线程操作范例 287
9.5.1 实现一——继承Thread类 287
9.5.2 实现二——实现Runnable
接口 ... 的内存空间信息 343
11.2.3 Runtime类与Process类 344
11.3 国际化程序 345
11.3.1 ...
-