代码搜索:pThread
找到约 7,828 项符合「pThread」的源代码
代码结果 7,828
www.eeworm.com/read/427042/1980758
am makefile.am
EXTRA_DIST = config.guess config.sub install-sh missing mkinstalldirs \
ltmain.sh acx_pthread.m4 aclocal-include.m4
www.eeworm.com/read/427042/1984436
am makefile.am
EXTRA_DIST = config.guess config.sub install-sh missing mkinstalldirs \
ltmain.sh acx_pthread.m4 aclocal-include.m4
www.eeworm.com/read/418017/2094349
c usrthfork.c
/* OBSOLETE #include */
/* OBSOLETE #include */
/* OBSOLETE #include */
/* OBSOLETE */
/* OBSOLETE int main(void){ */
/* OBSOLETE pid_t pid; */
/* OBSOLETE */
/*
www.eeworm.com/read/411046/2194307
makefile
BUILD = ../../build
include $(BUILD)/Makefile.pre
PACKAGES += HEARTBEAT PSLIB PSUTILIB UTIL LIBXML PTHREAD
TESTPROGRAMS = sender.cxx \
receiver.cxx
SRC = \
SenderProxy.cxx \
ReceiverProxy.
www.eeworm.com/read/395229/2444289
h stackinfo.h
/*
* bits/stackinfo.h -- v850-specific pthread definitions
*
* Copyright (C) 2003 NEC Electronics Corporation
* Copyright (C) 2003 Miles Bader
*
* This file is subject to the
www.eeworm.com/read/360524/2960995
sgi makefile.sgi
#
# $HEADER:
# By: Alex Theo de Jong, NIST
# Description:
# Makefile for MPEG 2 Video player for SGI Irix 5.3
#
# Operating System
OS = -DIRIX # -DIRIX_PTHREAD
# Use Multi-Processing for Irix
www.eeworm.com/read/357208/3028234
h ucos2_semaphore.h
/**
* \file ucos2_semaphore.h
* \author Wei Yongming
* \date 2004/02/03
*
* semaphore.h: This header contains the pthread semaphore definitions
* needed to sup
www.eeworm.com/read/162614/5532772
java gthreadnativemethodrunner.java
/* GThreadNativeMethodRunner.java -- Implements pthread_create(), under
glib's gthread abstraction, for use with GNU Classpath's
--portable-native-sync option.
This is used by gthread-jni.c
www.eeworm.com/read/162519/5542304
java gthreadnativemethodrunner.java
/* GThreadNativeMethodRunner.java -- Implements pthread_create(), under
glib's gthread abstraction, for use with GNU Classpath's
--portable-native-sync option.
This is used by gthread-jni.c
www.eeworm.com/read/265845/11252424
cpp workqueue.cpp
#include "stdafx.h"
#include "WorkQueue.h"
#include
typedef struct _THREAD_CONTEXT
{
CWorkQueue* pWorkQueue;
void* pThreadData;
} THREAD_CONTEXT,*PTHREAD_CONTEXT;
/*