代码搜索:threading
找到约 3,703 项符合「threading」的源代码
代码结果 3,703
www.eeworm.com/read/395410/2435640
cpp triangle.cpp
/*
Copyright 2005-2008 Intel Corporation. All Rights Reserved.
This file is part of Threading Building Blocks.
Threading Building Blocks is free software; you can redistribute it
an
www.eeworm.com/read/395410/2435641
cpp coordsys.cpp
/*
Copyright 2005-2008 Intel Corporation. All Rights Reserved.
This file is part of Threading Building Blocks.
Threading Building Blocks is free software; you can redistribute it
an
www.eeworm.com/read/395410/2435642
h ppm.h
/*
Copyright 2005-2008 Intel Corporation. All Rights Reserved.
This file is part of Threading Building Blocks.
Threading Building Blocks is free software; you can redistribute it
an
www.eeworm.com/read/395410/2435643
cpp ppm.cpp
/*
Copyright 2005-2008 Intel Corporation. All Rights Reserved.
This file is part of Threading Building Blocks.
Threading Building Blocks is free software; you can redistribute it
an
www.eeworm.com/read/361804/2943044
h threadstarter.h
/* AscentEmu By SOI */
#ifndef _THREADING_STARTER_H
#define _THREADING_STARTER_H
class SERVER_DECL ThreadBase
{
public:
ThreadBase() {}
virtual ~ThreadBase() {}
virtual bool run() = 0;
www.eeworm.com/read/361804/2943046
h mutex.h
/* AscentEmu By SOI */
#ifndef _THREADING_MUTEX_H
#define _THREADING_MUTEX_H
class SERVER_DECL Mutex
{
public:
friend class Condition;
/** Initializes a mutex class, with InitializeCrit
www.eeworm.com/read/235621/14059095
cs workitemsqueue.cs
// Ami Bar
// amibar@gmail.com
using System;
using System.Threading;
namespace Amib.Threading.Internal
{
#region WorkItemsQueue class
///
/// WorkItemsQueue class.
///
www.eeworm.com/read/235621/14059137
cs form1.cs
using System;
using System.Diagnostics;
using System.Threading;
using System.Windows.Forms;
using Amib.Threading;
namespace TestSmartThreadPool
{
///
/// Summary description fo
www.eeworm.com/read/427960/8909122
cpp threadmp.cpp
/*
Example program to illustrate MIRACL multi-threading with openMP
Make sure miracl library is built with MR_OPENMP_MT defined in mirdef.h
This allows multi-threading i