代码搜索:pThread
找到约 7,828 项符合「pThread」的源代码
代码结果 7,828
www.eeworm.com/read/13780/283102
cpp main.cpp
///////////////////////////////////////////////////////
// FileName: main.cpp
// Author: b1gm0use
// Project: myvideo
#include
#include
#include
#include
www.eeworm.com/read/14972/428868
cpp main.cpp
///////////////////////////////////////////////////////
// FileName: main.cpp
// Author: b1gm0use
// Project: myvideo
#include
#include
#include
#include
www.eeworm.com/read/167133/5469158
c thread-impl.c
/*
* thread-impl.c - pthread based ThreadInterface implementation
*
* Copyright (c) 1998
* Transvirtual Technologies, Inc. All rights reserved.
*
* See the file "license.terms" for informa
www.eeworm.com/read/167133/5469160
h thread-internal.h
/*
* thread-impl.h - pthread based ThreadInterface implementation
*
* Copyright (c) 1998
* Transvirtual Technologies, Inc. All rights reserved.
*
* See the file "license.terms" for informa
www.eeworm.com/read/167046/5469685
makefile
# Makefile for uClibc's pthread library
#
# Copyright (C) 2003 Paul Mundt
#
# This program is free software; you can redistribute it and/or modify it under
# the terms of the GNU
www.eeworm.com/read/334125/3374646
m4 process_model.m4
dnl # Server process model subsystem
SMB_ENABLE(process_model_thread,NO)
#################################################
# check for pthread support
AC_MSG_CHECKING(whether to use pthreads)
AC_ARG
www.eeworm.com/read/412251/2172519
svn-base mutex.h.svn-base
#ifndef _THREADING_MUTEX_H
#define _THREADING_MUTEX_H
class SERVER_DECL Mutex
{
public:
friend class Condition;
/** Initializes a mutex class, with InitializeCriticalSection / pthread_
www.eeworm.com/read/395229/2443985
makefile
# Makefile for uClibc's pthread library
#
# Copyright (C) 2003 Paul Mundt
#
# This program is free software; you can redistribute it and/or modify it under
# the terms of the GNU
www.eeworm.com/read/394208/2459395
cpp runningundervalgrind.cpp
#include "../crashDefines.h"
#include "RunningUnderValgrind.h"
#if defined(CPU_X86) && defined(__GNUC__)
bool RunningUnderValgrind()
{
/* Valgrind crashes and burns on pthread_mutex_timedlock.
www.eeworm.com/read/383153/2622388
gnumakefile
TOPDIR = ../.
include $(TOPDIR)/Make/makedefs
C++FILES = \
PThread.c++ \
PThreadMutex.c++ \
PThreadCondition.c++ \
PThreadBarrier.c++ \
$(NULL)
INC += -I$(TOPDIR)/i