代码搜索:pThread
找到约 7,828 项符合「pThread」的源代码
代码结果 7,828
www.eeworm.com/read/395229/2444017
c pthread.c
/* Linuxthreads - a simple clone()-based implementation of Posix */
/* threads for Linux. */
/* Copyright (C) 1996 Xavier Leroy (Xavier.Leroy@i
www.eeworm.com/read/388795/2546530
h pthread.h
/* This is an implementation of the threads API of POSIX 1003.1-2001.
*
* --------------------------------------------------------------------------
*
* Pthreads-win32 - POSIX Threads Lib
www.eeworm.com/read/387285/2563131
h pthread.h
/* This is an implementation of the threads API of POSIX 1003.1-2001.
*
* --------------------------------------------------------------------------
*
* Pthreads-win32 - POSIX Threads Lib
www.eeworm.com/read/386455/2571219
h pthread.h
/**
* \file pthread.h
* \author Wei Yongming
* \date 2003/02/03
*
* Description: This header contains the pthread definitions needed to
* support MiniGUI u
www.eeworm.com/read/385462/2590823
h pthread.h
#ifndef _POSIX_PTHREAD_H
#define _POSIX_PTHREAD_H
#include
/* Let's be single-threaded for now. */
typedef struct {
void *ptr;
} *pthread_key_t;
static inline int pthread_key_create
www.eeworm.com/read/384220/2603040
pthread_alloc
/*
* 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/383153/2622394
c++ pthread.c++
/* -*-c++-*- OpenThreads library, Copyright (C) 2002 - 2007 The Open Thread Group
*
* This library is open source and may be redistributed and/or modified under
* the terms of the OpenSceneGraph
www.eeworm.com/read/383065/2622679
h pthread.h
/* This is an implementation of the threads API of POSIX 1003.1-2001.
*
* --------------------------------------------------------------------------
*
* Pthreads-win32 - POSIX Threads Lib
www.eeworm.com/read/383065/2622714
sln pthread.sln
Microsoft Visual Studio Solution File, Format Version 8.00
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "pthread", "pthread.vcproj", "{85B6D586-D162-4973-9F85-7FB3771E823C}"
ProjectSection(P
www.eeworm.com/read/383065/2622716
c pthread.c
/*
* pthread.c
*
* Description:
* This translation unit agregates pthreads-win32 translation units.
* It is used for inline optimisation of the library,
* maximising for speed at the expen