代码搜索:Pthread

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

代码结果 7,828
www.eeworm.com/read/231865/4709483

h pthread_alloc.h

/* * Copyright (c) 1999 Boris Fomitchev * AUTOMATICALLY GENERATED - DO NOT EDIT ! */ /* * * This wrapper is needed for Borland C++ 5.0 to get STLport * header properly included */
www.eeworm.com/read/231865/4709533

h pthread_alloc.h

/* * * Copyright (c) 1994 * Hewlett-Packard Company * * Copyright (c) 1996,1997 * Silicon Graphics Computer Systems, Inc. * * Copyright (c) 1997 * Moscow Center for SPARC Technology
www.eeworm.com/read/222917/4815687

c my_pthread.c

/* Copyright Abandoned 1996 TCX DataKonsult AB & Monty Program KB & Detron HB This file is public domain and comes with NO WARRANTY of any kind */ /* Functions to get threads more portable */ #incl
www.eeworm.com/read/222917/4815733

h my_pthread.h

/* Copyright Abandoned 1996 TCX DataKonsult AB & Monty Program KB & Detron HB This file is public domain and comes with NO WARRANTY of any kind */ /* Defines to make different thread packages compat
www.eeworm.com/read/216845/4880006

h my_no_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/216845/4880009

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/216781/4888097

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 r
www.eeworm.com/read/216781/4888128

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
www.eeworm.com/read/211187/4945228

h _nspr_pthread.h

/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 2 -*- */ /* * The contents of this file are subject to the Mozilla Public * License Version 1.1 (the "License"); you may no
www.eeworm.com/read/203830/5037931

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