代码搜索:pThread
找到约 7,828 项符合「pThread」的源代码
代码结果 7,828
www.eeworm.com/read/347840/11633605
h pthread.h
/* This is an implementation of the threads API of POSIX 1003.1-2001.
*
* --------------------------------------------------------------------------
*
* Pthreads-win32 - POSIX Threads Lib
www.eeworm.com/read/345936/11779625
pthread_alloc
/*
* Copyright (c) 1996
* Silicon Graphics Computer Systems, Inc.
*
* Permission to use, copy, modify, distribute and sell this software
* and its documentation for any purpose is hereby granted
www.eeworm.com/read/152711/12091183
h pthread.h
/**
* \file pthread.h
* \author Wei Yongming
* \date 2003/02/03
*
* Description: This header contains the pthread definitions needed to
* support MiniGUI u
www.eeworm.com/read/341182/12104663
c pthread.c
/************************************************
*
* The classic producer-consumer example.
* Illustrates mutexes and conditions.
* by Zou jian guo
* 2003-12-22
*
*******
www.eeworm.com/read/151478/12207120
pthread_alloc
/*
* Copyright (c) 1996
* Silicon Graphics Computer Systems, Inc.
*
* Permission to use, copy, modify, distribute and sell this software
* and its documentation for any purpose is hereby granted
www.eeworm.com/read/252346/12285505
h pthread.h
/*************************************************
Copyright (C), 2006-2010, Aurine
File name: pthread.h
Author: 张卓谋
Version: 1.0
Date: 2005.6.02
Description:
*********
www.eeworm.com/read/252346/12285511
c pthread.c
/*************************************************
Copyright (C), 2006-2010, Aurine
File name: pthread.c
Author: 张卓谋
Version: 1.0
Date: 2005.6.02
Description:
***********
www.eeworm.com/read/337040/12401045
pthread_alloc
/*
* Copyright (c) 1996
* Silicon Graphics Computer Systems, Inc.
*
* Permission to use, copy, modify, distribute and sell this software
* and its documentation for any purpose is hereby granted
www.eeworm.com/read/230226/14296461
c pthread.c
#include "message.h"
#include "led.h"
#include "mwd.h"
#include "ad.h"
#include "sever.h"
void * pwm(void *data);
void init(struct prodcons * b)
{
pthread_mutex_init(&b->lock, NULL);
pthread_cond
www.eeworm.com/read/230226/14296491