代码搜索:Threads
找到约 7,387 项符合「Threads」的源代码
代码结果 7,387
www.eeworm.com/read/203234/15363728
dpr insert.dpr
{*******************************************************}
{ }
{ 键盘全记录监控程序COM库程序主单元 }
{
www.eeworm.com/read/113863/15446329
c incr_pxsem1.c
/* include main */
#include "unpipc.h"
#define MAXNTHREADS 100
int nloop;
struct {
sem_t mutex; /* the memory-based semaphore */
long counter;
} shared;
void *incr(void *);
int
main(int arg
www.eeworm.com/read/111501/15511505
cpp launch.cpp
/*---------------------------------------------------------------
* Copyright (c) 1999,2000,2001,2002,2003
* The Board of Trustees of the University of Illinois
www.eeworm.com/read/109603/15553669
cpp dinphil.cpp
//dinphil.cpp
#include
#include
#include
const INT numPhilosophers=3;
HANDLE chopsticks[numPhilosophers];
CHAR csStat[numPhilosophers+1];
CHAR pStat[numPh
www.eeworm.com/read/106368/15638613
in makefile.in
# Makefile.in generated automatically by automake 1.4-p5 from Makefile.am
# Copyright (C) 1994, 1995-8, 1999, 2001 Free Software Foundation, Inc.
# This Makefile.in is free software; the Free Softwar
www.eeworm.com/read/103426/15733077
c cpusupportsolaris.c
/*
*
* Copyright (c) 1997-1999 Scott Oaks and Henry Wong. All Rights Reserved.
*
* Permission to use, copy, modify, and distribute this software
* and its documentation for NON-COMMERCIAL purpose
www.eeworm.com/read/103174/15742718
js jslib_llnl01.js
/******************************************************************************
* jslib_llnl01.js
*
* This library includes code that implements web page menus, footers, and other
* functions.
*
* Bla
www.eeworm.com/read/100584/15870904
c incr_pxsem1.c
/* include main */
#include "unpipc.h"
#define MAXNTHREADS 100
int nloop;
struct {
sem_t mutex; /* the memory-based semaphore */
long counter;
} shared;
void *incr(void *);
int
main(int arg