代码搜索:thread
找到约 10,000 项符合「thread」的源代码
代码结果 10,000
www.eeworm.com/read/126702/6014239
java thread.java
package thread;
import java.awt.*;
import java.awt.event.*;
import java.applet.*;
/**
* Title:
* Description:
* Copyright: Copyright (c) 2005
* Company:
www.eeworm.com/read/126702/6014467
java thread.java
package thread1;
import java.awt.*;
import java.awt.event.*;
import java.applet.*;
import java.io.*;
/**
* Title:
* Description:
* Copyright: Copyright (c) 2005
*
www.eeworm.com/read/124347/6052978
h thread.h
/* thread.h: Locking and threading module definitions
Copyright 1998, 1999, 2000, 2001, 2002 Red Hat, Inc.
Written by Marco Fuykschot
Major update 2001 Robert Collins
www.eeworm.com/read/124347/6052999
cc thread.cc
/* thread.cc: Locking and threading module functions
Copyright 1998, 1999, 2000, 2001, 2002 Red Hat, Inc.
Originally written by Marco Fuykschot
Substantialy enhanced by Rober
www.eeworm.com/read/123764/6057983
h thread.h
#ifndef THREAD_H
#define THREAD_H
#include
class Thread : public QThread
{
public:
Thread();
void setMessage(const QString &message);
void run();
void stop();
private:
www.eeworm.com/read/123764/6057986
cpp thread.cpp
#include
using namespace std;
#include "thread.h"
Thread::Thread()
{
stopped = false;
}
void Thread::setMessage(const QString &message)
{
messageStr = message;
}
void Thread::ru
www.eeworm.com/read/123322/6060912
cdl thread.cdl
# ====================================================================
#
# thread.cdl
#
# configuration data related to the kernel threads
#
# ===============================================
www.eeworm.com/read/123322/6060992
inl thread.inl
#ifndef CYGONCE_KERNEL_THREAD_INL
#define CYGONCE_KERNEL_THREAD_INL
//==========================================================================
//
// thread.inl
//
// Thread class inlines
www.eeworm.com/read/123322/6061010
hxx thread.hxx
#ifndef CYGONCE_KERNEL_THREAD_HXX
#define CYGONCE_KERNEL_THREAD_HXX
//==========================================================================
//
// thread.hxx
//
// Thread class declarat