代码搜索:SIG
找到约 10,000 项符合「SIG」的源代码
代码结果 10,000
www.eeworm.com/read/376541/9315025
c sig.c
#define __NR_eventsig 256
int errno;
#include
#include
#include
_syscall1(int,eventsig,int,eventNum)
int main(int argc,char** argv)
{
int i=3;
www.eeworm.com/read/374989/9376487
sig_mask
www.eeworm.com/read/374989/9376513
sig_suspend
www.eeworm.com/read/178951/9380644
h sig.h
// socket++ library. sig.h
// Copyright (C) 1992-1996 Gnanasekaran Swaminathan
//
// Permission is granted to use at your own risk and distribute this software
// in source and b
www.eeworm.com/read/178951/9380680
c sig.c
// socket++ library. sig.C
// Copyright (C) 1992-1996 Gnanasekaran Swaminathan
//
// Permission is granted to use at your own risk and distribute this software
// in source and b
www.eeworm.com/read/177981/9424995
m sig.m
function out=sig(in);
%
% Sigmoid transfer function
%
out=1./(1+exp(-in));
www.eeworm.com/read/177968/9425439
c sig.c
/********************************************************
* An example source module to accompany...
*
* "Using POSIX Threads: Programming with Pthreads"
* by Brad nichols, Dick Buttlar, Jacki
www.eeworm.com/read/373429/9456282
dat sig.dat
www.eeworm.com/read/175602/9540241
h sig.h
/* sig.c */
void sig_init(void);
void sig_block(void);
void sig_unblock(void);
void sig_wait(void);
void sig_preexec(void);
/* signal handlers */
void config(int); /* servtab.c */
void reapchild(
www.eeworm.com/read/175602/9540246
c sig.c
#include
#include
#include
#include "sig.h"
static sigset_t blockmask, emptymask;
static int blocked=0;
char sig_rcsid[] =
"$Id: sig.c,v 1.2 2000/07/22 20:13:07 d