代码搜索:Array Signal Processing
找到约 10,000 项符合「Array Signal Processing」的源代码
代码结果 10,000
www.eeworm.com/read/136786/5863998
c signal.c
/*
* linux/arch/cris/kernel/signal.c
*
* Based on arch/i386/kernel/signal.c by
* Copyright (C) 1991, 1992 Linus Torvalds
* 1997-11-28 Modified for POSIX.1b signals by Richard Henderso
www.eeworm.com/read/136786/5864084
c signal.c
/*
* This file is subject to the terms and conditions of the GNU General Public
* License. See the file "COPYING" in the main directory of this archive
* for more details.
*
* Copyright (C) 1991
www.eeworm.com/read/136786/5864354
c signal.c
/*
* BK Id: SCCS/s.signal.c 1.10 11/23/01 16:38:30 paulus
*/
/*
* linux/arch/ppc/kernel/signal.c
*
* PowerPC version
* Copyright (C) 1995-1996 Gary Thomas (gdt@linuxppc.org)
*
* Derived
www.eeworm.com/read/135796/5877672
h signal.h
/* sys/signal.h (emx+gcc) */
#if !defined (_SYS_SIGNAL_H)
#define _SYS_SIGNAL_H
#if defined (__cplusplus)
extern "C" {
#endif
typedef int sig_atomic_t;
#define SIGTY void
#define SIG
www.eeworm.com/read/135153/5888179
c signal.c
/*
* linux/arch/arm/kernel/signal.c
*
* Copyright (C) 1995, 1996 Russell King
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General P
www.eeworm.com/read/135153/5888924
h signal.h
#ifndef _LINUX_SIGNAL_H
#define _LINUX_SIGNAL_H
#include
#include
#ifdef __KERNEL__
/*
* Real Time signals may be queued.
*/
struct sigqueue {
struct sigqueue *nex
www.eeworm.com/read/135153/5889324
h signal.h
#ifndef _ASMARM_SIGNAL_H
#define _ASMARM_SIGNAL_H
#include
/* Avoid too many header ordering problems. */
struct siginfo;
#ifdef __KERNEL__
/* Most things should be clean enough to
www.eeworm.com/read/134009/5896033
pm signal.pm
package Thread::Signal;
use Thread qw(async);
=head1 NAME
Thread::Signal - Start a thread which runs signal handlers reliably
=head1 SYNOPSIS
use Thread::Signal;
$SIG{HUP} = \&some_handle
www.eeworm.com/read/134009/5896128
8signal
Check interaction of __WARN__, __DIE__ & lexical Warnings
TODO
__END__
# 8signal
BEGIN { $| = 1; $SIG{__WARN__} = sub { print "WARN -- @_" } }
BEGIN { $SIG{__DIE__} = sub { print "DIE -- @_" } }
1
www.eeworm.com/read/133772/5900096
h signal.h
#ifndef CYGONCE_ISO_SIGNAL_H
#define CYGONCE_ISO_SIGNAL_H
/*========================================================================
//
// signal.h
//
// ISO signal functions
//
//==