代码搜索:shared

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

代码结果 10,000
www.eeworm.com/read/457234/7330529

h htcoffimg.h

/* * HT Editor * htcoffimg.h * * Copyright (C) 1999-2002 Stefan Weyergraf * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Publi
www.eeworm.com/read/457234/7330629

cc htneimp.cc

/* * HT Editor * htneimp.cc * * Copyright (C) 1999-2002 Stefan Weyergraf * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public
www.eeworm.com/read/457234/7330738

cc htcoffimg.cc

/* * HT Editor * htcoffimg.cc * * Copyright (C) 1999-2002 Stefan Weyergraf * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Publi
www.eeworm.com/read/457234/7330909

h classimg.h

/* * HT Editor * classimg.h * * Copyright (C) 2002 Stefan Weyergraf * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public Lice
www.eeworm.com/read/140165/13101196

makefile

# Copyright (C) 1999-2001 Konstantin Boldyshev # # Makefile for libc (GNU make is required) # # $Id: Makefile,v 1.11 2001/12/10 17:11:07 konst Exp $ # Target CPU (386,486,58
www.eeworm.com/read/403166/11521229

makefile

# Copyright (C) 1999-2001 Konstantin Boldyshev # # Makefile for libc (GNU make is required) # # $Id: Makefile,v 1.11 2001/12/10 17:11:07 konst Exp $ # Target CPU (386,486,58
www.eeworm.com/read/128880/14273663

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/169697/5412845

c read_sh.c

/* -*- Mode: C; c-basic-offset:4 ; -*- */ /* * * Copyright (C) 1997 University of Chicago. * See COPYRIGHT notice in top-level directory. */ #include "mpioimpl.h" #ifdef HAVE_WEAK_SYMBOLS
www.eeworm.com/read/169697/5412918

c write_sh.c

/* -*- Mode: C; c-basic-offset:4 ; -*- */ /* * * Copyright (C) 1997 University of Chicago. * See COPYRIGHT notice in top-level directory. */ #include "mpioimpl.h" #ifdef HAVE_WEAK_SYMBOLS
www.eeworm.com/read/113863/15446268

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)