代码搜索:recursive
找到约 2,177 项符合「recursive」的源代码
代码结果 2,177
www.eeworm.com/read/417321/10994588
c mutex1r.c
/*
* mutex1r.c
*
*
* --------------------------------------------------------------------------
*
* Pthreads-win32 - POSIX Threads Library for Win32
* Copyright(C) 1998 John E. Bosso
www.eeworm.com/read/146299/12660610
cxx ptask.cxx
//-< PTASK.CXX >-----------------------------------------------------*--------*
// SAL Version 1.0 (c) 1997 GARRET * ? *
// (System Abstraction Layer)
www.eeworm.com/read/131315/5941225
h stddef.h
#ifndef __libgxx_stddef_h
extern "C" {
#ifdef __stddef_h_recursive
#include_next
#else
#include_next
#define __libgxx_stddef_h 1
#endif
}
#endif
www.eeworm.com/read/131315/5941263
h assert.h
#ifndef __libgxx_assert_h
extern "C" {
#ifdef __assert_h_recursive
#include_next
#else
/* assert.h on some systems needs stdio.h, in violation of ANSI. */
#include
#include_next
www.eeworm.com/read/337687/12349983
cxx ptask.cxx
//-< PTASK.CXX >-----------------------------------------------------*--------*
// SAL Version 1.0 (c) 1997 GARRET * ? *
// (System Abstraction Layer)
www.eeworm.com/read/212063/15166377
cpp quickcon.cpp
template
int Sortable_list::partition(int low, int high)
/*
Pre: low and high are valid positions of the Sortable_list,
with low
www.eeworm.com/read/162614/5531371
c always_inline3.c
/* { dg-do compile } */
/* { dg-options "-Winline -O2" } */
inline __attribute__ ((always_inline)) void
q2(void)
{ /* { dg-error "recursive" "" } */
q2(); /* { dg-error "called from here" ""
www.eeworm.com/read/175598/9540446
c mutex2r.c
/*
* mutex2r.c
*
*
* --------------------------------------------------------------------------
*
* Pthreads-win32 - POSIX Threads Library for Win32
* Copyright(C) 1998 John E. Bosso
www.eeworm.com/read/417321/10994590
c mutex2r.c
/*
* mutex2r.c
*
*
* --------------------------------------------------------------------------
*
* Pthreads-win32 - POSIX Threads Library for Win32
* Copyright(C) 1998 John E. Bosso