代码搜索:Threads
找到约 7,387 项符合「Threads」的源代码
代码结果 7,387
www.eeworm.com/read/136989/5829828
readme
/**
@page Stack_Recursion Test README File
A stress test for the stack recursion outlined in the bugzilla
under id 1125. Here is the link for the bug
http://deuce.doc.wustl.edu/bugzil
www.eeworm.com/read/136989/5831177
pl process-output.pl
# process-output.pl,v 1.7 2001/09/18 00:06:02 irfan Exp
# -*- perl -*-
eval '(exit $?0)' && eval 'exec perl -S $0 ${1+"$@"}'
& eval 'exec perl -S $0 $argv:q'
if 0;
# Usage:
# process-o
www.eeworm.com/read/136989/5838208
i scheduler_utilities.i
// ============================================================================
//
// Scheduler_Utilities.i,v 1.4 1999/01/04 18:58:24 cdgill Exp
//
// =============================================
www.eeworm.com/read/136072/5874444
h uclibc_stdio.h
/* Copyright (C) 2002-2004 Manuel Novoa III
*
* GNU Library General Public License (LGPL) version 2 or later.
*
* Dedicated to Toni. See uClibc/DEDICATION.mjn3 for detail
www.eeworm.com/read/133772/5900932
cxx bin_sem3.cxx
//==========================================================================
//
// bin_sem3.cxx
//
// Binary semaphore test 3
//
//=================================================
www.eeworm.com/read/133772/5900960
hxx flag.hxx
#ifndef CYGONCE_KERNEL_FLAG_HXX
#define CYGONCE_KERNEL_FLAG_HXX
//==========================================================================
//
// flag.hxx
//
// Flag object class de
www.eeworm.com/read/132747/5910478
h smp.h
#ifndef __LINUX_SMP_H
#define __LINUX_SMP_H
/*
* Generic SMP support
* Alan Cox.
*/
#ifdef __SMP__
#include
extern void smp_message_pass(int target, int msg, unsig
www.eeworm.com/read/128447/5990687
cxx wallclock.cxx
//==========================================================================
//
// wallclock.cxx
//
// WallClock test
//
//===============================================================
www.eeworm.com/read/126641/6015558
pod err_remove_state.pod
=pod
=head1 NAME
ERR_remove_state - free a thread's error queue
=head1 SYNOPSIS
#include
void ERR_remove_state(unsigned long pid);
=head1 DESCRIPTION
ERR_remove_state() frees
www.eeworm.com/read/124347/6053550
c join2.c
/*
* Test for pthread_join() returning return value from threads.
*
* Depends on API functions: pthread_create().
*/
#include "test.h"
void *
func(void * arg)
{
Sleep(1000);
return arg;
}
int