代码搜索:Threads
找到约 7,387 项符合「Threads」的源代码
代码结果 7,387
www.eeworm.com/read/409375/11330303
c utils.c
/* utils.c - Handling of timers, locks, threads and stuff
*
* Copyright (C) 2006, Sifira A/S.
*
* Author: Anders Baekgaard
* Anders Baekgaard
*
* This file
www.eeworm.com/read/409375/11330370
h utils.h
/* utils.h - Handling of timers, locks, threads and stuff
*
* Copyright (C) 2006, Sifira A/S.
*
* Author: Anders Baekgaard
* Anders Baekgaard
*
* This file
www.eeworm.com/read/407188/11425457
c 线程.c
/* Inter-Thread Communication Using POSIX Standard Threads, Global Variables and Mutexes
(EMARO Real Time Systems Project)
By: Boris Takac
Date: December 2008
Place: Genova, Liguria, Italy
E-mail:
www.eeworm.com/read/158402/11620897
java userkernel.java
package nachos.userprog;
import nachos.machine.*;
import nachos.threads.*;
import nachos.userprog.*;
/**
* A kernel that can support multiple user processes.
*/
public class UserKernel extends Thr
www.eeworm.com/read/336772/12416051
c utils.c
/* utils.c - Handling of timers, locks, threads and stuff
*
* Copyright (C) 2006, Sifira A/S.
*
* Author: Anders Baekgaard
* Anders Baekgaard
*
* This file
www.eeworm.com/read/336772/12416138
h utils.h
/* utils.h - Handling of timers, locks, threads and stuff
*
* Copyright (C) 2006, Sifira A/S.
*
* Author: Anders Baekgaard
* Anders Baekgaard
*
* This file
www.eeworm.com/read/148833/12422562
h malloc-machine.h
/* Basic platform-independent macro definitions for mutexes,
thread-specific data and parameters for malloc.
Solaris threads version.
Copyright (C) 2004 Wolfram Gloger .
Permis
www.eeworm.com/read/148833/12422572
h malloc-machine.h
/* Basic platform-independent macro definitions for mutexes,
thread-specific data and parameters for malloc.
Posix threads (pthreads) version.
Copyright (C) 2004 Wolfram Gloger
www.eeworm.com/read/148833/12422643
c malloc.c
/* Malloc implementation for multiple threads without lock contention.
Copyright (C) 1996-2002, 2003, 2004 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed b