代码搜索:threaded
找到约 881 项符合「threaded」的源代码
代码结果 881
www.eeworm.com/read/282090/9120306
c polylib.c
#include "cmdlib.h"
#include "mathlib.h"
#include "polylib.h"
#include "qfiles.h"
extern int numthreads;
// counters are only bumped when running single threaded,
// because they are an
www.eeworm.com/read/282090/9120981
c polylib.c
#include "cmdlib.h"
#include "mathlib.h"
#include "polylib.h"
#include "qfiles.h"
extern int numthreads;
// counters are only bumped when running single threaded,
// because they are an
www.eeworm.com/read/282090/9121041
c polylib.c
#include "cmdlib.h"
#include "mathlib.h"
#include "polylib.h"
#include "qfiles.h"
extern int numthreads;
// counters are only bumped when running single threaded,
// because they are an
www.eeworm.com/read/181687/9241486
h adns.h
/*
* adns.h
* - adns user-visible API (single-threaded, without any locking)
*/
/*
*
* This file is
* Copyright (C) 1997-2000,2003,2006 Ian Jackson
*
* It is part of adns, which is
*
www.eeworm.com/read/177968/9425483
c asrt.c
/* asrt.c
*
* Created by Brad Nichols, 10/20/93
*
* Multi-Threaded Server program for the Automated Teller Machine (ATM)
* example program.
* Maintains a database of bank accounts accepting req
www.eeworm.com/read/307145/13727653
c tbin.c
/* tbin - manipulates threaded binary trees.
Derived from libavl for manipulation of binary trees.
Copyright (C) 1998-2000 Free Software Foundation, Inc.
This program is free software; y
www.eeworm.com/read/145194/5747068
h myappserver_queryimpl.h
// MYAPPSERVER_QUERYIMPL.H : Declaration of the MyAppServer_Query
#ifndef MyAppServer_QueryImplH
#define MyAppServer_QueryImplH
#define ATL_FREE_THREADED
#include
#include
www.eeworm.com/read/136989/5839145
readme
/**
@page Thread Pool Latency Test README File
This test tries to estimate the minimum latency for the
Thread-Pool concurrency model. The test uses a multi-threaded client
and server.
Pl
www.eeworm.com/read/128053/14317926
dfm frmmain.dfm
object Main: TMain
Left = 210
Top = 113
Width = 415
Height = 247
Caption = 'Threaded Queries'
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font
www.eeworm.com/read/209219/15225491
txt abstract.txt
MTTTY: Multi-threaded Terminal Sample (Win32)
MTTTY illustrates overlapped serial communication
using multiple threads.
MTTTY is a companion sample for the "Serial
Communication in Win32" tec