代码搜索:Threads
找到约 7,387 项符合「Threads」的源代码
代码结果 7,387
www.eeworm.com/read/387242/8698309
c badloop.c
/*
DESCRIPTION:
Parallelizing an inner loop with dependences
Backward dependency
for (i=0; i
www.eeworm.com/read/177968/9425439
c sig.c
/********************************************************
* An example source module to accompany...
*
* "Using POSIX Threads: Programming with Pthreads"
* by Brad nichols, Dick Buttlar, Jacki
www.eeworm.com/read/347553/7125653
c sig.c
/********************************************************
* An example source module to accompany...
*
* "Using POSIX Threads: Programming with Pthreads"
* by Brad nichols, Dick Buttlar, J
www.eeworm.com/read/136571/5869458
c testsem.c
/* Simple test of the SDL semaphore code */
#include
#include
#include
#include "SDL.h"
#include "SDL_thread.h"
#define NUM_THREADS 10
static SDL_sem *
www.eeworm.com/read/111374/6155366
c testsem.c
/* Simple test of the SDL semaphore code */
#include
#include
#include
#include "SDL.h"
#include "SDL_thread.h"
#define NUM_THREADS 10
static SDL_sem *sem;
int ali
www.eeworm.com/read/110972/6161994
c testsem.c
/* Simple test of the SDL semaphore code */
#include
#include
#include
#include "SDL.h"
#include "SDL_thread.h"
#define NUM_THREADS 10
static SDL_sem *
www.eeworm.com/read/162614/5536803
java thread_wait_2.java
// Create many threads waiting on a monitor. Interrupt some of them. Do the
// others wake up correctly with notify() and/or notifyAll()?
import java.util.Vector;
class Waiter extends Thread
{
Ob
www.eeworm.com/read/162519/5546335
java thread_wait_2.java
// Create many threads waiting on a monitor. Interrupt some of them. Do the
// others wake up correctly with notify() and/or notifyAll()?
import java.util.Vector;
class Waiter extends Thread
{
Ob
www.eeworm.com/read/113031/15471942
c sig.c
/********************************************************
* An example source module to accompany...
*
* "Using POSIX Threads: Programming with Pthreads"
* by Brad nichols, Dick Buttlar, Jacki
www.eeworm.com/read/139291/5805887
h mpm_default.h
/* Copyright 2000-2005 The Apache Software Foundation or its licensors, as
* applicable.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in c