代码搜索:Threads
找到约 7,387 项符合「Threads」的源代码
代码结果 7,387
www.eeworm.com/read/385844/8786209
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/385844/8786213
cc synch.cc
// synch.cc
// Routines for synchronizing threads. Three kinds of
// synchronization routines are defined here: semaphores, locks
// and condition variables (the implementation of the last two
/
www.eeworm.com/read/284556/8919022
cc thread.cc
// thread.cc
// Routines to manage threads. These are the main operations:
//
// Fork -- create a thread to run a procedure concurrently
// with the caller (this is done in two steps -- first
// a
www.eeworm.com/read/372240/9515664
txt readme.txt
Description:
------------
The dining philosophers are often used to illustrate various problems that
can occur when many synchronized threads are competing for limited resources.
Five philosophe
www.eeworm.com/read/175598/9540299
gnumakefile
#
# --------------------------------------------------------------------------
#
# Pthreads-win32 - POSIX Threads Library for Win32
# Copyright(C) 1998 John E. Bossom
# Copyright(C) 199
www.eeworm.com/read/175598/9540347
c semaphore4t.c
/*
* File: semaphore4t.c
*
*
* --------------------------------------------------------------------------
*
* Pthreads-win32 - POSIX Threads Library for Win32
* Copyright(C) 1998 John
www.eeworm.com/read/175598/9540351
c condvar3_1.c
/*
* File: condvar3_1.c
*
*
* --------------------------------------------------------------------------
*
* Pthreads-win32 - POSIX Threads Library for Win32
* Copyright(C) 1998 John
www.eeworm.com/read/175598/9540363
c condvar1_1.c
/*
* File: condvar1_1.c
*
*
* --------------------------------------------------------------------------
*
* Pthreads-win32 - POSIX Threads Library for Win32
* Copyright(C) 1998 John
www.eeworm.com/read/175598/9540377
c tryentercs2.c
/*
* tryentercs.c
*
*
* --------------------------------------------------------------------------
*
* Pthreads-win32 - POSIX Threads Library for Win32
* Copyright(C) 1998 John E. Bos
www.eeworm.com/read/175598/9540399
c priority1.c
/*
* File: priority1.c
*
*
* --------------------------------------------------------------------------
*
* Pthreads-win32 - POSIX Threads Library for Win32
* Copyright(C) 1998 John E