代码搜索:shared

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

代码结果 10,000
www.eeworm.com/read/346994/11706417

c union.c

/* Example of using more than one union member at a time */ #include int main( void ) { union shared_tag { char c; int i; long l; float
www.eeworm.com/read/233424/14151428

c mempartsend.c

/* memPartSend.c - shared memory partition example send side */ /* Copyright 1984-1997 Wind River Systems, Inc. */ /* modification history -------------------- 01b,06nov97,mm added copyright. o1b,
www.eeworm.com/read/233424/14151568

c buffsend.c

/* buffSend.c - simple buffer exchange protocol send side */ /* Copyright 1984-1997 Wind River Systems, Inc. */ /* modification history -------------------- 01b,06nov97,mm added copyright. 01b,17se
www.eeworm.com/read/222590/14684795

c mempartsend.c

/* memPartSend.c - shared memory partition example send side */ /* Copyright 1984-1997 Wind River Systems, Inc. */ /* modification history -------------------- 01b,06nov97,mm added copyright. o1b,
www.eeworm.com/read/222590/14684808

c buffsend.c

/* buffSend.c - simple buffer exchange protocol send side */ /* Copyright 1984-1997 Wind River Systems, Inc. */ /* modification history -------------------- 01b,06nov97,mm added copyright. 01b,17se
www.eeworm.com/read/210394/15199444

c mempartsend.c

/* memPartSend.c - shared memory partition example send side */ /* Copyright 1984-1997 Wind River Systems, Inc. */ /* modification history -------------------- 01b,06nov97,mm added copyright. o1b,
www.eeworm.com/read/210394/15199612

c buffsend.c

/* buffSend.c - simple buffer exchange protocol send side */ /* Copyright 1984-1997 Wind River Systems, Inc. */ /* modification history -------------------- 01b,06nov97,mm added copyright. 01b,17se
www.eeworm.com/read/167562/5458049

configure

#!/bin/sh # configure script for zlib. This script is needed only if # you wish to build a shared library and your system supports them, # of if you need special compiler, flags or install directory.
www.eeworm.com/read/162614/5515593

h linux64.h

/* Definitions for MIPS running Linux-based GNU systems with ELF format using n32/64 abi. Copyright 2002, 2003, 2004, 2005 Free Software Foundation, Inc. This file is part of GCC. GCC is free
www.eeworm.com/read/161112/5560932

c mempartsend.c

/* memPartSend.c - shared memory partition example send side */ /* Copyright 1984-1997 Wind River Systems, Inc. */ /* modification history -------------------- 01b,06nov97,mm added copyright. o1b,