代码搜索:nanosleep
找到约 75 项符合「nanosleep」的源代码
代码结果 75
www.eeworm.com/read/136072/5874281
c nanosleep.c
/* vi: set sw=4 ts=4: */
/*
* nanosleep() for uClibc
*
* Copyright (C) 2000-2004 by Erik Andersen
*
* GNU Library General Public License (LGPL) version 2 or later.
*/
#i
www.eeworm.com/read/124910/6036658
c nanosleep.c
/* Copyright (C) 2000, 2002 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
modify it under the term
www.eeworm.com/read/101153/6237750
c nanosleep.c
#include
#include
#include
pthread_t thread;
void * start_routine(void *arg)
{
int ret;
hrtime_t abstime;
struct sched_param p;
p . sched_priority = 1;
pthread_set
www.eeworm.com/read/182103/5266840
c nanosleep.c
/*
* $Id: nanosleep.c,v 1.4 2002/01/04 18:28:24 joel Exp $
*/
#if HAVE_CONFIG_H
#include "config.h"
#endif
#include
#include
#include
#include
#inc
www.eeworm.com/read/180227/5287798
c nanosleep.c
#include
#include
#include
pthread_t thread;
void * start_routine(void *arg)
{
int ret;
hrtime_t abstime;
struct sched_param p;
p . sched_priority = 1;
pthread_set
www.eeworm.com/read/167046/5470277
c nanosleep.c
/* vi: set sw=4 ts=4: */
/*
* nanosleep() for uClibc
*
* Copyright (C) 2000-2004 by Erik Andersen
*
* GNU Library General Public License (LGPL) version 2 or later.
*/
#i
www.eeworm.com/read/292670/3950498
c nanosleep.c
/*
* POSIX.1 Signals test program
*
* Written by J. Vidal
* Copyright (C) Dec, 2002 OCERA Consortium.
*
* This program is free software; you can redistribute it and/or
* modify it under the ter