代码搜索:thread
找到约 10,000 项符合「thread」的源代码
代码结果 10,000
www.eeworm.com/read/127981/14322915
java thread2.java
public class Thread2 implements Runnable {
int threadNumber;
public Thread2(int i) {
System.out.println(" Making thread=" + i);
threadNumber=i;
}
public void run() {
www.eeworm.com/read/229545/14331938
cpp thread_pool.cpp
// Thread_Pool.cpp: implementation of the Thread_Pool class.
//
//////////////////////////////////////////////////////////////////////
#include "stdafx.h"
#include "net_lib.h"
#include "Threa
www.eeworm.com/read/229545/14331955
h thread_pool.h
// Thread_Pool.h: interface for the Thread_Pool class.
//
//////////////////////////////////////////////////////////////////////
#if !defined(AFX_THREAD_POOL_H__D7C1BC9F_BD5E_4590_9B07_5DE5DEEA5
www.eeworm.com/read/229459/14337263
c attr_thread.c
#include
#include
#include
void thread1(void)
{
int i=0;
for(i=0;i
www.eeworm.com/read/127689/14340255
c ospfh_thread.c
/*ospfh_thread.c*/
#include "ospfh.h"
#include "ospfh_patch.h"
/* Struct timeval's tv_usec one second value. */
#define TIMER_SECOND_MICRO 1000000L
struct timeval
timeval_adjust (struct
www.eeworm.com/read/127689/14340281
h ospfh_thread.h
#include "winsock.h"
#include "string.h"
#include "stdlib.h"
#include "stdio.h"
#ifndef THREAD_H
#define THREAD_H
#ifdef HAVE_RUSAGE
#define RUSAGE_T struct rusage
#define GETRU
www.eeworm.com/read/127689/14340308
c ospfh_thread.c
/*ospfh_thread.c*/
#include "ospfh.h"
#include "ospfh_patch.h"
/* Struct timeval's tv_usec one second value. */
#define TIMER_SECOND_MICRO 1000000L
struct timeval
timeval_adjust (struct
www.eeworm.com/read/127689/14340337
h ospfh_thread.h
#include "winsock.h"
#include "string.h"
#include "stdlib.h"
#include "stdio.h"
#ifndef THREAD_H
#define THREAD_H
#ifdef HAVE_RUSAGE
#define RUSAGE_T struct rusage
#define GETRU