代码搜索:Threads
找到约 7,387 项符合「Threads」的源代码
代码结果 7,387
www.eeworm.com/read/196571/5101670
h command.h
#ifndef COMMAND_H
#define COMMAND_H
class CRemoteAdminDoc;
class CRemoteAdminView;
class CMachineView;
class CMainFrame;
struct SCommand // Server machine uses this for ending threads
{
www.eeworm.com/read/192075/5160261
txt releasenotes.txt
About S60 Platform: Multiple Threads Example v1.1
--------------------
The Thread Example is an example program that demonstrates thread usage and
synchronization. The example is based on the docu
www.eeworm.com/read/191923/5161025
h _site_config.h
//
// This file defines site configuration.
//
//
/*
* _STLP_NO_THREADS: if defined, STLport don't use any
* multithreading support. Synonym is _NOTHREADS
*/
// #define _NOTHREADS
// #define _S
www.eeworm.com/read/191602/5164649
cxx thread.cxx
/*
* thread.cxx
*
* Sample program to test PWLib threads.
*
* Portable Windows Library
*
* Copyright (c) 2001,2002 Roger Hardiman
*
* The contents of this file are subject to the Moz
www.eeworm.com/read/348236/3157982
java unsynchbanktest.java
/**
@version 1.30 2004-08-01
@author Cay Horstmann
*/
/**
This program shows data corruption when multiple threads access a data structure.
*/
public class UnsynchBankTest
{
www.eeworm.com/read/340425/3286461
java synchronizedboolean.java
package com.lti.utils.synchronization;
/**
* Useful class for setting a flag between threads. For simple uses, this class is
* not that useful, since boolean access is guaranteed to be atomic.
*
www.eeworm.com/read/338072/3322880
c global.c
/*
* global.c
*
* Description:
* This translation unit instantiates data associated with the implementation
* as a whole.
*
* Pthreads-win32 - POSIX Threads Library for Win32
* Copyrig
www.eeworm.com/read/335672/3356765
h command.h
#ifndef COMMAND_H
#define COMMAND_H
class CRemoteAdminDoc;
class CRemoteAdminView;
class CMachineView;
class CMainFrame;
struct SCommand // Server machine uses this for ending threads
{
www.eeworm.com/read/334646/3364486
java unsynchbanktest.java
/**
@version 1.30 2004-08-01
@author Cay Horstmann
*/
/**
This program shows data corruption when multiple threads access a data structure.
*/
public class UnsynchBankTest
{
www.eeworm.com/read/298327/3867769
h cobengine.h
#ifndef __COB_ENGINE_H__
#define __COB_ENGINE_H__
/*
* The cob engine is responsible for "scheduling" and running threads that are running in
* infinite loops.
* It also manages reading and