代码搜索:Threads
找到约 7,387 项符合「Threads」的源代码
代码结果 7,387
www.eeworm.com/read/389774/2537340
m4 config5.m4
dnl ## XXX - Need a more thorough check of the proper flags to use
if test "$MPM_NAME" = "beos" ; then
apache_apr_flags="--enable-threads"
APACHE_FAST_OUTPUT(server/mpm/$MPM_NAME/Makefile)
f
www.eeworm.com/read/383065/2622579
c mutex8r.c
/*
* mutex8r.c
*
*
* Pthreads-win32 - POSIX Threads Library for Win32
* Copyright (C) 1998 Ben Elliston and Ross Johnson
* Copyright (C) 1999,2000,2001 Ross Johnson
*
* Contact Email:
www.eeworm.com/read/383065/2622595
c mutex8n.c
/*
* mutex8n.c
*
*
* Pthreads-win32 - POSIX Threads Library for Win32
* Copyright (C) 1998 Ben Elliston and Ross Johnson
* Copyright (C) 1999,2000,2001 Ross Johnson
*
* Contact Email:
www.eeworm.com/read/383065/2622654
c cancel6d.c
/*
* File: cancel6d.c
*
*
* Pthreads-win32 - POSIX Threads Library for Win32
* Copyright (C) 1998 Ben Elliston and Ross Johnson
* Copyright (C) 1999,2000,2001 Ross Johnson
*
* Contact
www.eeworm.com/read/383065/2622664
c mutex8e.c
/*
* mutex8e.c
*
*
* Pthreads-win32 - POSIX Threads Library for Win32
* Copyright (C) 1998 Ben Elliston and Ross Johnson
* Copyright (C) 1999,2000,2001 Ross Johnson
*
* Contact Email:
www.eeworm.com/read/362989/2924987
h kthread.h
#ifndef _LINUX_KTHREAD_H
#define _LINUX_KTHREAD_H
/* Simple interface for creating and stopping kernel threads without mess. */
#include
#include
/**
* kthread_create:
www.eeworm.com/read/361804/2943049
h condition.h
/* AscentEmu By SOI */
#ifndef CONDITION_H
#define CONDITION_H
#ifdef WIN32
//#include
#define MAX_AWAITING_THREADS 10
struct list_entry
{
HANDLE semaphore;
long count;
www.eeworm.com/read/357083/3031995
h hardirq.h
#ifndef __ASM_SH_HARDIRQ_H
#define __ASM_SH_HARDIRQ_H
#include
#include
/* entry.S is sensitive to the offsets of these fields */
typedef struct {
unsigned int __
www.eeworm.com/read/353301/3086958
java ex8_5.java
public class Ex8_5
{
public static void main( String [] args )
{
//只创建1个实现Runnable接口类的对象
TestThread threadobj = new TestThread();
System.out.println( "Starting threads"
www.eeworm.com/read/262041/4317166
h kthread.h
#ifndef _LINUX_KTHREAD_H
#define _LINUX_KTHREAD_H
/* Simple interface for creating and stopping kernel threads without mess. */
#include
#include
/**
* kthread_c