代码搜索:thread
找到约 10,000 项符合「thread」的源代码
代码结果 10,000
www.eeworm.com/read/475111/6792123
c nachos_syscall.c
/* syscalls.c
* Nachos system call interface. These are the enveloped Nachos kernel
* operations that can be invoked from user programs.
* Each NachOS system call is translated to an a
www.eeworm.com/read/295438/8162439
h cml_threads.h
/************************************************************/
/* */
/* Copley Motion Libraries */
/*
www.eeworm.com/read/392996/8316202
h synch.h
// synch.h
// Data structures for synchronizing threads.
//
// Three kinds of synchronization are defined here: semaphores,
// locks, and condition variables. The implementation for
// semaphores is
www.eeworm.com/read/173349/9661486
c test_server.c
/*
** 2006 January 07
**
** The author disclaims copyright to this source code. In place of
** a legal notice, here is a blessing:
**
** May you do good and not evil.
** May you find forgivenes
www.eeworm.com/read/173135/9671688
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/172209/9719641
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