代码搜索:Threads
找到约 7,387 项符合「Threads」的源代码
代码结果 7,387
www.eeworm.com/read/112192/6147968
c create.c
/*
* create.c
*
* Description:
* This translation unit implements routines associated with spawning a new
* thread.
*
* Pthreads-win32 - POSIX Threads Library for Win32
* Copyright (C)
www.eeworm.com/read/112192/6147975
c attr.c
/*
* attr.c
*
* Description:
* This translation unit implements operations on thread attribute objects.
*
* Pthreads-win32 - POSIX Threads Library for Win32
* Copyright (C) 1998
*
*
www.eeworm.com/read/112192/6147976
c misc.c
/*
* misc.c
*
* Description:
* This translation unit implements miscellaneous thread functions.
*
* Pthreads-win32 - POSIX Threads Library for Win32
* Copyright (C) 1998
*
* This lib
www.eeworm.com/read/112192/6147978
c cancel.c
/*
* cancel.c
*
* Description:
* POSIX thread functions related to thread cancellation.
*
* Pthreads-win32 - POSIX Threads Library for Win32
* Copyright (C) 1998
*
* This library is
www.eeworm.com/read/112192/6147981
c sync.c
/*
* sync.c
*
* Description:
* This translation unit implements functions related to thread
* synchronisation.
*
* Pthreads-win32 - POSIX Threads Library for Win32
* Copyright (C) 1998
www.eeworm.com/read/112192/6147985
c errno.c
/*
* errno.c
*
* Description:
* This translation unit implements routines associated with spawning a new
* thread.
*
* Pthreads-win32 - POSIX Threads Library for Win32
* Copyright (C)
www.eeworm.com/read/100926/6263908
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/158402/11620684
java semaphore.java
package nachos.threads;
import nachos.machine.*;
/**
* A Semaphore is a synchronization primitive with an unsigned value.
* A semaphore has only two operations:
*
*
* P()
www.eeworm.com/read/156804/11763209
cpp worker.cpp
/*
* Worker.cpp
*
* Sample code for "Multithreading Applications in Win32"
* This is from Chapter 14, Listing 14-3
*
* Demonstrate using worker threads that have
* their own message queu
www.eeworm.com/read/156804/11763470
c srchwin.c
/*
* SrchWin.c
*
* Sample code for "Multithreading Applications in Win32"
* This is from Chapter 8, Listing 8-2
*
* Uses multiple threads to search the files
* "*.c" in the current dire