代码搜索:pThread

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

代码结果 7,828
www.eeworm.com/read/160611/5569109

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. #TESTC = $(P
www.eeworm.com/read/474839/6808469

c sendping.c

#include #include #include #include #include #include #include #include #include #include
www.eeworm.com/read/474482/6810115

h net.h

#ifndef __NET_H__ #define __NET_H__ #include "common.h" #include #include // Nuke +1 0902: For queuing control #include #if USE_MTIO #include #end
www.eeworm.com/read/473791/6840502

c logger.c

#include "Logger.h" static int bSwitch = 0; static int bStarted = 0; static LOG_LIST log_list; static pthread_t tid = 0; static CFG cfg; static void TrimChar (char *ptr, char c); static void *Worker
www.eeworm.com/read/473608/6847029

c prg10_6.c

#include #include #include #include #include #include #include #include #include
www.eeworm.com/read/472930/6859894

h logunit.h

#ifndef __LOGUNIT_H__ #define __LOGUNIT_H__ #include "stdio.h" #ifdef WIN32 #include "stdafx.h" #else // _LINUX #include "pthread.h" #endif const int Max_Channels = 64; const int Max_Lo
www.eeworm.com/read/471441/6892624

c client.c

#include #include #include #include #define SERVER_PORT 8010 #define BUF_SIZE 1024 void* dosend(void*); void* dorecv(void*); int main(int argc, char
www.eeworm.com/read/471441/6892626

c server.c

#include #include #include #include #define SERVER_PORT 8010 #define BACKLOG 5 #define BUF_SIZE 1024 void* dorecv(void*); void* dosend(void*); int ma
www.eeworm.com/read/267457/11178126

c s1.c

#include #include #include #include #include #include void *Client(void *arg); void *thread_function(void *arg); int c
www.eeworm.com/read/334162/12627790

am makefile.am

SUBDIRS = fftw rfftw tests doc threads mpi EXTRA_DIST = README.hacks bootstrap.sh COPYRIGHT acx_pthread.m4 acx_mpi.m4 extradist = fortran gensrc matlab cilk FAQ distsrc=$(distdir)/fftw # for some re