代码搜索:thread

找到约 10,000 项符合「thread」的源代码

代码结果 10,000
www.eeworm.com/read/265753/4281201

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/265753/4281204

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/263014/4306545

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 * it
www.eeworm.com/read/259928/4335788

h thread.h

#ifndef _THREAD_H #define _THREAD_H #include "windows.h" /// 线程封装. class thread_base { private: HANDLE ht; ///< 线程句柄. volatile bool p; ///< 暂停标志. volatile bool x; ///< 退出标志. unsign
www.eeworm.com/read/259633/4339394

bas thread.bas

Attribute VB_Name = "Thread" Option Explicit ' Windows (Constant, Data structure, API) declaration Public Const CREATE_SUSPENDED = &H4 Public Const THREAD_PRIORITY_NORMAL = &H0 Public Const THR
www.eeworm.com/read/259633/4339416

bas thread.bas

Attribute VB_Name = "ThreadFunction" Option Explicit Public Device As clsPCI1755 Public CheckEventThread As clsThreading Public glDataBuf(600000) As Long 'Fast DI data out buffr
www.eeworm.com/read/259633/4339456

bas thread.bas

Attribute VB_Name = "ThreadFunction" Option Explicit Public Device As clsPCI1755 Public CheckEventThread As clsThreading Const DataCount As Long = 1024# * 128 Public glDataBuf(DataCount) As Lon
www.eeworm.com/read/259633/4339535

bas thread.bas

Attribute VB_Name = "Thread" Option Explicit ' Windows (Constant, Data structure, API) declaration Public Const CREATE_SUSPENDED = &H4 Public Const THREAD_PRIORITY_NORMAL = &H0 Public Const THR
www.eeworm.com/read/259633/4339543

bas thread.bas

Attribute VB_Name = "Thread" Option Explicit ' Windows (Constant, Data structure, API) declaration Public Const CREATE_SUSPENDED = &H4 Public Const THREAD_PRIORITY_NORMAL = &H0 Public Const THR
www.eeworm.com/read/259633/4339547

bas thread.bas

Attribute VB_Name = "Thread" Option Explicit ' Windows (Constant, Data structure, API) declaration Public Const CREATE_SUSPENDED = &H4 Public Const THREAD_PRIORITY_NORMAL = &H0 Public Const THR