代码搜索:pThread
找到约 7,828 项符合「pThread」的源代码
代码结果 7,828
www.eeworm.com/read/133772/5901194
cxx pthread.cxx
//==========================================================================
//
// pthread.cxx
//
// POSIX pthreads implementation
//
//================================================
www.eeworm.com/read/132748/5909544
h pthread.h
/* Pthread data structures. Generic version.
Copyright (C) 2002 Free Software Foundation, Inc.
This file is part of the GNU C Library.
The GNU C Library is free software; you can redistribu
www.eeworm.com/read/132748/5909623
h pthread.h
/* Copyright (C) 2000, 2002, 2005 Free Software Foundation, Inc.
This file is part of the GNU C Library.
The GNU C Library is free software; you can redistribute it and/or
modify it under th
www.eeworm.com/read/126641/6014643
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
www.eeworm.com/read/125688/6025543
h pthread.h
#ifdef OSKIT
#include
#else
/*
* Copyright (c) 1993, 1994 by Chris Provenzano, proven@mit.edu
* Copyright (c) 1995-1998 by John Birrell
* All rights r
www.eeworm.com/read/125688/6026599
h pthread.h
#ifdef OSKIT
#include
#else
/*
* Copyright (c) 1993, 1994 by Chris Provenzano, proven@mit.edu
* Copyright (c) 1995 by John Birrell
* All rights reserv
www.eeworm.com/read/124347/6051107
h pthread.h
/* Linuxthreads - a simple clone()-based implementation of Posix */
/* threads for Linux. */
/* Copyright (C) 1996 Xavier Leroy (Xavier.Leroy@i
www.eeworm.com/read/124347/6051865
h pthread.h
/* pthread.h
*
* Written by Joel Sherrill .
*
* COPYRIGHT (c) 1989-2000.
* On-Line Applications Research Corporation (OAR).
*
* Permission to use, copy, modify, and distr
www.eeworm.com/read/124347/6052956
cc pthread.cc
/* pthread.cc: posix pthread interface for Cygwin
Copyright 1998, 1999, 2000, 2001, 2002 Red Hat, Inc.
Originally written by Marco Fuykschot
This file is part of Cygwin.
www.eeworm.com/read/124347/6053056
h pthread.h
/* pthread.h: POSIX pthread interface
Copyright 1996, 1997, 1998, 1999, 20000, 2001 Red Hat, Inc.
Written by Marco Fuykschot
This file is part of Cygwin.
This software i