代码搜索:Threads
找到约 7,387 项符合「Threads」的源代码
代码结果 7,387
www.eeworm.com/read/315091/3624354
h matchfindermt.h
/* MatchFinderMt.h */
#ifndef __MATCHFINDERMT_H
#define __MATCHFINDERMT_H
#include "../../Threads.h"
#include "MatchFinder.h"
#define kMtHashBlockSize (1
www.eeworm.com/read/304657/3791947
java runnable.java
/* Runnable -- interface for a method tied to an Object; often for Threads
Copyright (C) 1998, 1999, 2001, 2002, 2005 Free Software Foundation, Inc.
This file is part of GNU Classpath.
GNU Class
www.eeworm.com/read/299921/3849066
java workqueue.java
package com.kelefa.cmpp.work;
import java.util.LinkedList;
public class WorkQueue
{
private final int nThreads;
private final PoolWorker[] threads;
private final LinkedList queue;
www.eeworm.com/read/299921/3849116
java workqueue.java
package com.kelefa.cmpp.work;
import java.util.LinkedList;
public class WorkQueue
{
private final int nThreads;
private final PoolWorker[] threads;
private final LinkedList queue;
www.eeworm.com/read/299918/3849166
java workqueue.java
package com.kelefa.cmpp.work;
import java.util.LinkedList;
public class WorkQueue
{
private final int nThreads;
private final PoolWorker[] threads;
private final LinkedList queue;
www.eeworm.com/read/297604/3886599
h matchfindermt.h
/* MatchFinderMt.h */
#ifndef __MATCHFINDERMT_H
#define __MATCHFINDERMT_H
#include "../../Threads.h"
#include "MatchFinder.h"
#define kMtHashBlockSize (1
www.eeworm.com/read/286192/4042072
cpp program.cpp
/* program.cpp
* Running a Program. Manages separate program threads (only for GUI version currently)
* UnderC C++ interpreter
* Steve Donovan, 2001
* This is GPL'd software, and the usual dis
www.eeworm.com/read/282518/4101012
cpp threadform.cpp
#include
#include
#include "threadform.h"
ThreadForm::ThreadForm(QWidget *parent, const char *name)
: QDialog(parent, name)
{
setCaption(tr("Threads"));
thre
www.eeworm.com/read/280815/4123822
c rzkmemcpy.c
/*
* File : CommonQueue.c
*
* Description : This file contains functions to append/remove threads from common queues.
*
* Copyright 2004 ZiLOG Inc. ALL RIGHTS RESERVED.
*
* This file conta
www.eeworm.com/read/280815/4123884
c commonqueue.c
/*
* File : CommonQueue.c
*
* Description : This file contains functions to append/remove threads from common queues.
*
* Copyright 2004 ZiLOG Inc. ALL RIGHTS RESERVED.
*
* This file conta