代码搜索:Threads
找到约 7,387 项符合「Threads」的源代码
代码结果 7,387
www.eeworm.com/read/422785/2031564
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/409921/2223939
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/409488/2231123
java clear.java
package com.sxit.wap.threads;
import com.sxit.wap.channel.*;
public class Clear extends Thread{
private String item = "";
private String column = "";
private int type =0;
private String values
www.eeworm.com/read/403949/2308418
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/395296/2439119
pro semaphores.pro
SOURCES += semaphores.cpp
QT = core
CONFIG -= app_bundle
CONFIG += console
# install
target.path = $$[QT_INSTALL_EXAMPLES]/threads/semaphores
sources.files = $$SOURCES $$HEADERS $$RESOURCES $$FORMS s
www.eeworm.com/read/393286/2479060
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/392320/2511151
js qihoo.js
var qihoo_num = 0;
var qihoo_perpage = 0;
var qihoo_threads = "";
function qihoothreads(num) {
var threadslist = "";
if(num) {
for (i = 0; i < num; i++) {
threadslist += "
www.eeworm.com/read/391269/2521203
c queue_test.c
#include
#include
#include
int main(void) {
/* ignore SIGPIPE */
signal(SIGPIPE, SIG_IGN);
/* Comment out this line to disable threads. */
device_a
www.eeworm.com/read/375427/2724474
java ex_20a.java
// Based on Holmes
// chap_11\Ex_8.java
// applet to demonstrate the need for threads when
// continuously repainting a window
import java.applet.*;
import java.awt.*;
import java.util.*;
p
www.eeworm.com/read/362572/2930296
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