代码搜索:pThread
找到约 7,828 项符合「pThread」的源代码
代码结果 7,828
www.eeworm.com/read/216781/4888101
c test1.c
#include "unpipc.h"
#include "pthread_rwlock.h"
#define MAXNTHREADS 100
void *reader(void *), *writer(void *);
int nloop = 1000, nreaders = 6, nwriters = 4;
struct {
pthread_rwlock_t
www.eeworm.com/read/216781/4888134
c test1.c
#include "unpipc.h"
#include "pthread_rwlock.h"
#define MAXNTHREADS 100
void *reader(void *), *writer(void *);
int nloop = 1000, nreaders = 6, nwriters = 4;
struct {
pthread_rwlock_t
www.eeworm.com/read/216781/4888195
h semaphore.h
/* include semaphoreh */
/* 4the fundamental datatype */
typedef struct {
pthread_mutex_t sem_mutex; /* lock to test and set semaphore value */
pthread_cond_t sem_cond; /* for transition from
www.eeworm.com/read/206632/5005076
c mdsched.c
/* Copyright (c) 1999-2000 Microsoft Corporation. All rights reserved. */
#include "kernel.h"
#ifdef MIPS_HAS_FPU
void SaveFloatContext(PTHREAD);
void RestoreFloatContext(PTHREAD);
DWORD GetAn
www.eeworm.com/read/198916/5080784
c test1.c
#include "unpipc.h"
#include "pthread_rwlock.h"
#define MAXNTHREADS 100
void *reader(void *), *writer(void *);
int nloop = 1000, nreaders = 6, nwriters = 4;
struct {
pthread_rwlock_t
www.eeworm.com/read/198916/5080817
c test1.c
#include "unpipc.h"
#include "pthread_rwlock.h"
#define MAXNTHREADS 100
void *reader(void *), *writer(void *);
int nloop = 1000, nreaders = 6, nwriters = 4;
struct {
pthread_rwlock_t
www.eeworm.com/read/198916/5080878
h semaphore.h
/* include semaphoreh */
/* 4the fundamental datatype */
typedef struct {
pthread_mutex_t sem_mutex; /* lock to test and set semaphore value */
pthread_cond_t sem_cond; /* for transition from
www.eeworm.com/read/330176/3426919
c mdsched.c
/* Copyright (c) 1999-2000 Microsoft Corporation. All rights reserved. */
#include "kernel.h"
#ifdef MIPS_HAS_FPU
void SaveFloatContext(PTHREAD);
void RestoreFloatContext(PTHREAD);
DWORD GetAn
www.eeworm.com/read/375190/2726813
hpp condition_variable_fwd.hpp
#ifndef BOOST_THREAD_PTHREAD_CONDITION_VARIABLE_FWD_HPP
#define BOOST_THREAD_PTHREAD_CONDITION_VARIABLE_FWD_HPP
// Distributed under the Boost Software License, Version 1.0. (See
// accompanying file
www.eeworm.com/read/375190/2726817
hpp condition_variable.hpp
#ifndef BOOST_THREAD_CONDITION_VARIABLE_PTHREAD_HPP
#define BOOST_THREAD_CONDITION_VARIABLE_PTHREAD_HPP
// Distributed under the Boost Software License, Version 1.0. (See
// accompanying file LICENSE_