代码搜索:pThread

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

代码结果 7,828
www.eeworm.com/read/117461/14919500

cpp chatcli.cpp

/* File : chatcli.cpp */ #include #include #include #include "pthread.h" #include "Mysocket.h" #include "MyThread.h" #include "TcpCliThr.h" const int MAX_M
www.eeworm.com/read/117460/14919602

cpp chatcli.cpp

/* File : chatcli.cpp */ #include #include #include #include "pthread.h" #include "Mysocket.h" #include "MyThread.h" #include "TcpCliThr.h" const int MAX_M
www.eeworm.com/read/113945/15120219

c strclithread2.c

#include "unpthread.h" void *copyto(void *); static int sockfd; static FILE *fp; static int done; void str_cli(FILE *fp_arg, int sockfd_arg) { char recvline[MAXLINE]; pthread_t tid; sockfd = s
www.eeworm.com/read/14187/322002

cpp video_util_tv.cpp

#include "mpeg4ip.h" #include "video_util_tv.h" /* The below is taken from xawtv, version 3.76, common/frequencies.c */ #if 0 #include #include #include #include
www.eeworm.com/read/14278/326255

c thread_clean.c

#include #include #include /*线程清理函数*/ void *clean(void *arg) { printf("cleanup :%s\n",(char *)arg); return (void *)0; } /*线程1的执行函数*/ void *thr_fn
www.eeworm.com/read/14764/407553

cpp video_util_tv.cpp

#include "mpeg4ip.h" #include "video_util_tv.h" /* The below is taken from xawtv, version 3.76, common/frequencies.c */ #if 0 #include #include #include #include
www.eeworm.com/read/458653/1584939

makefile_freebsd

# Make PortAudio for FreeBSD LIBS = -lm -pthread CDEFINES = -I../pa_common CFLAGS = -g PASRC = ../pa_common/pa_lib.c pa_freebsd.c PAINC = ../pa_common/portaudio.h # Tests that work. #TES
www.eeworm.com/read/247473/4481787

ac mutex.ac

# $Id: mutex.ac,v 1.1.1.1 2004/08/19 23:53:56 gopalan Exp $ # POSIX pthreads tests: inter-process safe and intra-process only. # # We need to run a test here, because the PTHREAD_PROCESS_SHARED flag
www.eeworm.com/read/246537/4493591

c strclithread2.c

#include "unpthread.h" void *copyto(void *); static int sockfd; static FILE *fp; static int done; void str_cli(FILE *fp_arg, int sockfd_arg) { char recvline[MAXLINE]; pthread_t tid; sockfd = s
www.eeworm.com/read/242732/4537603

h acconfig.h

#undef PACKAGE #undef VERSION #undef HAVE_LIBZ #undef HAVE_LIBM #undef HAVE_ISINF #undef HAVE_ISNAN #undef HAVE_LIBHISTORY #undef HAVE_LIBREADLINE #undef HAVE_LIBPTHREAD #undef HAVE_PTHREAD_H