代码搜索:pThread

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

代码结果 7,828
www.eeworm.com/read/171026/5400707

cpp eth2file.cpp

/* gcc -Wall -g `libnet-config --defines` eth2ram.c -o eth2ram `libnet-config --libs` -pthread -lpcap gcc -DDEBUG -Wall -g `libnet-config --defines` eth2ram.c -o eth2ram `libnet-config --libs` -pthr
www.eeworm.com/read/290267/3981007

in config.h.in

#undef _SOCKADDR_LEN #undef HAVE_FCNTL_H #undef HAVE_PATHS_H #undef HAVE_INTTYPES_H #undef HAVE_STROPTS_H #undef HAVE_SYS_TIMERS_H #undef HAVE_SYS_SELECT_H #undef SYS_CDEFS_H #undef _POSIX_PTHREAD_SEM
www.eeworm.com/read/281519/4116120

makefile

CC=gcc CFLAGS=-Wall -O2 -g LIBS=-l pthread OBJS=main.o tun.o socket.o all: $(OBJS) $(CC) $(CFLAGS) -o std $(OBJS) $(LIBS) clean: rm -f *.o std main.o: main.c $(CC) $(CFLAGS) -c $< tun.o: tun
www.eeworm.com/read/281519/4116130

svn-base makefile.svn-base

CC=gcc CFLAGS=-Wall -O2 -g LIBS=-l pthread OBJS=main.o tun.o socket.o all: $(OBJS) $(CC) $(CFLAGS) -o std $(OBJS) $(LIBS) clean: rm -f *.o std main.o: main.c $(CC) $(CFLAGS) -c $< tun.o: tun
www.eeworm.com/read/281519/4116140

makefile

CC=gcc CFLAGS=-Wall -O2 -g LIBS=-l pthread OBJS=main.o tun.o socket.o all: make std clean: rm -f *.o std std: $(OBJS) $(CC) $(CFLAGS) -o std $(OBJS) $(LIBS) main.o: main.c $(CC) $(CFLAGS) -c
www.eeworm.com/read/281519/4116150

svn-base makefile.svn-base

CC=gcc CFLAGS=-Wall -O2 -g LIBS=-l pthread OBJS=main.o tun.o socket.o all: make std clean: rm -f *.o std std: $(OBJS) $(CC) $(CFLAGS) -o std $(OBJS) $(LIBS) main.o: main.c $(CC) $(CFLAGS) -c
www.eeworm.com/read/281519/4116160

makefile

CC=gcc CFLAGS=-Wall -O2 -g LIBS=-l pthread OBJS=main.o tun.o socket.o all: make std clean: rm -f *.o std std: $(OBJS) $(CC) $(CFLAGS) -o std $(OBJS) $(LIBS) main.o: main.c $(CC) $(CFLAGS) -c
www.eeworm.com/read/281519/4116170

svn-base makefile.svn-base

CC=gcc CFLAGS=-Wall -O2 -g LIBS=-l pthread OBJS=main.o tun.o socket.o all: make std clean: rm -f *.o std std: $(OBJS) $(CC) $(CFLAGS) -o std $(OBJS) $(LIBS) main.o: main.c $(CC) $(CFLAGS) -c
www.eeworm.com/read/281519/4116177

makefile

CC=gcc CFLAGS=-Wall -O2 -g LIBS=-l pthread OBJS=main.o tun.o socket.o all: make std clean: rm -f *.o std std: $(OBJS) $(CC) $(CFLAGS) -o std $(OBJS) $(LIBS) main.o: main.c $(CC) $(CFLAGS) -c
www.eeworm.com/read/427042/1980352

sh svr5-shared-gcc.sh

#!/usr/bin/sh major="0" minor="9.7b" slib=libssl sh_slib=$slib.so.$major.$minor clib=libcrypto sh_clib=$clib.so.$major.$minor FLAGS="-O3 -DFILIO_H -fomit-frame-pointer -pthread" SHFLAGS="-DPIC -fP