代码搜索:threaded
找到约 881 项符合「threaded」的源代码
代码结果 881
www.eeworm.com/read/169697/5414872
sm makefile.sm
INCLUDES = -I../../include -I${srcdir}/../../include
LDADD = ../../util/mtest.o
threaded_sr_LDADD = -lpthread
DEPADD = @MPILIBLOC@
smvar_do_sharedlibs = 0
# Use extra programs to list programs that
www.eeworm.com/read/167890/5451792
c kernel-thread.c
// This file is part of MANTIS OS, Operating System
// See http://mantis.cs.colorado.edu/
//
// Copyright (C) 2003,2004,2005 University of Colorado, Boulder
//
// This program is free software; yo
www.eeworm.com/read/136989/5835278
readme
Notification MT Dispatching Test
================================
Description
-----------
This test exercises multi-threaded aspects of the Notification service.
Dispatching, consumer filter ev
www.eeworm.com/read/469590/6931980
readme
Simple threaded server example. The server provides a "chat" service
to multiple TCP clients. Anything sent by a client is forwarded to
all other clients.
Each client is handled by a thread, the thr
www.eeworm.com/read/136989/5838871
readme
/**
@page Single_Threaded Test README File
This is a simple test to track memory usage of the executables
ie. size of task's code + data + stack space. This will not be run
in our dail
www.eeworm.com/read/334549/12594192
diz mtsrv.diz
MTSRV is a sample program which
demonstrate how to build a multi-threaded
server application with TWSocket.
Example are for Delphi and C++Builder
(all version for both compilers)
The author can b