代码搜索:Threads
找到约 7,387 项符合「Threads」的源代码
代码结果 7,387
www.eeworm.com/read/149876/5696611
exp usrthfork.exp
# user_th_basic.exp -- Expect script to test gdb with user threads
# Copyright (C) 1992 Free Software Foundation, Inc.
# This program is free software; you can redistribute it and/or modify
# it unde
www.eeworm.com/read/148694/5712045
exp usrthfork.exp
# user_th_basic.exp -- Expect script to test gdb with user threads
# Copyright (C) 1992 Free Software Foundation, Inc.
# This program is free software; you can redistribute it and/or modify
# it unde
www.eeworm.com/read/147331/5731447
c malloc.c
/* Malloc implementation for multiple threads without lock contention.
Copyright (C) 1996-2001, 2002 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by Wolf
www.eeworm.com/read/147331/5731599
c td_ta_get_nthreads.c
/* Get the number of threads in the process.
Copyright (C) 1999, 2001 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by Ulrich Drepper
www.eeworm.com/read/141295/5774082
c wrapper_template.c
/* Template to use to replace I/O system calls with a wrapper that
* keeps blocking I/O from blocking all of the user-level threads */
/* This template uses 4 macros to define the system call:
* SY
www.eeworm.com/read/130382/5957698
h pgpthreads.h
/*
* pgpThreads.h
*
* NAI generic thread code.
*
*/
#ifndef Included_pgpThreads_h
#define Included_pgpThreads_h
#ifndef PGP_MACINTOSH /* This threads lib is not supported by the Mac y
www.eeworm.com/read/130382/5958189
h pgpthreads.h
/*
* pgpThreads.h
*
* NAI generic thread code.
*
*/
#ifndef Included_pgpThreads_h
#define Included_pgpThreads_h
#ifndef PGP_MACINTOSH /* This threads lib is not supported by the Mac y
www.eeworm.com/read/130241/5962770
java synchbanktest.java
/**
@version 1.30 2004-08-01
@author Cay Horstmann
*/
import java.util.concurrent.locks.*;
/**
This program shows how multiple threads can safely access a data structure.
*/
publ
www.eeworm.com/read/125688/6022467
readme
Directories: oskit/examples/x86/threads
Targets: Lots
Documentation: See the headers of each .c
Original Code Source: Flux Research Group, University of Utah
Description:
Each .c file in this dire
www.eeworm.com/read/124347/6051168
c malloc.c
/* Malloc implementation for multiple threads without lock contention.
Copyright (C) 1996-2001, 2002 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by Wolf