代码搜索:thread
找到约 10,000 项符合「thread」的源代码
代码结果 10,000
www.eeworm.com/read/137504/13319078
class thread.class
www.eeworm.com/read/238844/13320174
h thread.h
// Copyright (c) 1996 Federal Highway Administration
//
// This software has been developed for the Federal Highway Administration
// by Viggen Corporation under contract with Oak Ridge Nationa
www.eeworm.com/read/238844/13320868
cpp thread.cpp
// Permission to use, copy, and distribute this software for any purpose
// without fee is hereby granted, provided that the above copyright notice
// appears in all copies and that both the copy
www.eeworm.com/read/323676/13326885
h thread.h
#ifndef THREAD_H
#define THREAD_H
#include
#include
using namespace std;
class Thread
{
public:
Thread();
int Start(void *arg);
protected:
int Run(vo
www.eeworm.com/read/323676/13326895
cpp thread.cpp
#include "thread.h"
Thread::Thread()
{}
int Thread::Start(void *arg)
{
Arg(arg); //store user data
int code = pthread_create(&PthreadId_,NULL,Thread::EntryPoint,arg);
return cod
www.eeworm.com/read/321827/13397772
c thread.c
/***
*thread.c - Begin and end a thread
*
* Copyright (c) 1989-1997, Microsoft Corporation. All rights reserved.
*
*Purpose:
* This source contains the _beginthread() and _endthread(
www.eeworm.com/read/321265/13409784
c thread.c
#include
#include
void thread1(void)
{
int i=0;
for(i=0;i
www.eeworm.com/read/321176/13411293
bas thread.bas
Attribute VB_Name = "Module1"
'Private Const SW_HIDE = 0
'Private Const SW_SHOWNORMAL = 1
'Private Const SW_NORMAL = 1
'Private Const SW_SHOWMINIMIZED = 2
'Private Const SW_SHOWMAXIMIZED = 3
'
www.eeworm.com/read/318367/13480309
h thread.h
/************************************************************************
模快名: moxu 公共类库
功能: 创建新线程
完成日期: 2007-10-20
作者: 许 培 Xu Pei(Email/MSN: peimoxu@163.com)
本代码可以自由使用,但因使用本代码造成的后果,本人不承担任何责
www.eeworm.com/read/318367/13480315
cpp thread.cpp
/************************************************************************
模快名: moxu 公共类库
功能: 创建新线程
完成日期: 2007-10-20
作者: 许 培 Xu Pei(Email/MSN: peimoxu@163.com)
本代码可以自由使用,但因使用本代码造成的后果,本人不承担任何责