代码搜索:shared
找到约 10,000 项符合「shared」的源代码
代码结果 10,000
www.eeworm.com/read/183326/9168418
todo
-- $Id: TODO,v 1.4 1999/10/20 09:18:58 tom Exp $
-- Intensive testing
Perhaps the delivery of the Beta will help a bit.
-- Documentation
Like most WEB pages: under continuous construction
www.eeworm.com/read/181788/9236968
c mutexsemdemo.c
/* mutexSemDemo.c - Demonstrate the usage of the mutual exclusion semaphore
* for intertask synchronization and obtaining exclusive
* access to a data struct
www.eeworm.com/read/374163/9418700
8 ipcrm.8
.\" Copyright 2002 Andre C. Mazzone (linuxdev@karagee.com)
.\" May be distributed under the GNU General Public License
.TH IPCRM 8 "last change: 19 March 2002" "ipcrm" "Linux Programmer's Manual"
.SH
www.eeworm.com/read/177261/9462853
readme_shmemalloc
FILE LIST -
buffSend.c
buffReceive.c
DESCRIPTION -
The following code example uses memory from the shared memory
system partition to share data between tasks on different
C
www.eeworm.com/read/177261/9462866
c mutexsemdemo.c
/* mutexSemDemo.c - Demonstrate the usage of the mutual exclusion semaphore
* for intertask synchronization and obtaining exclusive
* access to a data structur
www.eeworm.com/read/366065/9835102
readme
This directory contains several files for testing Tcl's dynamic
loading capabilities. If shared libraries are supported then
the build system in the parent directory will create
the shared libs and l
www.eeworm.com/read/365797/9846840
h smobjlib.h
/* smObjLib.h - shared memory object library header */
/* Copyright 1984-2002 Wind River Systems, Inc. */
/*
modification history
--------------------
01l,03may02,mas made global pointers volatile
www.eeworm.com/read/168661/9902733
vb storedshoppingcart.vb
Imports Microsoft.VisualBasic
Imports System.Collections.Generic
Public Class StoredShoppingCart
Public Shared Function Read() As ShoppingCart
Return FetchCart()
End Funct
www.eeworm.com/read/168659/9902838
dpr ppjgclient.dpr
program pPJGClient;
uses
Forms,
frmPJgMain in 'frmPJgMain.pas' {MainP},
frmPJgLogin in 'frmPJgLogin.pas' {JGLoginGL},
dmPJg in 'dmPJg.pas' {DM: TDataModule},
uDMFunc in 'uDMFunc.pas'