代码搜索:pThread
找到约 7,828 项符合「pThread」的源代码
代码结果 7,828
www.eeworm.com/read/395229/2443979
makefile
# Makefile for uClibc's pthread library
#
# Copyright (C) 2002 Erik Andersen
# Copyright (C) 2003 Paul Mundt
#
# This program is free software; you can redi
www.eeworm.com/read/395229/2444292
h sigcontextinfo.h
/*
* sysdeps/v850/sigcontextinfo.h -- v850-specific pthread signal definitions
*
* Copyright (C) 2002 NEC Electronics Corporation
* Copyright (C) 2002 Miles Bader
*
* This fi
www.eeworm.com/read/392531/2495692
c pvibrate.c
/*
* @(#)pvibrate.c 1.1 02/08/26 @(#)
*
* Copyright (c) 1999-2002 Sun Microsystems, Inc. All rights reserved.
* PROPRIETARY/CONFIDENTIAL
* Use is subject to license terms.
*/
#include
www.eeworm.com/read/367182/2850282
h pthreadtypes.h
/* Machine-specific pthread type layouts. PowerPC version.
Copyright (C) 2003, 2004, 2005, 2006, 2007 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by Pa
www.eeworm.com/read/367182/2850327
c lowlevellock.c
/* low level locking for pthread library. Generic futex-using version.
Copyright (C) 2003, 2007 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by Paul Mac
www.eeworm.com/read/367182/2850441
h pthreadtypes.h
/* Machine-specific pthread type layouts. SPARC version.
Copyright (C) 2003, 2004, 2005, 2006, 2007 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by Jaku
www.eeworm.com/read/362572/2930717
am makefile.am
# Makefile.frag for kaffevm pthread.
#
# Copyright (c) 1996, 1997, 1998, 1999
# Transvirtual Technologies, Inc. All rights reserved.
#
# Copyright (c) 2004
# Kaffe.org contributors. See ChangeLog for
www.eeworm.com/read/252498/4404372
makefile
# $Id: Makefile,v 1.56.2.2 2003/01/22 00:39:23 bko Exp $
BUILD = ../../build
include $(BUILD)/Makefile.pre
DEFINES += USE_PTHREADS
PACKAGES += UTIL LIBCEXT PTHREAD LIBXML OPENSSL
# testSer
www.eeworm.com/read/393987/8252233
cpp~ serial.cpp~
#include "serial.h"
#include
Serial::Serial()
{
ptty = &pttyInfo;
memset(ptty,0,sizeof(TTY_INFO));
pthread_mutex_init(&ptty->mt, NULL);
}
Serial::~Serial()
{
}
bool
www.eeworm.com/read/393987/8252264
cpp serial.cpp
#include "serial.h"
#include
Serial::Serial()
{
ptty = &pttyInfo;
memset(ptty,0,sizeof(TTY_INFO));
pthread_mutex_init(&ptty->mt, NULL);
}
Serial::~Serial()
{
}
bool