代码搜索:pThread
找到约 7,828 项符合「pThread」的源代码
代码结果 7,828
www.eeworm.com/read/295365/3911299
cxx nucleusthread.cxx
/*
* NucleusThread.cxx
*
* pwlib's PThread as implemented for Nucleus++
*
* Copyright (c) 1999 ISDN Communications Ltd
*
* Author: Chris Wayman Purvis
*
*/
#include
#in
www.eeworm.com/read/411046/2196961
makefile
# $Id$
#
BUILD = ../../../build
include $(BUILD)/Makefile.pre
# DEFINES +=
#
PACKAGES += TRANSPORT UTIL PTHREAD
# names of programs (e.g. test programs) to be compiled
#
TESTPROGRAMS = \
tTem
www.eeworm.com/read/398200/2384926
entries
/posix.cdl/1.11/Mon Feb 24 14:08:22 2003//
/pthread.cdl/1.6/Thu May 23 22:59:56 2002//
D
www.eeworm.com/read/395229/2443934
makefile
# Makefile for uClibc's pthread library
#
# Copyright (C) 2002 Erik Andersen
#
# This program is free software; you can redistribute it and/or modify it under
# the terms of the
www.eeworm.com/read/252498/4404213
makefile
# $Id$
#
BUILD = ../../../build
include $(BUILD)/Makefile.pre
# DEFINES +=
#
PACKAGES += TRANSPORT UTIL PTHREAD
# names of programs (e.g. test programs) to be compiled
#
TESTPROGRAMS = \
tTem
www.eeworm.com/read/162614/5538562
cc 12658_thread-1.cc
// { dg-do run { target *-*-freebsd* *-*-netbsd* *-*-linux* *-*-solaris* *-*-cygwin *-*-darwin* alpha*-*-osf* } }
// { dg-options "-pthread" { target *-*-freebsd* *-*-netbsd* *-*-linux* alpha*-*-osf*
www.eeworm.com/read/162614/5538572
cc 12658_thread-2.cc
// { dg-do run { target *-*-freebsd* *-*-netbsd* *-*-linux* *-*-solaris* *-*-cygwin *-*-darwin* alpha*-*-osf* } }
// { dg-options "-pthread" { target *-*-freebsd* *-*-netbsd* *-*-linux* alpha*-*-osf*
www.eeworm.com/read/202860/15371700
cpp myosmutex.cpp
#include "myosmutex.h"
MyOSMutex::MyOSMutex()
{
#ifdef WIN32
::InitializeCriticalSection(&fMutex);
#else
(void)pthread_mutex_init(&fMutex,0);
#endif
}
MyOSMutex::~MyOSMutex()
{
#if
www.eeworm.com/read/312645/3653173
entries
/mqueue1.c/1.3/Thu May 23 23:00:02 2002//
/mqueue2.c/1.4/Thu May 23 23:00:02 2002//
/mutex3.c/1.7/Mon Mar 3 16:49:08 2003//
/pthread1.c/1.4/Thu May 23 23:00:02 2002//
/pthread2.c/1.5/Thu May 23 2
www.eeworm.com/read/398200/2384941
entries
/mqueue1.c/1.3/Thu May 23 23:00:02 2002//
/mqueue2.c/1.4/Thu May 23 23:00:02 2002//
/mutex3.c/1.7/Mon Mar 3 16:49:08 2003//
/pthread1.c/1.4/Thu May 23 23:00:02 2002//
/pthread2.c/1.5/Thu May 23 23:00