代码搜索:setitimer
找到约 71 项符合「setitimer」的源代码
代码结果 71
www.eeworm.com/read/367182/2854202
c setitimer.c
/* Copyright (C) 1994,1995,1996,1997,2000,2001,2005
Free Software Foundation, Inc.
This file is part of the GNU C Library.
The GNU C Library is free software; you can redistribute it and/or
www.eeworm.com/read/357022/3033428
c setitimer.c
#ifndef LINT
static const char rcsid[] = "$Id: setitimer.c,v 1.1 2001/03/29 06:30:35 marka Exp $";
#endif
#include "port_before.h"
#include
#include "port_after.h"
/*
* Setitimer emu
www.eeworm.com/read/411683/11232598
test_setitimer
www.eeworm.com/read/374989/9376489
c test_setitimer.c
#include
#include
#include
#include
/*信号处理程序*/
void handler_sigtime(int signo)
{
switch (signo) {
case SIGALRM:
printf("recv SIGALRM\n");
www.eeworm.com/read/419410/10870508
c test_setitimer.c
#include
#include
#include
#include
/*信号处理程序*/
void handler_sigtime(int signo)
{
switch (signo) {
case SIGALRM:
printf("recv SIGALRM\n");
www.eeworm.com/read/402196/11541190
c test_setitimer.c
#include
#include
#include
#include
/*信号处理程序*/
void handler_sigtime(int signo)
{
switch (signo) {
case SIGALRM:
printf("recv SIGALRM\n");
www.eeworm.com/read/411683/11232581
c test_setitimer.c
#include
#include
#include
#include
/*信号处理程序*/
void handler_sigtime(int signo)
{
switch (signo) {
case SIGALRM:
printf("recv SIGALRM\n");
www.eeworm.com/read/112303/6146115
changes
Revision history for Perl extension Time::HiRes.
1.20 Wed Feb 24 21:30 1999
- make our usleep and ualarm substitutes into hrt_usleep
and hrt_ualarm. This helps static links of Perl with other
www.eeworm.com/read/112192/6148953
changes
Revision history for Perl extension Time::HiRes.
1.20 Wed Feb 24 21:30 1999
- make our usleep and ualarm substitutes into hrt_usleep
and hrt_ualarm. This helps static links of Perl with other