代码搜索:shared

找到约 10,000 项符合「shared」的源代码

代码结果 10,000
www.eeworm.com/read/100584/15870843

c my_shm.c

/* include my_shm */ #include "unpipc.h" void * my_shm(size_t nbytes) { void *shared; #if defined(MAP_ANON) shared = mmap(NULL, nbytes, PROT_READ | PROT_WRITE, MAP_ANON | MAP_SHARED, -1, 0)
www.eeworm.com/read/127438/6006250

in mpif77.conf.in

#! /bin/sh # Default compiler configuration # WARNING: THIS IS TAKEN FROM MPICH1; MUCH OF IT IS OUT-OF-DATE. # # Directory locations: Fixed for any MPI implementation prefix=@prefix@ exec_prefix=@exec
www.eeworm.com/read/102036/6234669

m4 config.m4

dnl $Id: config.m4,v 1.9 2002/12/05 15:48:27 rjs Exp $ PHP_ARG_WITH(pdflib,whether to include PDFlib support, [ --with-pdflib[=DIR] Include PDFlib 4.x support. DIR is the PDFlib
www.eeworm.com/read/127767/14336180

txt e182. creating a shared file lock on a file.txt

By default, a file lock is exclusive, which means that once acquired, no other access is permitted. A shared file lock allows other shared locks on the file (but no exclusive locks). Note: Some plat
www.eeworm.com/read/333376/3387211

txt draft-ietf-dnsop-hardie-shared-root-server-07.txt

A new Request for Comments is now available in online RFC libraries. RFC 3258 Title: Distributing Authoritative Name Servers via Shared Unicast Addres
www.eeworm.com/read/402480/2319464

sh mpi_file_write_shared_f90.f90.sh

#! /bin/sh # # Copyright (c) 2004-2006 The Trustees of Indiana University and Indiana # University Research and Technology # Corporation. All rights r