代码搜索:Threads
找到约 7,387 项符合「Threads」的源代码
代码结果 7,387
www.eeworm.com/read/179906/5301318
java threadvariations.java
//: c13:ThreadVariations.java
// Creating threads with inner classes.
// From 'Thinking in Java, 3rd ed.' (c) Bruce Eckel 2002
// www.BruceEckel.com. See copyright notice in CopyRight.txt.
import
www.eeworm.com/read/169190/5426902
in apr_private.h.in
/* include/arch/unix/apr_private.h.in. Generated from configure.in by autoheader. */
#ifndef APR_PRIVATE_H
#define APR_PRIVATE_H
/* Various #defines we need to know about */
#undef USE_THREADS
#un
www.eeworm.com/read/350097/3133498
h smp.h
#ifndef __ASM_SMP_H
#define __ASM_SMP_H
/*
* We need the APIC definitions automatically as part of 'smp.h'
*/
#ifndef ASSEMBLY
#include
#include
#include
www.eeworm.com/read/349556/3143727
c ui.c
#include "ui.h"
GtkWidget *app;
void closeApp(GtkWidget *window,gpointer data)
{
gtk_main_quit();
}
void ui(int argc,char *argv[])
{
if (!g_thread_supported())
g_thread_init(NULL);
gdk_threads
www.eeworm.com/read/339446/3308875
conf qmake.conf
#
# qmake configuration for hpux-o64
#
# We define _POSIX_C_SOURCE to 199506L when using threads, therefore
# we also need to redefine _HPUX_SOURCE.
# From pthread(3t):
# Some documentation will reco
www.eeworm.com/read/339446/3309059
conf qmake.conf
#
# qmake configuration for hpux-n64
#
# We define _POSIX_C_SOURCE to 199506L when using threads, therefore
# we also need to redefine _HPUX_SOURCE.
# From pthread(3t):
# Some documentation will reco
www.eeworm.com/read/337546/3332156
c summit.c
/*
* APIC driver for the IBM "Summit" chipset.
*/
#define APIC_DEFINITION 1
#include
#include
#include
#include
#include
www.eeworm.com/read/337546/3332599
h kern_util.h
/*
* Copyright (C) 2000, 2001, 2002 Jeff Dike (jdike@karaya.com)
* Licensed under the GPL
*/
#ifndef __KERN_UTIL_H__
#define __KERN_UTIL_H__
#include "linux/threads.h"
#include "sysdep/ptrace.h"
www.eeworm.com/read/324920/3491000
c summit.c
/*
* APIC driver for the IBM "Summit" chipset.
*/
#define APIC_DEFINITION 1
#include
#include
#include
#include
#include
www.eeworm.com/read/324920/3491438
h kern_util.h
/*
* Copyright (C) 2000, 2001, 2002 Jeff Dike (jdike@karaya.com)
* Licensed under the GPL
*/
#ifndef __KERN_UTIL_H__
#define __KERN_UTIL_H__
#include "linux/threads.h"
#include "sysdep/ptrace.h"