代码搜索:threads
找到约 7,387 项符合「threads」的源代码
代码结果 7,387
www.eeworm.com/read/199150/5079656
dpr threads.dpr
program Threads;
uses
{$IFNDEF LINUX}
Forms,
{$ELSE}
QForms,
{$ENDIF}
Main in 'Main.pas' {fmMain},
Data in 'Data.pas' {dmData: TDataModule};
{$R *.res}
begin
Application
www.eeworm.com/read/199150/5079981
dpr threads.dpr
program Threads;
uses
Forms,
Main in 'Main.pas' {fmMain},
Data in 'Data.pas' {dmData: TDataModule};
{$R *.RES}
begin
Application.Initialize;
Application.CreateForm(TfmMain, fmM
www.eeworm.com/read/198784/5082303
h threads.h
#ifndef _THREAD_H_
#define _THREAD_H_
#include
#include "comhead.h"
#include
//#include "IPC.h"
extern "C" void * global_run_thread( void *arg );
class CThread
{
pro
www.eeworm.com/read/198784/5082315
cpp threads.cpp
#ifndef _THREAD_H_
#define _THREAD_H_
#include
#include "comhead.h"
#include
//here we should define some exception for thread class
//such as CThreadException
extern
www.eeworm.com/read/198784/5082329
h threads.h
#ifndef _THREAD_H_
#define _THREAD_H_
#include
#include "comhead.h"
#include
//#include "IPC.h"
extern "C" void * global_run_thread( void *arg );
class CThread
{
pro
www.eeworm.com/read/198784/5082341
cpp threads.cpp
#ifndef _THREAD_H_
#define _THREAD_H_
#include
#include "comhead.h"
#include
//here we should define some exception for thread class
//such as CThreadException
extern
www.eeworm.com/read/198784/5082345
h threads.h
#ifndef _THREAD_H_
#define _THREAD_H_
#include
#include "comhead.h"
#include
#include "IPC.h"
extern "C" void * global_run_thread( void *arg );
class CThread
{
prote
www.eeworm.com/read/198784/5082356
cpp threads.cpp
#ifndef _THREAD_H_
#define _THREAD_H_
#include
#include "comhead.h"
#include
//here we should define some exception for thread class
//such as CThreadException
extern