Home
last modified time | relevance | path

Searched refs:oldsig (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-support/fftw/fftw/
H A D0001-NEON-autodetection-segfaults-assume-neon-present.patch41 - void (*oldsig)(int);
42 - oldsig = signal(SIGILL, sighandler);
44 - signal(SIGILL, oldsig);
51 - signal(SIGILL, oldsig);
/OK3568_Linux_fs/kernel/samples/timers/
H A Dhpet_example.c227 sig_t oldsig; in hpet_fasync() local
233 if ((oldsig = signal(SIGIO, hpet_sigio)) == SIG_ERR) { in hpet_fasync()
289 signal(SIGIO, oldsig); in hpet_fasync()