代码搜索:Threads
找到约 7,387 项符合「Threads」的源代码
代码结果 7,387
www.eeworm.com/read/125688/6022479
c sigtest.c
/*
* Copyright (c) 1996, 1998, 1999 University of Utah and the Flux Group.
* All rights reserved.
*
* This file is part of the Flux OSKit. The OSKit is free software, also known
* as "open sour
www.eeworm.com/read/124347/6053559
c join1.c
/*
* Test for pthread_join().
*
* Depends on API functions: pthread_create(), pthread_join(), pthread_exit().
*/
#include "test.h"
void *
func(void * arg)
{
int i = (int) arg;
Sleep(i *
www.eeworm.com/read/123322/6060921
cxx thread1.cxx
//==========================================================================
//
// thread1.cxx
//
// Thread test 1
//
//==================================================================
www.eeworm.com/read/117181/6110391
exp pthreads.exp
# Copyright (C) 1996, 1997 Free Software Foundation, Inc.
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
www.eeworm.com/read/103725/6212598
h trdlocal.h
#ifndef CRYPTOPP_TRDLOCAL_H
#define CRYPTOPP_TRDLOCAL_H
#include "config.h"
#ifdef THREADS_AVAILABLE
#include "misc.h"
#ifdef HAS_WINTHREADS
#include
typedef DWORD ThreadLocalIndexType
www.eeworm.com/read/100926/6263168
h cpp-inclient.h
// CPP-inclient.h,v 4.2 2001/11/28 08:21:12 jwillemsen Exp
// This file defines the Options class for CPP-inclient. IBM C++ compiler'd
// template auto-instantiator needs this in a separate file.
www.eeworm.com/read/100926/6263887
readme
test_rw_locks shows how to use ACE_Local_RLock, ACE_Local_WLock,
ACE_Remote_RLock, and ACE_Remote_WLock.
Here are the options to test_rw_locks:
% ./test_rw_lock -u
-i ignore deadlock
-n
www.eeworm.com/read/100926/6264692
h server.h
/* -*- c++ -*- */
// Server.h,v 1.1 2000/04/27 23:43:22 jxh Exp
#ifndef JAWS_SERVER_H
#define JAWS_SERVER_H
#include "JAWS/Export.h"
#include "JAWS/Data_Block.h"
#include "JAWS/Policy.h"
www.eeworm.com/read/100603/6266145
c prucpu.c
/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 2 -*- */
/*
* The contents of this file are subject to the Mozilla Public
* License Version 1.1 (the "License"); you may not u
www.eeworm.com/read/100603/6266437
in makefile.in
#
# The contents of this file are subject to the Mozilla Public
# License Version 1.1 (the "License"); you may not use this file
# except in compliance with the License. You may obtain a copy of
# th