代码搜索:pThread
找到约 7,828 项符合「pThread」的源代码
代码结果 7,828
www.eeworm.com/read/252498/4404491
makefile
# $Id: Makefile,v 1.1 2001/03/26 10:35:32 icahoon Exp $
#
BUILD = ../../../build
include $(BUILD)/Makefile.pre
# DEFINES +=
#
PACKAGES += TRANSPORT UTIL PTHREAD
# names of programs (e.g. test p
www.eeworm.com/read/252498/4404511
makefile
# $Id: Makefile,v 1.1 2002/11/19 21:07:38 bko Exp $
BUILD = ../../build
include $(BUILD)/Makefile.pre
DEFINES += USE_PTHREADS
PACKAGES += UTIL LIBCEXT PTHREAD LIBXML OPENSSL
# names of programs
www.eeworm.com/read/252498/4404522
makefile~
# $Id: Makefile~,v 1.1 2002/11/19 21:07:38 bko Exp $
BUILD = ../../build
include $(BUILD)/Makefile.pre
DEFINES += USE_PTHREADS
PACKAGES += UTIL LIBCEXT PTHREAD LIBXML OPENSSL
# testServer.
www.eeworm.com/read/162614/5539992
cc 22309_thread.cc
// { dg-require-sharedlib "" }
// { dg-options "-g -O2 -pthread -ldl" { target *-*-linux* } }
// Copyright (C) 2004, 2005 Free Software Foundation, Inc.
//
// This file is part of the GNU ISO C++ Lib
www.eeworm.com/read/154890/5633359
cc xplay.cc
/* Sound Player
Portions Copyright (C) 2002, Century Embedded Technologies
Original Copyright (C) 1997 by Woo-jae Jung
*/
#include
#include
#include
#i
www.eeworm.com/read/388866/8570177
h mutex.h
#ifndef _MUTEX_H_
#define _MUTEX_H_
#ifdef WIN32
#include
#else
#include
#include
#endif
class MMutex
{
public:
MMutex();
~MMutex
www.eeworm.com/read/388866/8570183
h mthread.h
#ifndef _MTHREAD_H_
#define _MTHREAD_H_
#ifdef WIN32
#include
#include
#else
#include
#endif
class MThread
{
public:
MThread():
_pid(-1),
_
www.eeworm.com/read/283196/9036412
c thread7a.c
#include
#include
#include
#include
#ifndef _POSIX_THREAD_PRIORITY_SCHEDULING
#error "Sorry, your system does not support thread priority scheduling"
#e
www.eeworm.com/read/179943/9329657
makefile
# $Id: Makefile,v 1.144 2004/05/18 01:40:48 jason Exp $
BUILD = ../../build
include $(BUILD)/Makefile.pre
PACKAGES += RESIP RUTIL ARES PTHREAD OPENSSL OPENSIGCOMP
CXXFLAGS += -I../..
CODE_S
www.eeworm.com/read/176730/9486178
c thread7a.c
#include
#include
#include
#include
#ifndef _POSIX_THREAD_PRIORITY_SCHEDULING
#error "Sorry, your system does not support thread priority scheduling"
#e