代码搜索:pThread
找到约 7,828 项符合「pThread」的源代码
代码结果 7,828
www.eeworm.com/read/198784/5082335
cpp contest.cpp
#include "sync.h"
#include
#define SUMSIZE 10
#define BUFSIZE 8
int bufin=0;
int bufout=0;
int buffer[BUFSIZE];
int sum=0;
pthread_cond_t slots= PTHREAD_COND_INITIALIZER;
pthread_cond_t
www.eeworm.com/read/198784/5082365
cpp contest.cpp
#include "sync.h"
#include
#define SUMSIZE 10
#define BUFSIZE 8
int bufin=0;
int bufout=0;
int buffer[BUFSIZE];
int sum=0;
pthread_cond_t slots= PTHREAD_COND_INITIALIZER;
pthread_cond_t
www.eeworm.com/read/198784/5082397
cpp contest.cpp
#include "sync.h"
#include
#define SUMSIZE 10
#define BUFSIZE 8
int bufin=0;
int bufout=0;
int buffer[BUFSIZE];
int sum=0;
pthread_cond_t slots= PTHREAD_COND_INITIALIZER;
pthread_cond_t
www.eeworm.com/read/191298/8431281
am makefile.am
EXTRA_DIST = config.guess config.sub install-sh missing mkinstalldirs \
ltmain.sh acx_pthread.m4 aclocal-include.m4
www.eeworm.com/read/427700/8925262
cpp threadjob.cpp
// ThreadJob.cpp: implementation of the CThreadJob class.
//
//////////////////////////////////////////////////////////////////////
#include "stdafx.h"
#include "RTMS.h"
#include "ThreadJob.h"
www.eeworm.com/read/283560/9006913
am makefile.am
EXTRA_DIST = config.guess config.sub install-sh missing mkinstalldirs \
ltmain.sh acx_pthread.m4 aclocal-include.m4
www.eeworm.com/read/181046/9276357
h watch_thread.h
/*
* Copyright (C) 2000-2003 Damien Douxchamps
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public L
www.eeworm.com/read/177968/9425440
makefile
###########################################################
# An example source module to accompany...
#
# "Using POSIX Threads: Programming with Pthreads"
# by Brad nichols, Dick Buttlar, Jackie
www.eeworm.com/read/177968/9425674
makefile
###########################################################
# An example source module to accompany...
#
# "Using POSIX Threads: Programming with Pthreads"
# by Brad nichols, Dick Buttlar, Jackie
www.eeworm.com/read/167847/9950030
makefile
include ../Make.defines
# Following required by Solaris 2.x for Posix version of sigwait().
CFLAGS += -D_POSIX_PTHREAD_SEMANTICS
all: ${LIB_OBJS}
ar rv ${LIBUNPIPC_NAME} $?
${RANLIB} ${LIBUNPIPC