代码搜索:pThread

找到约 7,828 项符合「pThread」的源代码

代码结果 7,828
www.eeworm.com/read/340665/3283872

cc pthread3.cc

// 2002-01-23 Loren J. Rittle // Adpated from libstdc++/5347 submitted by markus.breuer@materna.de // // Copyright (C) 2002, 2003 Free Software Foundation, In
www.eeworm.com/read/340665/3283873

cc pthread4.cc

// 2002-01-23 Loren J. Rittle // Adapted from http://gcc.gnu.org/ml/gcc-bugs/2002-01/msg00679.html // which was adapted from pthread1.cc by Mike Lu
www.eeworm.com/read/340665/3283874

cc pthread2.cc

// 2002-01-23 Loren J. Rittle // Adpated from libstdc++/5347 submitted by markus.breuer@materna.de // // Copyright (C) 2002, 2003 Free Software Foundation, In
www.eeworm.com/read/340665/3283875

cc pthread5.cc

// 2002-01-23 Loren J. Rittle // Adpated from libstdc++/5464 submitted by jjessel@amadeus.net // Jean-Francois JESSEL (Amadeus SAS Development) // // Copyrig
www.eeworm.com/read/339800/3294620

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/339800/3294896

h pthread_allocimpl.h

/* * 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/339586/3297787

c mut_pthread.c

/*- * See the file LICENSE for redistribution information. * * Copyright (c) 1999-2004 * Sleepycat Software. All rights reserved. * * $Id: mut_pthread.c,v 11.62 2004/09/22 16:27:05 bostic Exp $
www.eeworm.com/read/338072/3324597

c pthread_adds.c

/* * signal.c * * Description: * Thread-aware signal functions. * * Pthreads-win32 - POSIX Threads Library for Win32 * Copyright (C) 1998 * * This library is free software; you can r
www.eeworm.com/read/338072/3324603

h pthread_adds.h

/* * pthread_adds.h * * * Created by Michael on Sun Apr 21 2002. * Copyright (c) 2001 __MyCompanyName__. All rights reserved. * */ #ifndef _PTHREAD_ADDS_H #define _PTHREAD_ADDS_H #include
www.eeworm.com/read/328357/3443958

sh pthread2.sh

#!/bin/sh # # build using pthreads where it's already built into the system # /bin/rm -f mttest gcc -DPTHREADS -I../../include -g mttest.c -o mttest -L../.. -lssl -lcrypto -lpthread