代码搜索:pThread
找到约 7,828 项符合「pThread」的源代码
代码结果 7,828
www.eeworm.com/read/181046/9276425
h thread_display.h
/*
* Copyright (C) 2000-2003 Damien Douxchamps
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public L
www.eeworm.com/read/177968/9425410
makefile
###########################################################
# An example source module to accompany...
#
# "Using POSIX Threads: Programming with Pthreads"
# by Brad nichols, Dick Buttlar, Jackie
www.eeworm.com/read/177968/9425483
c asrt.c
/* asrt.c
*
* Created by Brad Nichols, 10/20/93
*
* Multi-Threaded Server program for the Automated Teller Machine (ATM)
* example program.
* Maintains a database of bank accounts accepting req
www.eeworm.com/read/177968/9425569
c atm_svr_broken.c
/********************************************************
* An example source module to accompany...
*
* "Using POSIX Threads: Programming with Pthreads"
* by Brad nichols, Dick Buttlar, Jacki
www.eeworm.com/read/177968/9425573
c atm_svr_cancel.c
/********************************************************
* An example source module to accompany...
*
* "Using POSIX Threads: Programming with Pthreads"
* by Brad nichols, Dick Buttlar, Jacki
www.eeworm.com/read/169944/9830292
h kernel.h
#ifndef _GOS_KERNEL_H_
#define _GOS_KERNEL_H_
#define EnableSwitchThread() g_pKernel->UnlockSwitch()
#define DisableSwitchThread() g_pKernel->LockSwitch()
#define GetCurrentThread() g_pKernel->G
www.eeworm.com/read/167847/9950365
c mq_notify.c
/* include mq_notify */
#include "unpipc.h"
#include "mqueue.h"
int
mymq_notify(mymqd_t mqd, const struct sigevent *notification)
{
int n;
pid_t pid;
struct mymq_hdr *mqhdr;
struct mymq_info *mq
www.eeworm.com/read/362257/10008937
conf tmake.conf
#
# $Id$
#
# tmake configuration for solaris-cc-gcc
# (Using SunPro CC for C++ code and gcc for C code.)
#
TEMPLATE = app
CONFIG = qt warn_on release
TMAKE_CC = gcc
TMAKE_CFLAGS =
TMAKE_CFLAGS_
www.eeworm.com/read/360251/10105666
c rtpupdate.c
/* rtpupdate.c - rtpupdate */
#include
/*------------------------------------------------------------------------
* rtpupdate - update statistics with each RTP packet received
*-----------
www.eeworm.com/read/360251/10105729
c tcpmtechod.c
/* TCPmtechod.c - main, TCPechod, prstats */
#include
#include
#include
#include
#include
#include
#include
#inclu