代码搜索:pThread
找到约 7,828 项符合「pThread」的源代码
代码结果 7,828
www.eeworm.com/read/444639/7609760
c pthread_hw.c
#include
#include
#include
pthread_mutex_t mutex;
struct timespec delay;
void
ptr_key (void)
{
pthread_key_t mykeyt;
int par = 5;
printf ("the value got from key
www.eeworm.com/read/399904/7826567
h pthread_alloc.h
/*
* Copyright (c) 1996-1997
* Silicon Graphics Computer Systems, Inc.
*
* Permission to use, copy, modify, distribute and sell this software
* and its documentation for any purpose is hereby gra
www.eeworm.com/read/299010/7900161
h my_pthread.h
/* Copyright (C) 2000 MySQL AB & MySQL Finland AB & TCX DataKonsult AB
This library is free software; you can redistribute it and/or
modify it under the terms of the GNU Library General Publ
www.eeworm.com/read/197653/7982216
h pthread_alloc.h
/*
* Copyright (c) 1996-1997
* Silicon Graphics Computer Systems, Inc.
*
* Permission to use, copy, modify, distribute and sell this software
* and its documentation for any purpose is hereby gra
www.eeworm.com/read/396069/8134908
pthread_mutex_sample
www.eeworm.com/read/396069/8134912
c pthread_sample.c
#include
#include
#include
#include
int number;
void* thread_fun(void *arg)
{
int i=0;
printf("count=%d\n",*((int*)arg));
for(i=0;i
www.eeworm.com/read/396069/8134918
pthread_cond_sample
www.eeworm.com/read/396069/8134922
pthread_sem_sample
www.eeworm.com/read/142806/12917509
h pthread_alloc.h
/*
* Copyright (c) 1996-1997
* Silicon Graphics Computer Systems, Inc.
*
* Permission to use, copy, modify, distribute and sell this software
* and its documentation for any purpose is hereby gra
www.eeworm.com/read/243434/12940975
man pthread_join.man
.TH PTHREAD_JOIN 3 LinuxThreads
.SH NAME
pthread_join \- wait for termination of another thread
.SH SYNOPSIS
#include
int pthread_join(pthread_t th, void **thread_return);
.SH DESCRIPT