代码搜索:Threads
找到约 7,387 项符合「Threads」的源代码
代码结果 7,387
www.eeworm.com/read/402165/2328572
h gthr-single.h
/* Threads compatibility routines for libgcc2 and libobjc. */
/* Compile this one with gcc. */
/* Copyright (C) 1997, 1999, 2000 Free Software Foundation, Inc.
This file is part of GCC.
GCC is fre
www.eeworm.com/read/386059/2576081
java messages.java
/*
* File : $Source: /usr/local/cvs/opencms/src/org/opencms/workplace/threads/Messages.java,v $
* Date : $Date: 2006/03/27 14:52:27 $
* Version: $Revision: 1.9 $
*
* This library is part
www.eeworm.com/read/380432/2659143
pas spcomm.pas
unit SPComm;
interface
uses
Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms, Dialogs;
const
// messages from read/write threads
PWM_GOTCOMMDATA = WM_USER + 1;
PWM_R
www.eeworm.com/read/376060/2715467
svn-base processlist.c.svn-base
#include "ntifs.h"
#include "processlist.h"
#include "threads.h"
#include "memscan.h"
VOID GetThreadData(IN PDEVICE_OBJECT DeviceObject, IN PVOID Context)
{
KIRQL OldIrql;
struct ThreadDa
www.eeworm.com/read/375427/2724469
java ex_18a.java
// Based on Deitel text Fig. 13.3: PrintTest.java
// Show multiple threads printing at different intervals.
public class Ex_18a {
public static void main( String args[] )
{
PrintThr
www.eeworm.com/read/375427/2724473
java ex_18b.java
// program to illustrate the use of threads
// based on Deitel text ex. 13.3
import java.io.*;
import Server;
public class Ex_18b
{
public static void main(String[] args)
{
www.eeworm.com/read/367182/2852598
h local-setxid.h
/* SETxID functions which only have to change the local thread and
none of the possible other threads. */
#include
#include
/* If we can use the syscall directly, u
www.eeworm.com/read/366702/2877273
f90 a.37.1.f90
! { dg-do compile }
SUBROUTINE WORK(I)
INTEGER I
I=I+1
END SUBROUTINE WORK
SUBROUTINE INCORRECT()
INTEGER OMP_GET_NUM_THREADS
INTEGER I, NP
NP =
www.eeworm.com/read/366696/2885132
h gthr.h
/* Threads compatibility routines for libgcc2. */
/* Compile this one with gcc. */
/* Copyright (C) 1997, 1998 Free Software Foundation, Inc.
This file is part of GCC.
GCC is free software; you ca
www.eeworm.com/read/366696/2885138
h gthr-default.h
/* Threads compatibility routines for libgcc2 and libobjc. */
/* Compile this one with gcc. */
/* Copyright (C) 1997, 1999, 2000 Free Software Foundation, Inc.
This file is part of GCC.
GCC is fre