代码搜索:Threads
找到约 7,387 项符合「Threads」的源代码
代码结果 7,387
www.eeworm.com/read/213147/4929532
h lsys.h
// ------------------------------------------------
// File : wsys.h
// Date: 4-apr-2002
// Author: giles
// Desc:
// WSys derives from Sys to provide basic win32 functions such as starting threads.
www.eeworm.com/read/213039/4932185
readme
Shows how applications can use the ACE_Token_Collection utility. This
example creates three collections and spawns a thread to operate on
each. The threads use the collective acquire, renew, and
www.eeworm.com/read/184401/5249450
txt ubd_sys.txt
using IoWorkItem
one for receive,one for send
so if two or more client connect to it At the sAme mAy hAve problems,but DDK sAys IoWorkItems:
"System worker threads are a limited resource. D
www.eeworm.com/read/182103/5266704
c gxx_wrappers.c
/*
* RTEMS threads compatibily routines for libgcc2.
*
* by: Rosimildo da Silva ( rdasilva@connecttel.com
*
* Used ideas from:
* W. Eric Norum
* Canadian Light Source
* University of
www.eeworm.com/read/182103/5266771
inl pthread.inl
/* rtems/posix/pthread.inl
*
* This include file contains the static inline implementation of the private
* inlined routines for POSIX threads.
*
* COPYRIGHT (c) 1989-1999.
* On-Line Appli
www.eeworm.com/read/182103/5272114
c psxtimer.c
/*
*
* This is a simple real-time applications which contains 3 periodic tasks.
*
* Task A is an independent task.
*
* Task B and C share a data.
*
* Tasks are implemented as POSIX threads
www.eeworm.com/read/180227/5287708
readme
This example demonstrate the use of mutexes in RTLinux programs.
The Linux init_module() function creates three threads that try to compete
for the mutex. After successfully locking the mutex, each t
www.eeworm.com/read/180227/5287964
readme
rt_com
======
This is a serial port driver for RT-Linux. It allows RT-threads to
communicate via serial ports.
Documentation is in rtldoc format and available in the doc/ directory.
To
www.eeworm.com/read/169190/5428260
readme
Threadpool MPM:
This is an experimental variant of the standard worker MPM.
Rather than queuing connections like the worker MPM, the threadpool
MPM queues idle worker threads and hands each accepted c
www.eeworm.com/read/167133/5468225
java runnable.java
/* Runnable -- interface for a method tied to an Object; often for Threads
Copyright (C) 1998, 1999, 2001, 2002 Free Software Foundation, Inc.
This file is part of GNU Classpath.
GNU Classpath is