代码搜索:thread
找到约 10,000 项符合「thread」的源代码
代码结果 10,000
www.eeworm.com/read/284556/8919042
cc scheduler.cc
// scheduler.cc
// Routines to choose the next thread to run, and to dispatch to
// that thread.
//
// These routines assume that interrupts are already disabled.
// If interrupts are disabled, we c
www.eeworm.com/read/284556/8919139
h syscall.h
/* syscalls.h
* Nachos system call interface. These are Nachos kernel operations
* that can be invoked from user programs, by trapping to the kernel
* via the "syscall" instruction.
*
* This
www.eeworm.com/read/427539/8937347
h serialex.h
// SerialEx.h - Definition of the CSerialEx class
//
// Copyright (C) 1999-2003 Ramon de Klein (Ramon.de.Klein@ict.nl)
//
// This library is free software; you can redistribute it and/or
// modif
www.eeworm.com/read/283196/9036408
readme11
Chapter 11 - POSIX Threads.
thread1.c - a program to test for thread support. To compile this program, you may need to use the command:
cc -D_POSIX_C_SOURCE=199506L thread1.c -o thread1
When th
www.eeworm.com/read/283125/9041728
h serialex.h
// SerialEx.h - Definition of the CSerialEx class
//
// Copyright (C) 1999-2003 Ramon de Klein (Ramon.de.Klein@ict.nl)
//
// This library is free software; you can redistribute it and/or
// modif
www.eeworm.com/read/282935/9051395
pas idircserver.pas
{ $HDR$}
{**********************************************************************}
{ Unit archived using Team Coherence }
{ Team Coherence is Copyright 2002 by Qual
www.eeworm.com/read/282581/9081824
h serialex.h
// SerialEx.h - Definition of the CSerialEx class
//
// Copyright (C) 1999-2003 Ramon de Klein (Ramon.de.Klein@ict.nl)
//
// This library is free software; you can redistribute it and/or
// modif
www.eeworm.com/read/381141/9107829
cpp integersummationthread.cpp
/**
*
* Definition of CIntegerSummationThread
*
* Copyright (c) 2004 Nokia Corporation
* version 2.0
*/
// INCLUDE FILES
// User includes
#include "IntegerSummationThread.h"
#include "Pow