代码搜索:pThread
找到约 7,828 项符合「pThread」的源代码
代码结果 7,828
www.eeworm.com/read/298351/7965508
c main.c
/*
* POSIX下线程控制的实验程序残缺版 1.2
* 作者:Sunner Sun
* 最后修改时间:2005-3-16 15:10
*/
#include
#include
#include
#include
#include
#define
www.eeworm.com/read/242863/12976758
c attributes.c
#include "thread.h"
namespace cpp_threads {
//
// attributes - constructor
//
// initialize the attribute structure with default values.
attributes::attributes()
{
Pthread *p = Pthre
www.eeworm.com/read/309911/13662369
c frame.c
/*
* Copyright (C) 2004 Nathan Lutchansky
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as p
www.eeworm.com/read/304851/13784940
c my_init.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 */
#include "mysys_priv.h"
#include "my_static.h
www.eeworm.com/read/148153/5717199
c crypt.c
/*
* crypt.c A thread-safe crypt wrapper
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License as publishe
www.eeworm.com/read/147331/5731594
c getreent.c
/* get thread-specific reentrant pointer */
#include
struct _reent *
__getreent (void)
{
pthread_descr self = thread_self();
return THREAD_GETMEM(self, p_reentp);
}
www.eeworm.com/read/147331/5731622
c condvar.c
/* Linuxthreads - a simple clone()-based implementation of Posix */
/* threads for Linux. */
/* Copyright (C) 1996 Xavier Leroy (Xavier.Leroy@i
www.eeworm.com/read/147331/5731697
c reent.c
/* Define the location of _REENT for the newlib C library */
#include
#include "pthread.h"
#include "internals.h"
struct _reent * __thread_reent()
{
pthread_descr self = thread_self();
www.eeworm.com/read/140156/5794820
hpp cygwin.hpp
// (C) Copyright Boost.org 2001. Permission to copy, use, modify, sell and
// distribute this software is granted provided this copyright notice appears
// in all copies. This software is provide
www.eeworm.com/read/139291/5805939
m4 config5.m4
dnl ## XXX - Need a more thorough check of the proper flags to use
if test "$MPM_NAME" = "worker" ; then
AC_CHECK_FUNCS(pthread_kill)
APACHE_FAST_OUTPUT(server/mpm/$MPM_NAME/Makefile)
fi