代码搜索:pThread
找到约 7,828 项符合「pThread」的源代码
代码结果 7,828
www.eeworm.com/read/335362/12534911
mk freebsd.mk
include ../Make.defines.freebsd
EXTRALIBS=-pthread
PROGS = atfork timeout suspend
all: detach.o getenv1.o getenv2.o getenv3.o ${PROGS}
detach.o: detach.c
timeout.o: timeout.c
getenv1.o: getenv1.c
www.eeworm.com/read/300732/13895708
c cantxrx.c
#include
#include
//#include
#include
#include
#include
//#include
//#inclued
www.eeworm.com/read/388126/8634129
h commonmutex.h
#ifndef CCommonMutex_h
#define CCommonMutex_h 1
#include
#include "Header.h"
using namespace std;
/**
* CCommonMutex类实现了一个有更好使用特性的mutex。它除了与pthread_mutex_t的使用特性一致,
* 可以对资源
www.eeworm.com/read/419292/10876663
makefile
CC = gcc
CFLAGS = -Wall -D_FILE_OFFSET_BITS=64 -g
TARGET1 = ufs
TARGET2 = init
OBJS1 = ufs.o op.o
OBJS2 = init.o
INC = -pthread -lfuse -lrt -ldl
all:init ufs
init:$(OBJS2)
$(CC) $(OBJS2)
www.eeworm.com/read/113807/6326622
h commonmutex.h
#ifndef CCommonMutex_h
#define CCommonMutex_h 1
#include
#include "Header.h"
using namespace std;
/**
* CCommonMutex类实现了一个有更好使用特性的mutex。它除了与pthread_mutex_t的使用特性一致,
* 可以对资源
www.eeworm.com/read/315802/3615235
po apple.po
apple.o apple.o: apple.c /usr/include/pthread.h /usr/include/features.h \
/usr/include/sys/cdefs.h /usr/include/gnu/stubs.h \
/usr/include/x86_64-linux/i386-linux/gnu/stubs.h /usr/include/sched.h
www.eeworm.com/read/420803/2061830
makefile
CFLAGS+= -I. -I../.. -DHAVE_PTHREAD -D__WIN32__ -D__X264__
ifneq ($(CC),icl)
CFLAGS+=-DARCH_X86 -DHAVE_MMX -DHAVE_SSE3
endif
SRCS_C=common/mc.c common/predict.c common/pixel.c common/ma
www.eeworm.com/read/383413/2616981
c~ test2.c~
#include
#include
#include
#include
/* DB的函数执行完成后,返回0代表成功,否则失败 */
void print_error(int ret)
{
if(ret != 0)
printf("ERROR: %s\n",db_strerror(ret));
}
/* 数据结构
www.eeworm.com/read/383413/2616989
c test2.c
#include
#include
#include
#include
/* DB的函数执行完成后,返回0代表成功,否则失败 */
void print_error(int ret)
{
if(ret != 0)
printf("ERROR: %s\n",db_strerror(ret));
}
/* 数据结构
www.eeworm.com/read/383413/2616991
c~ test2.c~
#include
#include
#include
#include
/* DB的函数执行完成后,返回0代表成功,否则失败 */
void print_error(int ret)
{
if(ret != 0)
printf("ERROR: %s\n",db_strerror(ret));
}
/* 数据结构