代码搜索:Threads
找到约 7,387 项符合「Threads」的源代码
代码结果 7,387
www.eeworm.com/read/110176/15540720
java pipetest.java
/**
@version 1.20 1999-04-23
@author Cay Horstmann
*/
import java.util.*;
import java.io.*;
/**
This program demonstrates how multiple threads communicate
through pipes.
*/
p
www.eeworm.com/read/106368/15638597
h philosopher.h
#ifndef _PHILOSOPHER
#define _PHILOSOPHER
#include
#include
#include
#include "dining.h"
using namespace std;
using namespace cpp_threads;
class philosopher : publi
www.eeworm.com/read/106368/15638604
c diner.c
//
// This is a philosopher demo, using process scoping.
#include
#include
#define MAX_PHILOSOPHERS 5
using namespace std;
using namespace cpp_threads;
int main()
{
www.eeworm.com/read/106368/15638617
c mutex.c
//
// class mutex
//
// Mutes is a semaphore, that can be used by two threads to mutually
// exclude the other. To ensure uniqe access to memory.
#include "thread.h"
#include "mutex.h"
#include "exc
www.eeworm.com/read/106368/15638658
h stl.h
// Threading support -*- C++ -*-
// This file is part of C++ threads, and provides threading
// support for the standard template library.
//
#ifndef GCC_VERSION
#define GCC_VERSION ( __GNUC__ * 100
www.eeworm.com/read/104928/15681271
dsn exceluserdata.dsn
[ODBC]
DRIVER=Microsoft Excel Driver (*.xls)
UID=admin
UserCommitSync=Yes
Threads=3
SafeTransactions=0
ReadOnly=0
PageTimeout=5
MaxScanRows=8
MaxBufferSize=2048
FIL=excel 8.0
DriverId=790
www.eeworm.com/read/100281/15878115
c riptracks.c
/*
* riptracks.c - Copyright (C) 1999,2000 Jay A. Key
*
* Contains the RipTrack() function. The rip dialog proc, plus the
* read and encode threads are all contained in this file. The read
www.eeworm.com/read/100019/15887995
c mutex.c
//
// class mutex
//
// Mutes is a semaphore, that can be used by two threads to mutually
// exclude the other. To ensure uniqe access to memory.
#include
#include
www.eeworm.com/read/127087/6007641
in makefile.in
# Copyright (C) 2004 Internet Systems Consortium, Inc. ("ISC")
# Copyright (C) 2001 Internet Software Consortium.
#
# Permission to use, copy, modify, and distribute this software for any
# purpose
www.eeworm.com/read/101153/6237839
defconfig
#
# Automatically generated make config: don't edit
#
RTLINUX_V3=y
_POSIX_THREADS=y
_POSIX_THREAD_SAFE_FUNCTIONS=y
_POSIX_THREAD_PRIORITY_SCHEDULING=y
_POSIX_THREAD_PROCESS_SHARED=y
_POSIX_THREAD_ATTR