代码搜索:pThread

找到约 7,828 项符合「pThread」的源代码

代码结果 7,828
www.eeworm.com/read/242863/12976643

c detached.c

#include #include int exitCond=0; using namespace cpp_threads; class simple : public Pthread { protected: Semaphore m_sem; public: simple() { }; ~simple() { } int t
www.eeworm.com/read/136072/5873718

makefile

# Makefile for uClibc's sh64 pthread backend # # Copyright (C) 2003 Paul Mundt # # This program is free software; you can redistribute it and/or modify it under # the terms of th
www.eeworm.com/read/104260/6206033

am makefile.am

# Makefile.frag for kaffevm pthread. # # Copyright (c) 1996, 1997, 1998, 1999 # Transvirtual Technologies, Inc. All rights reserved. # # See the file "license.terms" for information on usage and redi
www.eeworm.com/read/104260/6206039

c lock-impl.c

/* * lock-impl.c - pthread-based LockInterface implementation (Posix style) * * Copyright (c) 1998 * Transvirtual Technologies, Inc. All rights reserved. * * See the file "license.terms" f
www.eeworm.com/read/345643/11798499

makefile

#!/bin/sh CXX = g++ CXXFLAGS= -g -Wall LDFLAGS = -L. EXECUTABLE = sdkdemo LIBS = hcnetsdk analyze pthread SOURCES = $(wildcard *.cpp) OBJS = $(subst .cpp,.o,$(SOURCES)) DEPS = $(subst .cp
www.eeworm.com/read/341017/12113717

hpp spexecutor.hpp

/* * Copyright 2007 Stephen Liu * For license terms, see the file COPYING along with this library. */ #ifndef __spexecutor_hpp__ #define __spexecutor_hpp__ #include class SP_ThreadP
www.eeworm.com/read/341017/12113788

hpp splfserver.hpp

/* * Copyright 2007 Stephen Liu * For license terms, see the file COPYING along with this library. */ #ifndef __splfserver_hpp__ #define __splfserver_hpp__ #include class SP_EventArg
www.eeworm.com/read/128880/14273933

c prodcons2.c

/* include main */ #include "unpipc.h" #define MAXNITEMS 1000000 #define MAXNTHREADS 100 int nitems; /* read-only by producer and consumer */ struct { pthread_mutex_t mutex; int buff[MAXN
www.eeworm.com/read/128880/14273937

c prodcons1.c

/* include main */ #include "unpipc.h" #define MAXNITEMS 1000000 #define MAXNTHREADS 100 int nitems; /* read-only by producer and consumer */ struct { pthread_mutex_t mutex; int buff[MAXN
www.eeworm.com/read/472280/1412617

c lock-impl.c

/* * lock-impl.c - pthread-based LockInterface implementation (Posix style) * * Copyright (c) 1998 * Transvirtual Technologies, Inc. All rights reserved. * * See the file "license.terms" f