代码搜索:pThread

找到约 7,828 项符合「pThread」的源代码

代码结果 7,828
www.eeworm.com/read/360251/10105667

h util.h

/* util.h - tv2lin */ #include #define tv2lin(t, clkrt) ((t.tv_sec * clkrt) + ((int) ((double) \ t.tv_usec * .000001 * (double) clkrt))) struct bufpool { char
www.eeworm.com/read/426340/10259164

bak send_message_toserver.cxx.bak

#include #include #include "myptop.h" #include "sysmonitor.h" #include #include #include #include #include #include
www.eeworm.com/read/426340/10259212

cxx send_message_toserver.cxx

#include #include #include "myptop.h" #include "sysmonitor.h" #include #include #include #include #include #include
www.eeworm.com/read/424383/10456090

c p12.2.c

#include #include struct thread_param { char info; int num; }; void* thread_fun(void* param) { struct thread_param* p; p=(struct thread_param*)param; int i; for(i=0;i
www.eeworm.com/read/159438/10649725

cpp monitordoc.cpp

//*********************************************************************************** //本页内容包括串口通信的主要类CMonitorDoc,完成文件的导入导出以及监控串口接收缓冲区的功能。 //其中全局监控线程函数CommThread和界面视图类CMonitorview结合在一起完成Tec2
www.eeworm.com/read/276620/10722807

c mutex_unix.c

/* ** 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/417321/10994766

c ptw32_reuse.c

/* * ptw32_threadReuse.c * * Description: * This translation unit implements miscellaneous thread functions. * * -------------------------------------------------------------------------- * *
www.eeworm.com/read/270627/11031344

cpp seashell.cpp

// SeaShell.cpp : Defines the class behaviors for the application. // #include "stdafx.h" #include "SeaShell.h" #include "MainFrm.h" #include "SeaShellDoc.h" #include "LeftView.h" #include
www.eeworm.com/read/364251/7075950

c threads.c

/** * threads.c: set of generic threading related routines * * See Copyright for the status of this software. * * Gary Pennington * daniel@veillard.com */ #define
www.eeworm.com/read/387591/7085917

c p12.2.c

#include #include struct thread_param { char info; int num; }; void* thread_fun(void* param) { struct thread_param* p; p=(struct thread_param*)param; int i; for(i=0;i