Searched refs:std (Results 1 – 25 of 129) sorted by relevance
123456
| /f-stack/app/redis-5.0.5/deps/jemalloc/src/ |
| H A D | jemalloc_cpp.cpp | 27 void *operator new(std::size_t size); 29 void *operator new(std::size_t size, const std::nothrow_t &) noexcept; 30 void *operator new[](std::size_t size, const std::nothrow_t &) noexcept; 48 std::new_handler handler; in handleOOM() 51 static std::mutex mtx; in handleOOM() 52 std::lock_guard<std::mutex> lock(mtx); in handleOOM() 55 std::set_new_handler(handler); in handleOOM() 70 std::__throw_bad_alloc(); in handleOOM() 86 operator new(std::size_t size) { in operator new() 96 operator new(std::size_t size, const std::nothrow_t &) noexcept { in operator new() [all …]
|
| /f-stack/freebsd/contrib/openzfs/module/lua/setjmp/ |
| H A D | setjmp_s390x.S | 29 std %f8, 10*8(%r2) 30 std %f9, 11*8(%r2) 31 std %f10, 12*8(%r2) 32 std %f11, 13*8(%r2) 33 std %f12, 14*8(%r2) 34 std %f13, 15*8(%r2) 35 std %f14, 16*8(%r2) 36 std %f15, 17*8(%r2)
|
| /f-stack/app/redis-5.0.5/deps/jemalloc/msvc/test_threads/ |
| H A D | test_threads.cpp | 14 using std::vector; 15 using std::thread; 16 using std::uniform_int_distribution; 17 using std::minstd_rand;
|
| H A D | test_threads_main.cpp | 6 using namespace std::chrono_literals;
|
| /f-stack/freebsd/arm/mv/armadaxp/ |
| H A D | std.mv78x60 | 3 include "../mv/std-pj4b.mv" 4 include "../mv/armadaxp/std.armadaxp"
|
| /f-stack/app/redis-5.0.5/tests/modules/ |
| H A D | Makefile | 7 SHOBJ_CFLAGS ?= -W -Wall -fno-common -g -ggdb -std=c99 -O2 10 SHOBJ_CFLAGS ?= -W -Wall -dynamic -fno-common -g -ggdb -std=c99 -O2
|
| /f-stack/app/micro_thread/ |
| H A D | mt_notify.h | 35 using std::queue; 36 using std::map; 254 typedef typename std::queue<ValueType*> PtrQueue; 301 typedef std::map<int, ISessionNtfy*> SessionMap;
|
| H A D | micro_thread.h | 52 using std::vector; 53 using std::set; 54 using std::queue; 300 typedef std::set<MicroThread*> ThreadSet; 301 typedef std::queue<MicroThread*> ThreadList;
|
| H A D | mt_incl.h | 32 using namespace std; variable
|
| /f-stack/app/redis-5.0.5/deps/jemalloc/m4/ |
| H A D | ax_cxx_compile_stdcxx.m4 | 17 # extended mode (e.g. -std=gnu++11) or a strict conformance mode (e.g. 18 # -std=c++11). If neither is specified, you get whatever works, with 73 for switch in -std=gnu++$1 -std=gnu++0x; do 96 dnl HP's aCC needs +std=c++11 according to: 98 dnl Cray's crayCC needs "-h std=c++11" 99 for switch in -std=c++$1 -std=c++0x +std=c++$1 "-h std=c++$1"; do 412 // Clang 3.1 fails with headers of libstd++ 4.8.3 when using std::function
|
| /f-stack/freebsd/arm/conf/ |
| H A D | RPI-B | 23 include "std.armv6" 24 include "../broadcom/bcm2835/std.rpi" 25 include "../broadcom/bcm2835/std.bcm2835"
|
| H A D | ARMADA38X | 7 include "../mv/armada38x/std.armada38x" 8 include "std.armv7"
|
| H A D | ARMADAXP | 25 include "std.armv7" 26 include "../mv/armadaxp/std.mv78x60"
|
| /f-stack/app/redis-5.0.5/src/modules/ |
| H A D | Makefile | 7 SHOBJ_CFLAGS ?= -W -Wall -fno-common -g -ggdb -std=c99 -O2 10 SHOBJ_CFLAGS ?= -W -Wall -dynamic -fno-common -g -ggdb -std=c99 -O2
|
| /f-stack/freebsd/mips/conf/ |
| H A D | std.AR91XX | 14 #ident std.AR91XX 51 include "std.AR_MIPS_BASE"
|
| H A D | MALTAEL | 7 include "std.MALTA"
|
| H A D | MALTA | 7 include "std.MALTA"
|
| H A D | MALTA64EL | 7 include "std.MALTA"
|
| H A D | MALTA64 | 7 include "std.MALTA"
|
| H A D | std.AR933X | 14 #ident std.AR933X 56 include "std.AR_MIPS_BASE"
|
| H A D | std.AR934X | 14 #ident std.AR934X 51 include "std.AR_MIPS_BASE"
|
| H A D | std.QCA955X | 15 #ident std.QCA955X 50 include "std.AR_MIPS_BASE"
|
| /f-stack/freebsd/arm/ti/omap4/ |
| H A D | std.omap4 | 4 include "../ti/std.ti"
|
| /f-stack/freebsd/arm/ti/am335x/ |
| H A D | std.am335x | 4 include "../ti/std.ti"
|
| /f-stack/freebsd/arm/xilinx/ |
| H A D | std.zynq7 | 2 # std.zynq7 - Generic configuration for Xilinx Zynq-7000 PS.
|
123456