代码搜索:threaded
找到约 881 项符合「threaded」的源代码
代码结果 881
www.eeworm.com/read/202756/15374499
c bgrab.c
/*
Library: Threaded BTTV Grabbing with triple buffering
Copyright (C) 1999 A. Schiffler
This program is free software; you can redistribute it and/or modify
it under the terms of t
www.eeworm.com/read/287415/8686957
c twebserv.c
/* twebserv.c - a threaded minimal web server (version 0.2)
* usage: tws portnumber
* features: supports the GET command only
* runs in the current directory
* creates a thr
www.eeworm.com/read/283660/9000277
cpp module.cpp
#include "module.h"
Module::Module()
{
have_shutdown= false;
_world= NULL;
_running= true;
_state= RUNNING;
_threaded= false;
}
Module::~Module()
{
}
void mo
www.eeworm.com/read/380481/9145591
c twebserv.c
/* twebserv.c - a threaded minimal web server (version 0.2)
* usage: tws portnumber
* features: supports the GET command only
* runs in the current directory
* creates a thr
www.eeworm.com/read/278472/10533792
txt readme.txt
Singe-threaded recovery test
This is a simulation of the NVRAM database, the test demonstrates a database
recovery after a hardware reset. The "working" thread creates a database in
the local memor
www.eeworm.com/read/399161/7884989
c twebserv.c
/* twebserv.c - a threaded minimal web server (version 0.2)
* usage: tws portnumber
* features: supports the GET command only
* runs in the current directory
* creates a thr
www.eeworm.com/read/241361/13152314
c twebserv.c
/* twebserv.c - a threaded minimal web server (version 0.2)
* usage: tws portnumber
* features: supports the GET command only
* runs in the current directory
* creates a thr
www.eeworm.com/read/136989/5838743
readme
/**
@page Deferred Synchronous Latency Test README File
This test tries to estimate the minimum latency for a deferred
synchronous request. The test uses a single threaded client and
server,
www.eeworm.com/read/136989/5839165
readme
/**
@page Deferred Synchronous Latency Test README File
This test tries to estimate the minimum latency for a deferred
synchronous request. The test uses a single threaded client and
server,
www.eeworm.com/read/130781/14174367
c twebserv.c
/* twebserv.c - a threaded minimal web server (version 0.2)
* usage: tws portnumber
* features: supports the GET command only
* runs in the current directory
* creates a thr