代码搜索:Threads
找到约 7,387 项符合「Threads」的源代码
代码结果 7,387
www.eeworm.com/read/168845/5432079
hpp mem_block_cache.hpp
/*
* Copyright (c) 2002
* John Maddock
*
* Use, modification and distribution are subject to the
* Boost Software License, Version 1.0. (See accompanying file
* LICENSE_1_0.txt or copy
www.eeworm.com/read/167046/5470922
c seekdir.c
#include
#include
#include
#include "dirstream.h"
void seekdir(DIR * dir, long int offset)
{
if (!dir) {
__set_errno(EBADF);
return;
}
#ifdef __UCLIBC_HAS_THREA
www.eeworm.com/read/163821/5509059
c seekdir.c
#include
#include
#include
#include "dirstream.h"
void seekdir(DIR * dir, long int offset)
{
if (!dir) {
__set_errno(EBADF);
return;
}
#ifdef __UCLIBC_HAS_THREA
www.eeworm.com/read/162614/5531939
c gnu_java_awt_peer_gtk_gtkfiledialogpeer.c
/* gtkfiledialogpeer.c -- Native implementation of GtkFileDialogPeer
Copyright (C) 1998, 1999, 2002, 2004 Free Software Foundation, Inc.
This file is part of GNU Classpath.
GNU Classpath is free
www.eeworm.com/read/162519/5541471
c gnu_java_awt_peer_gtk_gtkfiledialogpeer.c
/* gtkfiledialogpeer.c -- Native implementation of GtkFileDialogPeer
Copyright (C) 1998, 1999, 2002, 2004 Free Software Foundation, Inc.
This file is part of GNU Classpath.
GNU Classpath is free
www.eeworm.com/read/113031/15471923
c cvsimple.c
/********************************************************
* An example source module to accompany...
*
* "Using POSIX Threads: Programming with Pthreads"
* by Brad nichols, Dick Buttlar, Jacki
www.eeworm.com/read/227684/4769839
tex multicast.tex
\maybeclearpage
\section{The {\cf Multicast} structure}
Multicast channels provide a mechanism for broadcasting a stream of messages to a collection of threads. Threads receive multicast messages vi
www.eeworm.com/read/398634/2373421
c srv0srv.c
/******************************************************
The database server main program
NOTE: SQL Server 7 uses something which the documentation
calls user mode scheduled threads (UMS threads). One
www.eeworm.com/read/171849/9732281
c multthrd.c
/*
**
** Description
** -----------
** This example demonstrates using Client library from multiple
** application threads. It spawns 5 threads. Each thread processes
** a cursor or a reg
www.eeworm.com/read/287180/8711874
java bbmessagepassing.java
package Synchronization;
import Utilities.*;
/*
* Bounded buffer for objects with the message passing interface.
* Designed for multiple producer threads and multiple consumer threads.
*/
public