代码搜索:Threads
找到约 7,387 项符合「Threads」的源代码
代码结果 7,387
www.eeworm.com/read/241361/13152327
c tbounce1d.c
/* tbounce1d.c: controlled animation using two threads
* note one thread handles animation
* other thread handles keyboard input
* compile cc tbounce1d.c -lcurses -lpthread -o tbounce1d
*/
#inc
www.eeworm.com/read/138758/13217408
java simpledaemons.java
//: c13:SimpleDaemons.java
// Daemon threads don't prevent the program from ending.
// From 'Thinking in Java, 3rd ed.' (c) Bruce Eckel 2002
// www.BruceEckel.com. See copyright notice in CopyRight
www.eeworm.com/read/320605/13422288
java simpledaemons.java
//: c13:SimpleDaemons.java
// Daemon threads don't prevent the program from ending.
// From 'Thinking in Java, 3rd ed.' (c) Bruce Eckel 2002
// www.BruceEckel.com. See copyright notice in CopyRight
www.eeworm.com/read/141138/5776995
c timer.c
/*
** $Id: timer.c,v 1.23 2003/09/04 03:46:47 weiym Exp $
**
** timer.c: The Timer module for MiniGUI-Threads.
**
** Copyright (C) 2003 Feynman Software.
** Copyright (C) 1999 ~ 2002 Wei Yongming.
**
www.eeworm.com/read/140826/5780974
c timer.c
/*
** $Id: timer.c,v 1.28 2003/11/22 08:01:37 weiym Exp $
**
** timer.c: The Timer module for MiniGUI-Threads.
**
** Copyright (C) 2003 Feynman Software.
** Copyright (C) 1999 ~ 2002 Wei Yongming.
**
www.eeworm.com/read/127694/6002406
h unpthread.h
/* Our own header for the programs that use threads.
Include this file, instead of "unp.h". */
#ifndef __unp_pthread_h
#define __unp_pthread_h
#include "unp.h"
void Pthread_create(pthread_t *, c
www.eeworm.com/read/127694/6002447
h unpthread.h
/* Our own header for the programs that use threads.
Include this file, instead of "unp.h". */
#ifndef __unp_pthread_h
#define __unp_pthread_h
#include "unp.h"
void Pthread_create(pthread_t *, c
www.eeworm.com/read/127694/6002815
h unpthread.h
/* Our own header for the programs that use threads.
Include this file, instead of "unp.h". */
#ifndef __unp_pthread_h
#define __unp_pthread_h
#include "unp.h"
void Pthread_create(pthread_t *, c
www.eeworm.com/read/102935/6227631
c iseries_pic.c
/*
* BK Id: %F% %I% %G% %U% %#%
*/
/*
* arch/ppc/platforms/iSeries_pic.c
*
*/
#include
#include
#include
#include
#incl
www.eeworm.com/read/101153/6237832
c switch.c
/*
* PPC-specific RTLinux switch support
*
* Copyright (C) 1999 Cort Dougan
*/
#include
#include
#include
#include