代码搜索:pThread
找到约 7,828 项符合「pThread」的源代码
代码结果 7,828
www.eeworm.com/read/435206/7795521
cpp pthread.cpp
/*============================================================================.
| Copyright (C) 2006 Gareth Buxton |
|--------------------------------------
www.eeworm.com/read/435027/7798876
c pthread.c
#include
#include
#include
#include
#include
void *mythread1(void *num)
{
int i;
for(i = 0; i < 5; i++){
printf("thread1: %d\n", (
www.eeworm.com/read/399904/7826915
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/197653/7982521
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/396069/8134902
pthread_sample
www.eeworm.com/read/247350/12663916
c pthread.c
#include
#include
#include
#include
#include
void *test2(void);
void *test3(void);
pthread_t th_1,th_2,th_3;
void *v1,*v2,*v3;
void *te
www.eeworm.com/read/247224/12672329
txt pthread.txt
put-->0
put-->1
put-->2
put-->3
put-->4
put-->5
put-->6
put-->7
put-->8
put-->9
put-->10
put-->11
put-->12
put-->13
put-->14
put-->15
wait for not full
0-->get
put-->16
www.eeworm.com/read/247224/12672334
c pthread.c
/************************************************
*
* The classic producer-consumer example.
* Illustrates mutexes and conditions.
* by Zou jian guo
* 2003-12-22
*
*******
www.eeworm.com/read/244097/12888522
c pthread.c
/*
* Copyright (c) 2004 Roman Shaposhnik.
*
* Many thanks to Steven M. Schultz for providing clever ideas and
* to Michael Niedermayer for writing initial
* implementation.
*
www.eeworm.com/read/142806/12917659
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