代码搜索:pThread
找到约 7,828 项符合「pThread」的源代码
代码结果 7,828
www.eeworm.com/read/129337/14250677
c thread3.c
#include
#include
#include
#include
void *thread_function(void *arg);
int run_now = 1;
char message[] = "Hello World";
int main() {
int res;
pthre
www.eeworm.com/read/228773/14363799
c thread3.c
#include
#include
#include
#include
void *thread_function(void *arg);
int run_now = 1;
char message[] = "Hello World";
int main() {
int res;
pthre
www.eeworm.com/read/119695/14824344
cpp chat.cpp
/* File : chat.cpp */
#include
#include
#include
#include "pthread.h"
#include "Mysocket.h"
#include "MyThread.h"
#include "MySync.h"
#include "TcpServThr.h"
www.eeworm.com/read/117461/14919518
cpp chat.cpp
/* File : chat.cpp */
#include
#include
#include
#include "pthread.h"
#include "Mysocket.h"
#include "MyThread.h"
#include "MySync.h"
#include "TcpServThr.h"
www.eeworm.com/read/117460/14919611
cpp chat.cpp
/* File : chat.cpp */
#include
#include
#include
#include "pthread.h"
#include "Mysocket.h"
#include "MyThread.h"
#include "MySync.h"
#include "TcpServThr.h"
www.eeworm.com/read/116924/14949000
h thread.h
#ifndef THREAD_H_
#define THREAD_H_
#if defined(WIN32)
#ifndef _MT
#define _MT
#endif
#define WIN32_LEAN_AND_MEAN
#include
#include
#else
#include
www.eeworm.com/read/114239/15062978
c usethread.c
#include
#include
#include
#include
void *thread_function(void *arg);
int run_now = 1;
char message[] = "Hello World";
int main() {
int res;
pthre
www.eeworm.com/read/14545/390051
h slice.h
#ifndef SLICE_H
#define SLICE_H
#include
#ifndef SDL_THREADS
#include
#endif
#include "SDL.h"
#include "SDL_thread.h"
/* Array of these feeds the slice decoders */
typedef
www.eeworm.com/read/14735/406434
h slice.h
#ifndef SLICE_H
#define SLICE_H
#include
#ifndef SDL_THREADS
#include
#else
#include "SDL.h"
#include "SDL_thread.h"
#endif
/* Array of these feeds the slice dec
www.eeworm.com/read/27451/865318
txt d055.bmp.txt
,,定义最大数据块、XON字符和XOFF字符
#define MAXBLOCK 4096
#define XON Oxll
#define XOFF Ox13
class CTermDoc : public CDocument
{
public:
CWinThread* m_pThread;
volatile BOOL m_bConnected