代码搜索:Threads
找到约 7,387 项符合「Threads」的源代码
代码结果 7,387
www.eeworm.com/read/482538/1287039
hh spinlockacquire.hh
#ifndef CLICK_SPINLOCKACQUIRE_HH
#define CLICK_SPINLOCKACQUIRE_HH
#include
#include
CLICK_DECLS
/*
* =c
* SpinlockAcquire(LOCK)
* =s threads
* acquires spinlock
www.eeworm.com/read/482538/1287045
hh spinlockrelease.hh
#ifndef CLICK_SPINLOCKRELEASE_HH
#define CLICK_SPINLOCKRELEASE_HH
#include
#include
CLICK_DECLS
/*
* =c
* SpinlockRelease(LOCK)
* =s threads
* releases spinlock
www.eeworm.com/read/472280/1412253
frag config.frag
#
# x86-64/Linux configuration
#
if test x"$with_threads" = x"unix-pthreads" ; then
CPPFLAGS="$CPPFLAGS -D_REENTRANT"
fi
# Make sure that the compiler knows about the additional registers
KAFFE_CFLA
www.eeworm.com/read/467249/1503953
java multisocketclient.java
package chapter10;
import java.net.*;
import java.io.*;
public class MultiSocketClient {
static final int MAX_THREADS=10;
public static void main(String[] args)throws IOException,In
www.eeworm.com/read/250243/4435768
c miscthings.c
#include "linux/threads.h"
#include "linux/stddef.h" // for NULL
#include "linux/elf.h" // for AT_NULL
/* The following function nicked from arch/ppc/kernel/process.c and
* adapted slightly */
/*
www.eeworm.com/read/246537/4493584
c test04.c
/* test readline() */
#include "unpthread.h"
static char *infile; /* from argv[1]; read-only by threads */
void *
myfunc(void *ptr)
{
int i, fdin;
char buf[MAXLINE];
FILE *fpout;
snprintf(buf
www.eeworm.com/read/242732/4541403
changelog
2002020701:
- I rewrite completely the code to get an ip.
- I delete threads beacuse of some deadlocks.
- I add _finally_ support for static ip host.
2002013002:
- After some web surf and some
www.eeworm.com/read/238768/4608745
c mttest.c
/* crypto/threads/mttest.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/216802/4882165
changelog
2002020701:
- I rewrite completely the code to get an ip.
- I delete threads beacuse of some deadlocks.
- I add _finally_ support for static ip host.
2002013002:
- After some web surf and some