代码搜索:shared

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

代码结果 10,000
www.eeworm.com/read/490329/1204233

h baseobject_shared.h

//========= Copyright
www.eeworm.com/read/490329/1205509

h vcr_shared.h

//========= Copyright
www.eeworm.com/read/489559/1217631

h shared_resources.h

/* * U-boot - setup.h * * Copyright (c) 2005 blackfin.uclinux.org * * See file CREDITS for list of people who contributed to this * project. * * This program is free software; you can redistri
www.eeworm.com/read/482889/1283024

hpp shared_count.hpp

#ifndef BOOST_DETAIL_SHARED_COUNT_HPP_INCLUDED #define BOOST_DETAIL_SHARED_COUNT_HPP_INCLUDED // MS compatible compilers support #pragma once #if defined(_MSC_VER) && (_MSC_VER >= 1020) # prag
www.eeworm.com/read/482889/1284884

hpp shared_ptr.hpp

#ifndef BOOST_SERIALIZATION_SHARED_PTR_HPP #define BOOST_SERIALIZATION_SHARED_PTR_HPP // MS compatible compilers support #pragma once #if defined(_MSC_VER) && (_MSC_VER >= 1020) # pragma once #
www.eeworm.com/read/482889/1285137

hpp is_shared_ptr.hpp

// Copyright David Abrahams 2003. // Distributed under the Boost Software License, Version 1.0. (See // accompanying file LICENSE_1_0.txt or copy at // http://www.boost.org/LICENSE_1_0.txt) #ifnde
www.eeworm.com/read/480930/1304873

lds vmlinux-shared.lds

/* ld script to make s390 Linux kernel * Written by Martin Schwidefsky (schwidefsky@de.ibm.com) */ OUTPUT_FORMAT("elf32-s390", "elf32-s390", "elf32-s390") OUTPUT_ARCH(s390) ENTRY(_start) SECTIONS {
www.eeworm.com/read/480930/1306502

lds vmlinux-shared.lds

/* ld script to make s390 Linux kernel * Written by Martin Schwidefsky (schwidefsky@de.ibm.com) */ OUTPUT_FORMAT("elf64-s390", "elf64-s390", "elf64-s390") OUTPUT_ARCH(s390) ENTRY(_start) SECTIONS {
www.eeworm.com/read/479931/1327943

exp tls-shared.exp

# Copyright 2003, 2007, 2008 Free Software Foundation, Inc. # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published
www.eeworm.com/read/479931/1327959

c tls-shared.c

__thread int i_tls = 1; int foo () { return i_tls; }