代码搜索:Threads
找到约 7,387 项符合「Threads」的源代码
代码结果 7,387
www.eeworm.com/read/411046/2194926
c cleanup.c
/*
* cleanup.c
*
* Description:
* This translation unit implements routines associated
* with cleaning up threads.
*
*
* Pthreads-win32 - POSIX Threads Library for Win32
* Copyright
www.eeworm.com/read/358128/3001454
pod perlthrtut.pod
=head1 NAME
perlthrtut - Tutorial on threads in Perl
=head1 DESCRIPTION
This tutorial describes the use of Perl interpreter threads (sometimes
referred to as I) that was first introduced
www.eeworm.com/read/235522/14065505
cc threadtest.cc
// threadtest.cc
// Simple test case for the threads assignment.
//
// Create two threads, and have them context switch
// back and forth between themselves by calling Thread::Yield,
// to illustrat
www.eeworm.com/read/106368/15638629
c buffer.c
//
// Copyright (C) 2001 謗n E. Hansen
//
// Implementation of buffers, for threads library.
/*
* There is heavy use of locking, as this buffer is espected to reside
* between two threads, one doing
www.eeworm.com/read/189000/8497586
html apr-tutorial-17.html
libapr(apache portable runtime) programming tutorial: mutex lock
www.eeworm.com/read/388262/8620883
h define.h
#ifndef DEFINE_H
#define DEFINE_H
#define ENABLE_GRAY 0
//#define INT_MAX (1
www.eeworm.com/read/438742/7727558
txt ace 常用的类和样板 .txt
ACE 常用的类和样板
ACE_OS::strcasecmp 大小写比较
ACE_OS::strncasecmp n个字符大小写比较
ACE::execname (prog1); 执行prog1程序
ACE_OS_String::strdup 字符串深拷贝
ACE_OS::uname (&uname); 获取操作系统信息
ACE_Copy_Disabled 非拷贝基础类
www.eeworm.com/read/139291/5804515
c apr_atomic.c
/* 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/136989/5827445
cpp event_analyzer.cpp
// Event_Analyzer.cpp,v 4.4 2003/12/30 23:18:58 shuston Exp
#include "ace/OS_NS_string.h"
#include "Event_Analyzer.h"
ACE_RCSID(UPIPE_Event_Server, Event_Analyzer, "Event_Analyzer.cpp,v 4.4 200
www.eeworm.com/read/136989/5827449
h event_analyzer.h
/* -*- C++ -*- */
// Event_Analyzer.h,v 4.4 2003/11/09 04:12:07 dhinton Exp
// Signal router.
#ifndef _EVENT_ANALYZER_H
#define _EVENT_ANALYZER_H
#include "ace/Stream.h"
#if !defined (AC