Welcome![Sign In][Sign Up]
Location:
Search - posix thread a

Search list

[Internet-Networkcommoncpp2-1.3.26.tar

Description: GNU Common C++ is a very portable and highly optimized class framework for writing C++ applications that need to use threads and support concurrent sychronization, and that use sockets, XML parsing, object serialization, thread-optimized String and data structure classes, etc. This framework offers a class foundation that hides platform differences from your C++ application so that you need not write platform specific code. GNU Common C++ has been ported to compile nativily on most platforms which support either posix threads, or on maybe be used with Debian hosted mingw32 to build native threading applications for Microsoft Windows.
Platform: | Size: 843648 | Author: Hujun | Hits:

[Process-Threadglibc-linuxthreads-2.3.tar

Description: This release 0.7 (late beta) of LinuxThreads, a BiCapitalized implementation of the Posix 1003.1c \"pthread\" interface for Linux. LinuxThreads provides kernel-level threads: each thread is a separate Unix process, sharing its address space with the other threads through the new system call clone(). Scheduling between threads is handled by the kernel scheduler, just like scheduling between Unix processes.
Platform: | Size: 244007 | Author: 马帅 | Hits:

[Internet-Network20041211-mylib

Description: 经常用到的 socketAPI,posix thread 的类封装,还有一些同步设施 智能指针的实现,线程安全的引用计数-frequently used the socketAPI, posix thread-like packaging, there are some smart synchronization facilities to achieve the target, thread-safe reference counting
Platform: | Size: 17408 | Author: 知鱼 | Hits:

[Process-Threadglibc-linuxthreads-2.3.tar

Description: This release 0.7 (late beta) of LinuxThreads, a BiCapitalized implementation of the Posix 1003.1c "pthread" interface for Linux. LinuxThreads provides kernel-level threads: each thread is a separate Unix process, sharing its address space with the other threads through the new system call clone(). Scheduling between threads is handled by the kernel scheduler, just like scheduling between Unix processes.
Platform: | Size: 243712 | Author: 马帅 | Hits:

[Program doclinuxthreads

Description: Linux系统下的多线程遵循POSIX线程接口,称为pthread。编写Linux下的多线程程序,需要使用头文件pthread.h,连接时需要使用库libpthread.a。-Linux systems adhere to POSIX thread-multi-threaded interface, known as the pthread. Prepared under the Linux multi-threaded process, need to use the header file pthread.h, connections need to use the library libpthread.a.
Platform: | Size: 16384 | Author: dj | Hits:

[Internet-Networkcommoncpp2-1.3.26.tar

Description: GNU Common C++ is a very portable and highly optimized class framework for writing C++ applications that need to use threads and support concurrent sychronization, and that use sockets, XML parsing, object serialization, thread-optimized String and data structure classes, etc. This framework offers a class foundation that hides platform differences from your C++ application so that you need not write platform specific code. GNU Common C++ has been ported to compile nativily on most platforms which support either posix threads, or on maybe be used with Debian hosted mingw32 to build native threading applications for Microsoft Windows.
Platform: | Size: 843776 | Author: Hujun | Hits:

[Windows Developone_time_format

Description: 有时候我们需要对一些posix变量只进行一次初始化,如线程键(下面会讲到)。如果进行多次初始化程序就会出现错误。-Sometimes we need some posix only once to initialize variables, such as thread key (will be mentioned below). If a number of initialization error will appear.
Platform: | Size: 5120 | Author: zhangkun | Hits:

[Linux-UnixMultiThread_PosixMsgQueue

Description: POSIX消息队列实现可伸缩线程池通讯. 源码中分SRV和测试客户端.-POSIX message queues to achieve a scalable thread pool Newsletter
Platform: | Size: 6144 | Author: davidq hu | Hits:

[Otherpthread-primer

Description: The POSIX thread libraries are a standards based thread API for C/C++. It allows one to spawn a new concurrent process flow.
Platform: | Size: 783360 | Author: aatrish | Hits:

[OtherPthreadsTutorial

Description: The POSIX thread libraries are a standards based thread API for C/C++. It allows one to spawn a new concurrent process flow.
Platform: | Size: 309248 | Author: aatrish | Hits:

[Othersolaris_mdb

Description: The POSIX thread libraries are a standards based thread API for C/C++. It allows one to spawn a new concurrent process flow.
Platform: | Size: 655360 | Author: aatrish | Hits:

[Otheripcstudy.sol

Description: The POSIX thread libraries are a standards based thread API for C/C++. It allows one to spawn a new concurrent process flow.
Platform: | Size: 36864 | Author: aatrish | Hits:

[Process-ThreadProgramming_with_POSIX_Threads

Description: 此书为POSIX多线程程序设计中文版。本书深入描述了IEEE的开放系统接口标准-POSIX线程,通常称为Ptherads标准。本书首先解释了线程的基本概念,包括异步编程、线程的生命周期和同步机制;然后讨论了题,并给出了避免错误和提高性等问题的有价值的建议。本书使用了大量注释过的实例来解释实际的概念,并包括Pthreads的简装索引和对标准化的展望。本书适合有经验的C语言程序员阅读,也适合多线程编程人员参考。 -This book describes in depth the open system interface standard IEEE-POSIX threads, commonly known as Ptherads standards. This book first explains the basic concepts of threads, including asynchronous programming, thread life cycle and synchronization mechanisms and then discuss the topic, and gives avoiding mistakes and issues such as Ti Gao Xing valuable suggestions. This book uses a lot of comments over the examples to explain the concept of reality, and includes a slimmed-down Pthreads standard index and on the prospects. Book for experienced C language programmers to read, also suitable for multi-threaded programming for reference.
Platform: | Size: 8444928 | Author: sgu | Hits:

[Process-ThreadPOSIX_thread.doc

Description: POSIX(可移植操作系统接口)线程是提高代码响应和性能的有力手段。本文档向您精确地展示在编程中如何使用线程,完本系列文章,您完全可以运用 POSIX 线程创建多线程程序。-POSIX (Portable Operating System Interface) thread is to improve the performance of the code response and a powerful tool. This document shows you exactly how to use threads in the program, the end of this series of articles, you can use POSIX threads to create multithreaded programs.
Platform: | Size: 68608 | Author: 梅俊 | Hits:

[JSP/JavaPosix-multiprocedure-programing

Description: 这是一份关于Posix多线程编程中介绍线程属性的一份资料,对于正确完成多线程编程是很有好处的。-This is a multi-threaded programming on the Posix attributes described in an information thread for the proper completion of multi-threaded programming is very good.
Platform: | Size: 9216 | Author: aiya | Hits:

[OtherMultiThreaded-Programming-With-POSIX

Description: it is a document to demonstrate how to use the pthread API in linux system-multi-thread programming tutorial
Platform: | Size: 102400 | Author: 李安迪 | Hits:

[OtherProgramming-with-POSIX-Threads

Description: 一个关于线程的书中文版PDF,里面内容介绍的比较详细,分享给大家-A Chinese version of the PDF on the thread of the book inside content described in more detail, we share
Platform: | Size: 8462336 | Author: 王超 | Hits:

[Process-Threadproducer-and-consumer

Description: 创建4个POSIX线程。其中2个线程(A和B)分别从2个数据文件(data1.txt和data2.txt)读取10个整数. 线程A和B把从文件中读取的逐一整数放入一个缓冲池. 缓冲池由n个缓冲区构成(n=5,并可以方便地调整为其他值),每个缓冲区可以存放一个整数。另外2个线程,C和D,各从缓冲池读取10数据。线程C、D每读出2个数据,分别求出它们的和或乘积,并打印输出。-Creating four POSIX threads. Where two threads (A and B) were read 10 integer from 2 data files (data1.txt and data2.txt). Individually integer thread A and B to read from a file into a buffer pool. Cushion buffer pool constituted by n (n = 5, and can be easily adjusted to other values), each buffer can store an integer. Further two threads, C and D, the data is read from the buffer pool 10. Thread C, D 2 data is read out of each, and are obtained separately, or product thereof, and print output.
Platform: | Size: 1024 | Author: 徐舒怡 | Hits:

[Program doca

Description: 此书为POSIX多线程程序设计英文版。本书深入描述了IEEE的开放系统接口标准-POSIX线程,通常称为Ptherads标准。--This book describes in depth the open system interface standard IEEE-POSIX threads, commonly known as Ptherads standards. This book first explains the basic concepts of threads, including asynchronous programming, thread life cycle and synchronization mechanisms and then discuss the topic, and gives avoiding mistakes and issues such as Ti Gao Xing valuable suggestions
Platform: | Size: 320512 | Author: Liu | Hits:

[Internet-Networkmini-tuto-sur-les-threads

Description: Hello, I post a zip containing three sources of programming Pthread (Posix thread). A presentation and explanation of the functions that will be USED ​ ​ is present in each source. The zip addresses only the strict necessary to program the Pthread, I encourage you to read the man and. h Finally, to use the Pthread ensure that you working on a Linux or compile with Cygwin or other emulators, add the lib-lpthread in the edition links. If you have any questions, post the.-Hello, I post a zip containing three sources of programming Pthread (Posix thread). A presentation and explanation of the functions that will be USED ​ ​ is present in each source. The zip addresses only the strict necessary to program the Pthread, I encourage you to read the man and. h Finally, to use the Pthread ensure that you working on a Linux or compile with Cygwin or other emulators, add the lib-lpthread in the edition links. If you have any questions, post the.
Platform: | Size: 5120 | Author: mohammed | Hits:
« 12 »

CodeBus www.codebus.net