代码搜索:pThread
找到约 7,828 项符合「pThread」的源代码
代码结果 7,828
www.eeworm.com/read/383065/2622833
nonportable readme.nonportable
This file documents non-portable functions and other issues.
Non-portable functions included in pthreads-win32
-------------------------------------------------
BOOL
pthread_win32_test_feature
www.eeworm.com/read/360524/2960844
solaris makefile.solaris
#
# $Header:
# By: Alex Theo de Jong, NIST
# Description:
# Makefile for MPEG 2 Buffer implementation
#
# Operating System
OS = -DSOLARIS # -DSOLARIS_PTHREAD
# Use Solaris Multi-Threading
TH
www.eeworm.com/read/360524/2960944
solaris makefile.solaris
#
# File: makefile
# By: Alex Theo de Jong, NIST
# Description:
# Makefile for MPEG 2 Demultiplexer implementation for SUN Solaris
#
OS = -DSOLARIS # -DSOLARIS_PTHREAD
# Use Solaris Multi-Thre
www.eeworm.com/read/335434/12524055
cpp main.cpp
///////////////////////////////////////////////////////
// FileName: main.cpp
// Author: b1gm0use
// Project: myvideo
#include
#include
#include
#include
www.eeworm.com/read/106368/15638596
c philosopher.c
#include "philosopher.h"
using namespace std;
philosopher::philosopher(int n, int forks, void *arg)
: Pthread(arg)
{
_nr = n;
_forks = forks;
_count = forks;
}
philosopher::~philosopher
www.eeworm.com/read/192525/8376550
h ucos2_semaphore.h
/**
* \file semaphore.h
* \author Wei Yongming
* \date 2004/02/03
*
* semaphore.h: This header contains the pthread semaphore definitions
* needed to support M
www.eeworm.com/read/192525/8376607
h semaphore.h
/**
* \file semaphore.h
* \author Wei Yongming
* \date 2004/02/03
*
* semaphore.h: This header contains the pthread semaphore definitions
* needed to support M
www.eeworm.com/read/192512/8378290
h ucos2_semaphore.h
/**
* \file semaphore.h
* \author Wei Yongming
* \date 2004/02/03
*
* semaphore.h: This header contains the pthread semaphore definitions
* needed to support M
www.eeworm.com/read/192512/8378399
h semaphore.h
/**
* \file semaphore.h
* \author Wei Yongming
* \date 2004/02/03
*
* semaphore.h: This header contains the pthread semaphore definitions
* needed to support M
www.eeworm.com/read/175598/9540293
tests nmakefile.tests
/* for running tests */
CCFLAGS = -g
_MT == 1
_timeb == timeb
_ftime == ftime
.SOURCE: tests
/*
:PACKAGE: pthread
*/
set keepgoing
":test:" : .MAKE .OPERATOR
local I
$(