代码搜索:SIGNALS
找到约 6,227 项符合「SIGNALS」的源代码
代码结果 6,227
www.eeworm.com/read/148694/5711854
c signals.c
/* Test GDB dealing with stuff like stepping into sigtramp. */
#include
#include
#ifdef __sh__
#define signal(a,b) /* Signals not supported on this target - make them go away
www.eeworm.com/read/147331/5731720
c signals.c
/* Linuxthreads - a simple clone()-based implementation of Posix */
/* threads for Linux. */
/* Copyright (C) 1996 Xavier Leroy (Xavier.Leroy@i
www.eeworm.com/read/145991/5741633
c signals.c
/*****************************************************************************
* FILE: signals.c *
* *
* DESC: *
* - signal handling *
* - excep
www.eeworm.com/read/145991/5741758
h signals.h
/* Copyright Rainer Schnitker 92,93 */
#ifndef _SIGNALS_H
#define _SIGNALS_H
/* signal no */
#define SIGHUP 1
#define SIGINT 2
#define SIGQUIT 3
#define SIGILL 4
#define SIGTRAP
www.eeworm.com/read/144212/5752844
c signals.c
/* signals.c -- signal handling support for readline. */
/* Copyright (C) 1987, 1989, 1992 Free Software Foundation, Inc.
This file is part of the GNU Readline Library, a library for
reading l
www.eeworm.com/read/141295/5774083
c signals.c
/* signals.c - signal handling for the system-call wrappers */
#include
#include
void
defineHandler(int sig, void (*handler)())
{
struct sigaction act;
if (handler ==
www.eeworm.com/read/141268/5774255
h signals.h
#ifndef GDB_SIGNALS_H
#define GDB_SIGNALS_H
/* The numbering of these signals is chosen to match traditional unix
signals (insofar as various unices use the same numbers, anyway).
It is
www.eeworm.com/read/139291/5804252
c signals.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/139291/5804262
c signals.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