代码搜索:pThread

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

代码结果 7,828
www.eeworm.com/read/132667/14080200

c gwthread-pthread.c

/* ==================================================================== * The Kannel Software License, Version 1.0 * * Copyright (c) 2001-2004 Kannel Group * Copyright (c) 1998-2001 WapIT Ltd
www.eeworm.com/read/113863/15446406

h pthread_rwlock.h

/* include lockh */ #ifndef __pthread_rwlock_h #define __pthread_rwlock_h typedef struct { pthread_mutex_t rw_mutex; /* basic lock on this struct */ pthread_cond_t rw_condreaders; /* for reader
www.eeworm.com/read/113863/15446443

h pthread_rwlock.h

/* include rwlockh */ #ifndef __pthread_rwlock_h #define __pthread_rwlock_h typedef struct { pthread_mutex_t rw_mutex; /* basic lock on this struct */ pthread_cond_t rw_condreaders; /* for reade
www.eeworm.com/read/112762/15477515

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/106368/15638679

3 pthread_io.3

.\" Copyright (c) 1999-2000 Orn E. Hansen .\" .\" Permission is granted to make and distribute verbatim copies of this .\" manual provided the copyright notice and this
www.eeworm.com/read/105621/15663767

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/101168/15842427

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/100584/15870981

h pthread_rwlock.h

/* include lockh */ #ifndef __pthread_rwlock_h #define __pthread_rwlock_h typedef struct { pthread_mutex_t rw_mutex; /* basic lock on this struct */ pthread_cond_t rw_condreaders; /* for reader
www.eeworm.com/read/100584/15871018

h pthread_rwlock.h

/* include rwlockh */ #ifndef __pthread_rwlock_h #define __pthread_rwlock_h typedef struct { pthread_mutex_t rw_mutex; /* basic lock on this struct */ pthread_cond_t rw_condreaders; /* for reade
www.eeworm.com/read/470566/6913918

m4 acx_pthread.m4

dnl Available from the GNU Autoconf Macro Archive at: dnl http://www.gnu.org/software/ac-archive/htmldoc/acx_pthread.html dnl AC_DEFUN([ACX_PTHREAD], [ AC_REQUIRE([AC_CANONICAL_HOST]) AC_LANG_SAVE AC_