代码搜索:thread
找到约 10,000 项符合「thread」的源代码
代码结果 10,000
www.eeworm.com/read/445121/7599113
cpp thread.cpp
#include
#include
#include "thread.h"
using namespace std;
Thread::Thread()
{
stopped = false;
}
void Thread::setMessage(const QString &message)
{
messageStr = message;
www.eeworm.com/read/444200/7616632
c thread.c
os_thread* CreateThread(void (*entrypoint)(void), UCHAR priVal, UINT swStackSize, UINT hwStackSize)
{
os_thread* temp_thread;
register char i;
temp_thread = (os_thread*)g_freethreads
www.eeworm.com/read/442187/7657631
c thread.c
#include
#include
void thread1(void)
{
int i=0;
for(i=0;i
www.eeworm.com/read/442142/7658462
h thread.h
#ifndef _THREAD_H
#define _THREAD_H
#include
int sem=0; /*the semphore variable*/
pthread_mutex_t ndone_mutex=PTHREAD_MUTEX_INITIALIZER; /*thread lock*/
pthread_cond_t ndone_con
www.eeworm.com/read/442142/7658477
c thread.c
#include
#include
#include
#include
#include
#include
#include "devicelog.h"
#include "queue.h"
#include "server.h"
#includ
www.eeworm.com/read/442142/7658484
o thread.o
www.eeworm.com/read/442052/7660788
cpp thread.cpp
//
// Thread.cpp - Thread-based DMA Driver Thread routines
//
// Copyright (C) 2000 by Jerry Lozano
//
#include "Driver.h"
// Forward declarations
//
CCHAR PerformDataTransfer(
PDE
www.eeworm.com/read/441768/7665535
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/441768/7665538
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/436765/7762871
c thread.c
#include
#include
/*
* thread application code, the multi-thread application start code of Linux application
* compile :
* $/usr/local/arm/2.95.3/bin/arm-linux-gcc -