代码搜索:Threads
找到约 7,387 项符合「Threads」的源代码
代码结果 7,387
www.eeworm.com/read/340425/3286040
java threadqueue.java
package net.sf.fmj.ejmf.toolkit.media;
import java.util.Vector;
/**
* The ThreadQueue class provides a mechanism to run threads
* serially. When a thread is added, it will be started as soon
* a
www.eeworm.com/read/338072/3322858
c rwlock.c
/*
* rwlock.c
*
* Description:
* This translation unit implements read/write lock primitives.
*
* Pthreads-win32 - POSIX Threads Library for Win32
* Copyright (C) 1998
*
* This libra
www.eeworm.com/read/338072/3322859
c exit.c
/*
* exit.c
*
* Description:
* This translation unit implements routines associated with exiting from
* a thread.
*
* Pthreads-win32 - POSIX Threads Library for Win32
* Copyright (C) 1
www.eeworm.com/read/338072/3322863
c mutex.c
/*
* mutex.c
*
* Description:
* This translation unit implements mutual exclusion (mutex) primitives.
*
* Pthreads-win32 - POSIX Threads Library for Win32
* Copyright (C) 1998
*
* Th
www.eeworm.com/read/338072/3322868
c sched.c
/*
* sched.c
*
* Description:
* POSIX thread functions that deal with thread scheduling.
*
* Pthreads-win32 - POSIX Threads Library for Win32
* Copyright (C) 1998
*
* This library i
www.eeworm.com/read/333819/3382697
txt glib-overrides.txt
# This file makes most of the thread related macros look like
# functions, which they really were, if possible easy.
# default thread implementation
G_THREADS_IMPL_POSIX
www.eeworm.com/read/328357/3443953
readme
Mutithreading testing area.
Since this stuff is very very platorm specific, this is not part of the
normal build. Have a read of doc/threads.doc.
mttest will do some testing and will currently buil
www.eeworm.com/read/325387/3484507
c ngx_times.c
/*
* Copyright (C) Igor Sysoev
*/
#include
#include
/*
* The time may be updated by signal handler or by several threads.
* The time update operations are rare and
www.eeworm.com/read/321483/3534227
t threaded.t
#!/usr/bin/perl -T -w
BEGIN {
if( $ENV{PERL_CORE} ) {
chdir 't';
@INC = '../lib';
}
}
use strict;
BEGIN {
# this is sucky because threads.pm has to be loaded before Tes
www.eeworm.com/read/321483/3534697
pl makefile.pl
# Module makefile for threads::shared (using ExtUtils::MakeMaker)
require 5.008;
use strict;
use warnings;
use ExtUtils::MakeMaker;
# Used to check for a 'C' compiler
sub check_cc
{
require F