代码搜索:Pthread
找到约 7,828 项符合「Pthread」的源代码
代码结果 7,828
www.eeworm.com/read/462744/1543058
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/460526/1561071
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/459172/1573096
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/458653/1585007
pthread-makefile
# Make PortAudio for Silicon Graphics IRIX (6.2)
# Pieter suurmond, september 22, 2001. (v15 pa_sgi sub-version #0.18)
# pthread, math (as with linux) and SGI audio library:
# SGI-books say -lpth
www.eeworm.com/read/251588/4418453
h pthread.h
/*
Copyright 2005-2007 Intel Corporation. All Rights Reserved.
This file is part of Threading Building Blocks.
Threading Building Blocks is free software; you can redistribute it
an
www.eeworm.com/read/251588/4418511
cpp pthread.cpp
/*
Copyright 2005-2007 Intel Corporation. All Rights Reserved.
This file is part of Threading Building Blocks.
Threading Building Blocks is free software; you can redistribute it
an
www.eeworm.com/read/248727/4464764
h pthread.h
#ifndef CYGONCE_ISO_PTHREAD_H
#define CYGONCE_ISO_PTHREAD_H
/*========================================================================
//
// pthread.h
//
// POSIX pthread functions
//
www.eeworm.com/read/240943/4564657
c pthread.c
/* Copyright (C) 1992-2000 the Florida State University
Distributed by the Florida State University under the terms of the
GNU Library General Public License.
This file is part of Pthreads.
Pt
www.eeworm.com/read/240162/4578809
h pthread.h
/* DO NOT EDIT THIS FILE.
It has been auto-edited by fixincludes from:
"fixinc/tests/inc/pthread.h"
This had to be done to correct non-standard usages in the
original, manufacturer su
www.eeworm.com/read/238768/4608752
sh pthread.sh
#!/bin/sh
#
# build using pthreads
#
# http://www.mit.edu:8001/people/proven/pthreads.html
#
/bin/rm -f mttest
pgcc -DPTHREADS -I../../include -g mttest.c -o mttest -L../.. -lssl -lcrypto