代码搜索:Threads
找到约 7,387 项符合「Threads」的源代码
代码结果 7,387
www.eeworm.com/read/11175/209947
c fastcopy.c
/* fastcopy - use multiple threads to whack data from one file to another
*/
#define INCL_DOSPROCESS
#define INCL_DOSSEMAPHORES
#if defined (OS2)
#include
#endif
#include
www.eeworm.com/read/489717/1210766
c th-lock.c
/* crypto/threads/th-lock.c */
/* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
* All rights reserved.
*
* This package is an SSL implementation written
* by Eric Young (eay@cryptsoft.com
www.eeworm.com/read/489022/1226398
java psuckerthread.java
package ie.vnit.webcrawler;
import ie.vnit.threads.*;
import java.net.*;
import java.io.*;
import java.util.Vector;
public class PSuckerThread extends ControllableThread {
public void proce
www.eeworm.com/read/480930/1309787
h hardirq.h
#ifndef __ASM_HARDIRQ_H
#define __ASM_HARDIRQ_H
/* only non-SMP supported */
#include
/* entry.S is sensitive to the offsets of these fields */
typedef struct {
unsigned int __so
www.eeworm.com/read/480930/1310620
h hardirq.h
#ifndef _ALPHA_HARDIRQ_H
#define _ALPHA_HARDIRQ_H
#include
#include
/* entry.S is sensitive to the offsets of these fields */
typedef struct {
unsigned long __sof
www.eeworm.com/read/480440/1317848
java progressiontest1.java
package mpi.threads ;
import mpi.*;
import java.util.Arrays;
public class ProgressionTest1 {
int DATA_SIZE=100;
public ProgressionTest1() {
}
public ProgressionTest1(Str
www.eeworm.com/read/479931/1328651
c pthreads.c
/* Pthreads test program.
Copyright 1996, 2002, 2003, 2004, 2007, 2008 Free Software Foundation, Inc.
Written by Keith Seitz of Red Hat.
Copied from gdb.threads/pthreads.c.
Contributed by
www.eeworm.com/read/456693/1604645
h thread_solaris.h
#include
#include
#include
#include
#undef _POSIX_THREADS
/*
* Initialization.
*/
static void PyThread__init_thread(void)
{
}
www.eeworm.com/read/246537/4493575
c web01.c
/* include web1 */
#include "unpthread.h"
#include /* Solaris threads */
#define MAXFILES 20
#define SERV "80" /* port number or service name */
struct file {
char *f_name; /* filen
www.eeworm.com/read/246537/4493577
c web03.c
#include "unpthread.h"
#include /* Solaris threads */
#define MAXFILES 20
#define SERV "80" /* port number or service name */
struct file {
char *f_name; /* filename */
char *f_ho