代码搜索:Threads
找到约 7,387 项符合「Threads」的源代码
代码结果 7,387
www.eeworm.com/read/148694/5711567
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/147331/5731664
c td_ta_map_id2thr.c
/* Map thread ID to thread handle.
Copyright (C) 1999, 2001 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by Ulrich Drepper , 1999.
www.eeworm.com/read/139291/5804424
h apr_arch_global_mutex.h
/* Copyright 2000-2005 The Apache Software Foundation or its licensors, as
* applicable.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in c
www.eeworm.com/read/137626/5823155
c beos.c
/* BeOS system-specific routines. */
/* $Id: beos.c,v 1.19.4.1 2005/04/05 21:08:42 jonas Exp $ */
/* Note that this file is currently unmaintained and basically dead. Noone
* cares about BeOS suppor
www.eeworm.com/read/136989/5827029
h cpp-inclient.h
// CPP-inclient.h,v 4.3 2003/11/01 11:15:23 dhinton 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/136989/5827510
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/136989/5828577
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/136989/5830258
h server_thread_pool.h
// Server_Thread_Pool.h,v 1.5 2003/11/10 00:02:10 bala Exp
#include "ace/Task_T.h"
#include "ace/Service_Config.h"
#include "TestC.h"
class Thread_Pool : public ACE_Task
{
//
www.eeworm.com/read/136072/5874885
c readdir_r.c
#include
#include
#include
#include
#include
#include "dirstream.h"
int readdir_r(DIR *dir, struct dirent *entry, struct dirent **result)
{
int
www.eeworm.com/read/128447/5990540
cxx thread1.cxx
//==========================================================================
//
// thread1.cxx
//
// Thread test 1
//
//==================================================================