代码搜索:Specific
找到约 10,000 项符合「Specific」的源代码
代码结果 10,000
www.eeworm.com/read/177968/9425638
c specific.c
/********************************************************
* An example source module to accompany...
*
* "Using POSIX Threads: Programming with Pthreads"
* by Brad nichols, Dick Buttlar, Jacki
www.eeworm.com/read/175446/9548887
exe dmi(specific).exe
www.eeworm.com/read/347553/7125675
c specific.c
/********************************************************
* An example source module to accompany...
*
* "Using POSIX Threads: Programming with Pthreads"
* by Brad nichols, Dick Buttlar, J
www.eeworm.com/read/243434/12941053
c specific.c
/* Linuxthreads - a simple clone()-based implementation of Posix */
/* threads for Linux. */
/* Copyright (C) 1996 Xavier Leroy (Xavier.Leroy@i
www.eeworm.com/read/302488/13833754
c specific.c
/*****************************************
Copyright (c) 2001-2002
Sigma Designs, Inc. All Rights Reserved
Proprietary and Confidential
*****************************************/
/* This is file
www.eeworm.com/read/302488/13833772
h specific.h
#ifndef _SPECIFIC_H
#define _SPECIFIC_H
// all os and platform specific functions are defined here
typedef unsigned char *IOPORT;
unsigned char ATA_READ_UCHAR (IOPORT port);
void ATA_WRITE_UCHAR (IO
www.eeworm.com/read/147331/5731674
c specific.c
/* Linuxthreads - a simple clone()-based implementation of Posix */
/* threads for Linux. */
/* Copyright (C) 1996 Xavier Leroy (Xavier.Leroy@i
www.eeworm.com/read/144216/5752176
pm specific.pm
package Thread::Specific;
=head1 NAME
Thread::Specific - thread-specific keys
=head1 SYNOPSIS
use Thread::Specific;
my $k = key_create Thread::Specific;
=head1 DESCRIPTION
C
www.eeworm.com/read/144216/5752186
t specific.t
use Thread;
use Thread::Specific qw(foo);
sub count {
my $tid = Thread->self->tid;
my Thread::Specific $tsd = Thread::Specific::data;
for (my $i = 0; $i < 5; $i++) {
$tsd->{foo} = $i;
www.eeworm.com/read/134009/5896034
pm specific.pm
package Thread::Specific;
=head1 NAME
Thread::Specific - thread-specific keys
=head1 SYNOPSIS
use Thread::Specific;
my $k = key_create Thread::Specific;
=head1 DESCRIPTION
C