代码搜索:threaded
找到约 881 项符合「threaded」的源代码
代码结果 881
www.eeworm.com/read/202086/15390662
pas fastmm4.pas
(*
Fast Memory Manager 4.78
Description:
A fast replacement memory manager for Borland Delphi Win32 applications that
scales well under multi-threaded usage, is not prone to memory fragmenta
www.eeworm.com/read/106368/15638636
c socket.c
//
// Implemention of threaded sockets
#include "threads/socket.h"
#include "threads/exception.h"
#if( GCC_VERSION >= 2096 )
#include
#else
#include
#endif
#include
#
www.eeworm.com/read/106368/15638646
c descriptors.c
//
// Copyright (C) 2000 Orn E. Hansen
//
// A C++ implementation of threaded IO.
//
#include "io.h"
namespace cpp_threads {
DescriptorSet::DescriptorSet()
{
zero();
}
DescriptorSet::~
www.eeworm.com/read/182719/9194546
h untrdmserver.h
// RDMSERVERIMPL.H : Declaration of the RDMServer
#ifndef untRDMServerH
#define untRDMServerH
#define ATL_FREE_THREADED
#include
#include
#include
www.eeworm.com/read/224961/7127243
java jdbcmtsample.java
/*
* This sample is a multi-threaded JDBC program.
*/
import java.sql.*;
import oracle.jdbc.driver.OracleStatement;
public class JdbcMTSample extends Thread
{
// Default no of threads to 10
p
www.eeworm.com/read/146114/12670420
readme
Serproxy
--------
Author: Stefano Busti (sbusti@nildram.co.uk)
Serproxy is a GPL multi-threaded proxy program for redirecting
network socket connections to/from serial links, in cases where
the rem
www.eeworm.com/read/145194/5747046
h myappserver_master_detailimpl.h
// MYAPPSERVER_MASTER_DETAILIMPL.H : Declaration of the MyAppServer_Master_Detail
#ifndef MyAppServer_Master_DetailImplH
#define MyAppServer_Master_DetailImplH
#define ATL_FREE_THREADED
#inclu
www.eeworm.com/read/131315/5941951
c trn.c
/* trn -- threaded readnews program based on rn 4.4
*
* Author/Maintainer of trn: davison@borland.com (Wayne Davison)
* Organization: Borland International
* Author/Maintainer of rn: sob@bcm.t
www.eeworm.com/read/125133/6032936
c codegen.c
/*
* Internal code generator.
* Copyright (C) 2001-2002 Darius Bacon
*
* Read an object file and generate the internal form of threaded code
* implementing it.
*/
#include
#include
www.eeworm.com/read/125133/6033116
c codegen.c
/*
* Internal code generator.
* Copyright (C) 2001-2002 Darius Bacon
*
* Read an object file and generate the internal form of threaded code
* implementing it.
*/
#include
#include