代码搜索:thread
找到约 10,000 项符合「thread」的源代码
代码结果 10,000
www.eeworm.com/read/281519/4115589
h thread.h
#ifndef UTILS_BASE_THREAD_H_
#define UTILS_BASE_THREAD_H_
#include
#include
#include
#ifdef POSIX
#include
#endif
#include "messagequeue.h"
#ifdef WIN32
#in
www.eeworm.com/read/281519/4115596
cc thread.cc
#ifdef POSIX
extern "C" {
#include
}
#endif
#include "common.h"
#include "logging.h"
#include "thread.h"
#include "time.h"
#define MSDEV_SET_THREAD_NAME 0x406D1388
namespace utils_ba
www.eeworm.com/read/281519/4115775
h thread.h
#ifndef UTILS_BASE_THREAD_H_
#define UTILS_BASE_THREAD_H_
#include
#include
#include
#ifdef POSIX
#include
#endif
#include "messagequeue.h"
#ifdef WIN32
#in
www.eeworm.com/read/281519/4115776
cc thread.cc
#ifdef POSIX
extern "C" {
#include
}
#endif
#include "common.h"
#include "logging.h"
#include "thread.h"
#include "time.h"
#define MSDEV_SET_THREAD_NAME 0x406D1388
namespace utils_ba
www.eeworm.com/read/278327/4146285
java thread.java
/*
* Copyright 1994-2002 Sun Microsystems, Inc. All Rights Reserved.
*
* This software is the proprietary information of Sun Microsystems, Inc.
* Use is subject to license terms.
*
*/
package j
www.eeworm.com/read/278327/4146383
c thread.c
/*
* Copyright (c) 1998-2002 Sun Microsystems, Inc. All Rights Reserved.
*
* This software is the confidential and proprietary information of Sun
* Microsystems, Inc. ("Confidential Information").
www.eeworm.com/read/278327/4146407
h thread.h
/*
* Copyright (c) 1998-2002 Sun Microsystems, Inc. All Rights Reserved.
*
* This software is the confidential and proprietary information of Sun
* Microsystems, Inc. ("Confidential Information").
www.eeworm.com/read/277810/4151772
h thread.h
#ifndef THREAD_H_INCLUDED
#define THREAD_H_INCLUDED
/*********************************************************************
** Thread
******************************************************************
www.eeworm.com/read/277562/4154929
c thread.c
/* $Id: thread.c 974 2007-02-19 01:13:53Z bennylp $ */
/*
* Copyright (C)2003-2007 Benny Prijono
*
* This program is free software; you can redistribute it and/or modify
www.eeworm.com/read/276342/4166425
h thread.h
#ifndef THREAD_H
#define THREAD_H
#include
class Thread : public QThread
{
Q_OBJECT
public:
Thread();
void setMessage(const QString &message);
void stop();
protected: