代码搜索:Threads
找到约 7,387 项符合「Threads」的源代码
代码结果 7,387
www.eeworm.com/read/128447/5990609
hxx flag.hxx
#ifndef CYGONCE_KERNEL_FLAG_HXX
#define CYGONCE_KERNEL_FLAG_HXX
//==========================================================================
//
// flag.hxx
//
// Flag object class declarati
www.eeworm.com/read/124347/6053551
c condvar8.c
/*
* File: condvar8.c
*
* Test Synopsis:
* - Test multiple pthread_cond_broadcasts.
*
* Test Method (Validation or Falsification):
* - Validation
*
* Requirements Tested:
* -
*
* Features
www.eeworm.com/read/123322/6060991
hxx flag.hxx
#ifndef CYGONCE_KERNEL_FLAG_HXX
#define CYGONCE_KERNEL_FLAG_HXX
//==========================================================================
//
// flag.hxx
//
// Flag object class declarati
www.eeworm.com/read/106385/6194597
c kclock1.c
/*=================================================================
//
// kclock1.c
//
// Kernel C API Clock test 1 - Real Time Clock
//
//===============================================
www.eeworm.com/read/106385/6194602
c timeslice.c
//==========================================================================
//
// timeslice.c
//
// Timeslice test
//
//=================================================================
www.eeworm.com/read/101990/6234689
m4 acx_pthread.m4
dnl @synopsis ACX_PTHREAD([ACTION-IF-FOUND[, ACTION-IF-NOT-FOUND]])
dnl
dnl This macro figures out how to build C programs using POSIX
dnl threads. It sets the PTHREAD_LIBS output variable to the thr
www.eeworm.com/read/100926/6263154
summarize
eval '(exit $?0)' && eval 'exec perl -w -S $0 ${1+"$@"}'
& eval 'exec perl -w -S $0 $argv:q'
if 0;
# summarize,v 4.3 1998/10/09 21:27:48 naga Exp
#
# Summarizes results from a series of
www.eeworm.com/read/100926/6263211
summarize
eval '(exit $?0)' && eval 'exec perl -w -S $0 ${1+"$@"}'
& eval 'exec perl -w -S $0 $argv:q'
if 0;
# summarize,v 1.1 1999/11/23 01:59:48 othman Exp
#
# Summarizes results from a series
www.eeworm.com/read/100926/6264056
cpp task.cpp
// task.cpp,v 1.6 1999/09/22 03:13:46 jcej Exp
#include "task.h"
#include "block.h"
#include "data.h"
Task::Task (size_t n_threads)
: barrier_ (n_threads),
n_threads_ (n_threads)
{
www.eeworm.com/read/100603/6265806
c io_timeout.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