代码搜索:Multi-Threaded

找到约 185 项符合「Multi-Threaded」的源代码

代码结果 185
www.eeworm.com/read/161050/10458920

txt 南桥芯片.txt

南桥芯片   南桥芯片(South Bridge)是主板芯片组的重要组成部分,一般位于主板上离CPU插槽较远的下方,PCI插槽的附近,这种布局是考虑到它所连接的I/O总线较多,离处理器远一点有利于布线。相对于北桥芯片来说,其数据处理量并不算大,所以南桥芯片一般都没有覆盖散热片。南桥芯片不与处理器直接相连,而是通过一定的方式(不同厂商各种芯片组有所不同,例如英特尔的英 ...
www.eeworm.com/read/136989/5829951

readme

/** @page No_Server_MT_Connect_Test README File The objective of the test is to track the behavior of the multi-threaded client when no server is present to connect. The client uses all
www.eeworm.com/read/382751/9003034

h mutex.h

/* ** 2007 August 28 ** ** The author disclaims copyright to this source code. In place of ** a legal notice, here is a blessing: ** ** May you do good and not evil. ** May you find forgiveness
www.eeworm.com/read/425978/10298728

h mutex.h

/* ** 2007 August 28 ** ** The author disclaims copyright to this source code. In place of ** a legal notice, here is a blessing: ** ** May you do good and not evil. ** May you find forgiveness
www.eeworm.com/read/136989/5835278

readme

Notification MT Dispatching Test ================================ Description ----------- This test exercises multi-threaded aspects of the Notification service. Dispatching, consumer filter ev
www.eeworm.com/read/289658/8536747

txt 北桥南桥.txt

北桥芯片(North Bridge)是主板芯片组中起主导作用的最重要的组成部分,也称为主桥(Host Bridge)。一般来说,芯片组的名称就是以北桥芯片的名称来命名的,例如英特尔 845E芯片组的北桥芯片是82845E,875P芯片组的北桥芯片是82875P等等。北桥芯片负责与CPU的联系并控制内存、AGP数据在北桥内部传输,提供对CPU的类型和主频、系统的前端总线频率、内存的类型(SDRAM, ...
www.eeworm.com/read/287415/8686973

c hello_multi.c

/* hello_multi.c - a multi-threaded hello world program */ #include #include #define NUM 5 main() { pthread_t t1, t2; /* two threads */ void *print_msg(void *); pthrea
www.eeworm.com/read/380481/9145597

c hello_multi.c

/* hello_multi.c - a multi-threaded hello world program */ #include #include #define NUM 5 main() { pthread_t t1, t2; /* two threads */ void *print_msg(void *); pthrea
www.eeworm.com/read/399161/7885013

c hello_multi.c

/* hello_multi.c - a multi-threaded hello world program */ #include #include #define NUM 5 main() { pthread_t t1, t2; /* two threads */ void *print_msg(void *); pthrea
www.eeworm.com/read/241361/13152329

c hello_multi.c

/* hello_multi.c - a multi-threaded hello world program */ #include #include #define NUM 5 main() { pthread_t t1, t2; /* two threads */ void *print_msg(void *); pthrea