Location:
Search - pthread.tar
Search list
Description: pthread source code,you can compile directly-pthread source code, you can compile directly
Platform: |
Size: 375000 |
Author: zhikui |
Hits:
Description: linux下的tcp通信多线程示例,通过创建多线程来建立TCP联接.在嵌入式系统下运行
Platform: |
Size: 16482 |
Author: 谢荣东 |
Hits:
Description: linux下的BBS,使用BBS CACHE,使得mem消耗很低。
天火系統的特點:
1. 統一物件型態設計,讓各種東西都可以在我的最愛出現。
2. 統一各狀態間的功能鍵。( 程式執行過程只 \"程式狀態\" \"物件型態\" 來判定動作 )。
3. 內建各種系統(POP3/SMTP/NNTP/..),未來只需要執行單一程式,就會擁有各種功能。
4. 每個人都可以簡單設定個人板。
5. 未來任兩個 BBS 間都可以透過帳號作某一種程度的同步(Sync)。
6. 使用 pthread 設計,並且儘量遵守 POSIX ,達到簡單移植到任何系統的目的。
7. 速度快 不使用 signal/shm/sem ,每個 client 上來只吃 50k 不到的記憶體。
8. 朝無站長系統目標設計。
Platform: |
Size: 277764 |
Author: 夯夯 |
Hits:
Description: threadpoo
#include \"thread-pool.h\"
static void *tp_work_thread(void *pthread)
static void *tp_manage_thread(void *pthread)
static TPBOOL tp_init(tp_thread_pool *this)
static void tp_close(tp_thread_pool *this)
static void tp_process_job(tp_thread_pool *this, tp_work *worker, tp_work_desc *job)
static int tp_get_thread_by_id(tp_thread_pool *this, int id)
static TPBOOL tp_add_thread(tp_thread_pool *this)
static TPBOOL tp_delete_thread(tp_thread_pool *this)
static int tp_get_tp_status(tp_thread_pool *this)
Platform: |
Size: 10379 |
Author: wxh |
Hits:
Description: 一个Windows下的线程库,模仿pthread的用法
Platform: |
Size: 1803 |
Author: Master Huang |
Hits:
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:
Description: linux 多线程例子-multithreading example
Platform: |
Size: 84992 |
Author: 朱旭初 |
Hits:
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:
Description: pthread source code,you can compile directly-pthread source code, you can compile directly
Platform: |
Size: 374784 |
Author: zhikui |
Hits:
Description:
Platform: |
Size: 164864 |
Author: 张三 |
Hits:
Description: linux下的tcp通信多线程示例,通过创建多线程来建立TCP联接.在嵌入式系统下运行-tcp communication under linux multithreading example, through the creation of multi-threading to create a TCP connection. in the embedded systems running under
Platform: |
Size: 16384 |
Author: 谢荣东 |
Hits:
Description: linux下的BBS,使用BBS CACHE,使得mem消耗很低。
天火系統的特點:
1. 統一物件型態設計,讓各種東西都可以在我的最愛出現。
2. 統一各狀態間的功能鍵。( 程式執行過程只 "程式狀態" "物件型態" 來判定動作 )。
3. 內建各種系統(POP3/SMTP/NNTP/..),未來只需要執行單一程式,就會擁有各種功能。
4. 每個人都可以簡單設定個人板。
5. 未來任兩個 BBS 間都可以透過帳號作某一種程度的同步(Sync)。
6. 使用 pthread 設計,並且儘量遵守 POSIX ,達到簡單移植到任何系統的目的。
7. 速度快 不使用 signal/shm/sem ,每個 client 上來只吃 50k 不到的記憶體。
8. 朝無站長系統目標設計。
Platform: |
Size: 277504 |
Author: 夯夯 |
Hits:
Description: threadpoo
#include "thread-pool.h"
static void *tp_work_thread(void *pthread)
static void *tp_manage_thread(void *pthread)
static TPBOOL tp_init(tp_thread_pool *this)
static void tp_close(tp_thread_pool *this)
static void tp_process_job(tp_thread_pool *this, tp_work *worker, tp_work_desc *job)
static int tp_get_thread_by_id(tp_thread_pool *this, int id)
static TPBOOL tp_add_thread(tp_thread_pool *this)
static TPBOOL tp_delete_thread(tp_thread_pool *this)
static int tp_get_tp_status(tp_thread_pool *this)
-threadpoo
#include "thread-pool.h"
static void*tp_work_thread(void*pthread)
static void*tp_manage_thread(void*pthread)
static TPBOOL tp_init(tp_thread_pool*this)
static void tp_close(tp_thread_pool*this)
static void tp_process_job(tp_thread_pool*this, tp_work*worker, tp_work_desc*job)
static int tp_get_thread_by_id(tp_thread_pool*this, int id)
static TPBOOL tp_add_thread(tp_thread_pool*this)
static TPBOOL tp_delete_thread(tp_thread_pool*this)
static int tp_get_tp_status(tp_thread_pool*this)
Platform: |
Size: 10240 |
Author: wxh |
Hits:
Description: 一个Windows下的线程库,模仿pthread的用法
-Under a Windows Thread Library, imitating the use of pthread
Platform: |
Size: 2048 |
Author: Master Huang |
Hits:
Description: This a pthread program code which is compiled under the linux. Someone who want to test the pthread s program can download this code.
Platform: |
Size: 1024 |
Author: njp |
Hits:
Description: 哲学家进餐经典算法的pthread多线程实现代码-Classic dining philosophers pthread algorithm to achieve multi-threaded code
Platform: |
Size: 1024 |
Author: brave_gen |
Hits:
Description: This program is written to explain pthread creation and destroy and its function. How to handle mutex and blocking etc-This program is written to explain pthread creation and destroy and its function. How to handle mutex and blocking etc..
Platform: |
Size: 1024 |
Author: Chanaka Hangilipola |
Hits:
Description: linux下自己做的一个circular buffer.可重入,pthread接口。-under linux do a circular buffer. reentrant, pthread interface.
Platform: |
Size: 5120 |
Author: luo |
Hits:
Description: 多线程实现拷贝,用linux 下的C 实现-linux c to pthread copy function
Platform: |
Size: 2048 |
Author: 袁景宏 |
Hits:
Description: pthread library for windows xp
Platform: |
Size: 331776 |
Author: ht1688 |
Hits: