text
stringlengths
9
39.2M
dir
stringlengths
26
295
lang
stringclasses
185 values
created_date
timestamp[us]
updated_date
timestamp[us]
repo_name
stringlengths
1
97
repo_full_name
stringlengths
7
106
star
int64
1k
183k
len_tokens
int64
1
13.8M
```c++ /*** *trnsctrl.cpp - Routines for doing control transfers * * *Purpose: * Routines for doing control transfers; written using inline * assembly in naked functions. Contains the public routine * _CxxFrameHandler, the entry point for the frame handler ****/ #include <eh.h> #include <ehassert.h...
/content/code_sandbox/src/14.26.28801/i386/trnsctrl.cpp
c++
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
6,745
```sourcepawn ;*** ;vruntime.inc - multi-model assembly macros for interfacing to HLLs ; ; ;Purpose: ; This file defines the current memory model being used. ; ;******************************************************************************* ;=======================================================================...
/content/code_sandbox/src/14.26.28801/i386/vcruntime.inc
sourcepawn
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
2,147
```assembly ;*** ;lowhelpr.asm ; ; ;Purpose: ; Contains _CallSettingFrame(), which must be in asm for NLG purposes. ; ;Notes: ; ;******************************************************************************* title lowhelpr.asm .xlist include vcruntime.inc include exsup.inc .list EXTERN _NLG_Notify:NEAR EXTERN ...
/content/code_sandbox/src/14.26.28801/i386/lowhelpr.asm
assembly
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
614
```c /*** *wcschr.c - search a wchar_t string for a given wchar_t character * * *Purpose: * defines wcschr() - search a wchar_t string for a wchar_t character * *******************************************************************************/ #include <vcruntime_internal.h> #include <intrin.h> #define XMM_SIZE s...
/content/code_sandbox/src/14.26.28801/i386/wcschr.c
c
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
791
```objective-c // ==++== // // // ==--== // =+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+ // // Trace.h // // Header file containing internal declarations for event tracing infrastructure. // // =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-...
/content/code_sandbox/src/14.26.28801/concrt/Trace.h
objective-c
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
724
```objective-c // ==++== // // // ==--== // concrtinternal.h : include file for standard system include files, // or project specific include files that are used frequently, but // are changed infrequently // #pragma once // // If this is defined to 1, memory logging of a series of things related to UMS will be prese...
/content/code_sandbox/src/14.26.28801/concrt/concrtinternal.h
objective-c
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
2,893
```objective-c // ==++== // // // ==--== // =+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+ // // Mailbox.h // // Class definition for task affine mailbox. // // =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=...
/content/code_sandbox/src/14.26.28801/concrt/Mailbox.h
objective-c
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
5,118
```c++ /*** * ==++== * * * ==--== * =+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+ * * concurrent_hash.cpp * * =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- ****/ #include "concrtinternal.h" #include "internal_concurrent_hash.h" namespa...
/content/code_sandbox/src/14.26.28801/concrt/concurrent_hash.cpp
c++
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
1,515
```objective-c // ==++== // // // ==--== // =+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+ // // rminternal.h // // Main internal header file for ConcRT's Resource Manager. // =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- #pragma once na...
/content/code_sandbox/src/14.26.28801/concrt/rminternal.h
objective-c
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
6,295
```c++ // ==++== // // // ==--== // =+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+ // // utils.cpp // // Utility routines for use in ConcRT. // // =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- #include "concrtinternal.h" #include <awint.h...
/content/code_sandbox/src/14.26.28801/concrt/utils.cpp
c++
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
5,702
```objective-c /*** * ==++== * * Microsoft would like to acknowledge that this concurrency data structure implementation * is based on Intel's implementation in its Threading Building Blocks ("Intel Material"). * * ==--== * =+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+ * * cds_c...
/content/code_sandbox/src/14.26.28801/concrt/cds_cache_aligned_allocator.h
objective-c
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
926
```c++ // ==++== // // // ==--== // =+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+ // // event.cpp // // This file includes two parts: event and _Condition_variable. // The core implementations of events and _Condition_variable which understand the coope...
/content/code_sandbox/src/14.26.28801/concrt/event.cpp
c++
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
13,010
```c++ // ==++== // // // ==--== // =+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+ // // SchedulingRing.cpp // // Source file containing the SchedulingRing implementation. // // =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-...
/content/code_sandbox/src/14.26.28801/concrt/SchedulingRing.cpp
c++
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
564
```c++ // ==++== // // // ==--== // =+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+ // // ThreadProxy.cpp // // Proxy for an OS context. // // =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-...
/content/code_sandbox/src/14.26.28801/concrt/ThreadProxy.cpp
c++
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
1,443
```c++ /*** * ==++== * * Microsoft would like to acknowledge that this concurrency data structure implementation * is based on Intel's implementation in its Threading Building Blocks ("Intel Material"). * * ==--== * =+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+ * * concurrent_ve...
/content/code_sandbox/src/14.26.28801/concrt/concurrent_vector.cpp
c++
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
6,128
```c++ // ==++== // // // ==--== // =+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+ // // ExternalContextBase.cpp // // Source file containing the metaphor for an external execution ContextBase/stack/thread. // // =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=...
/content/code_sandbox/src/14.26.28801/concrt/ExternalContextBase.cpp
c++
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
2,498
```c++ // ==++== // // // ==--== // =+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+ // // HillClimbing.cpp // // Defines classes for the HillClimbing concurrency-optimization algorithm. // // =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=...
/content/code_sandbox/src/14.26.28801/concrt/HillClimbing.cpp
c++
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
7,443
```objective-c // ==++== // // // ==--== #pragma once // The following macros define the minimum required platform. The minimum required platform // is the earliest version of Windows, Internet Explorer etc. that has the necessary features to run // your application. The macros work by enabling all features availabl...
/content/code_sandbox/src/14.26.28801/concrt/targetver.h
objective-c
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
157
```c++ // ==++== // // // ==--== // =+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+ // // TransmogrifiedPrimary.cpp // // A very special primary thread whose sole purpose is to "virtually" transmogrify a UMS thread into an NT thread // for the purposes of...
/content/code_sandbox/src/14.26.28801/concrt/TransmogrifiedPrimary.cpp
c++
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
3,470
```c++ // ==++== // // // ==--== // =+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+ // // rtlocks.cpp // // Implementation file for locks used only within the runtime implementation. The locks // themselves are expected to be dependent on the underlying platform definition. // // ...
/content/code_sandbox/src/14.26.28801/concrt/rtlocks.cpp
c++
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
14,774
```objective-c // ==++== // // // ==--== // =+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+ // // WinRTWrapper.h // // Dynamic wrappers around Windows Runtime functions. // // =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=...
/content/code_sandbox/src/14.26.28801/concrt/WinRTWrapper.h
objective-c
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
317
```c++ // ==++== // // // ==--== // =+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+ // // ResourceManager.cpp // // Implementation of IResourceManager. // // =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=...
/content/code_sandbox/src/14.26.28801/concrt/ResourceManager.cpp
c++
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
53,187
```objective-c // ==++== // // // ==--== // =+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+ // // SearchAlgorithms.h // // Header file containing definitions for all scheduling algorithms. // // =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-...
/content/code_sandbox/src/14.26.28801/concrt/SearchAlgorithms.h
objective-c
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
6,875
```objective-c // ==++== // // // ==--== // =+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+ // // Transmogrificator.h // // A background thread which has the purpose of transmogrifying UTs to make them appear as NT threads to the layer // above them. Thi...
/content/code_sandbox/src/14.26.28801/concrt/Transmogrificator.h
objective-c
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
1,021
```objective-c // ==++== // // // ==--== // =+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+ // // UMSThreadInternalContext.h // // Header file containing the metaphor for a UMS thread based internal execution context/stack. // // =-=-=-=-=-=-=-=-=-=-=-=-=...
/content/code_sandbox/src/14.26.28801/concrt/UMSThreadInternalContext.h
objective-c
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
1,674
```c++ // ==++== // // // ==--== // =+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+ // // WinRTWrapper.cpp // // Dynamic wrappers around Windows Runtime functions. // // =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=...
/content/code_sandbox/src/14.26.28801/concrt/WinRTWrapper.cpp
c++
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
572
```objective-c // ==++== // // // ==--== // =+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+ // // FreeThreadProxy.h // // Part of the ConcRT Resource Manager -- this header file contains the internal definition for the free thread // proxy. // // =-=-=-=-...
/content/code_sandbox/src/14.26.28801/concrt/FreeThreadProxy.h
objective-c
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
1,039
```c++ // ==++== // // // ==--== // =+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+ // // SchedulerProxy.cpp // // RM proxy for a scheduler instance // // =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-...
/content/code_sandbox/src/14.26.28801/concrt/SchedulerProxy.cpp
c++
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
12,551
```c++ // ==++== // // // ==--== // =+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+ // // ScheduleGroupBase.cpp // // Implementation file for ScheduleGroupBase. // // =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-...
/content/code_sandbox/src/14.26.28801/concrt/ScheduleGroupBase.cpp
c++
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
8,856
```c++ // ==++== // // // ==--== // =+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+ // // UMSFreeVirtualProcessorRoot.cpp // // Part of the ConcRT Resource Manager -- this header file contains the internal implementation for the UMS free virtual // proces...
/content/code_sandbox/src/14.26.28801/concrt/UMSFreeVirtualProcessorRoot.cpp
c++
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
12,616
```c++ // ==++== // // // ==--== // =+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+ // // Transmogrificator.cpp // // A background thread which has the purpose of transmogrifying UTs to make them appear as NT threads to the layer // above them. This is d...
/content/code_sandbox/src/14.26.28801/concrt/Transmogrificator.cpp
c++
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
1,792
```c++ /*** * ==++== * * Microsoft would like to acknowledge that this concurrency data structure implementation * is based on Intel's implementation in its Threading Building Blocks ("Intel Material"). * * ==--== * =+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+ * * cds_cache_ali...
/content/code_sandbox/src/14.26.28801/concrt/cds_cache_aligned_allocator.cpp
c++
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
543
```objective-c // ==++== // // // ==--== // =+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+ // // ScheduleGroupBase.h // // Header file containing ScheduleGroup related declarations. // // =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-...
/content/code_sandbox/src/14.26.28801/concrt/ScheduleGroupBase.h
objective-c
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
5,664
```c++ // ==++== // // // ==--== // =+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+ // // InternalContextBase.cpp // // Source file containing the implementation for an internal execution context. // // =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-...
/content/code_sandbox/src/14.26.28801/concrt/InternalContextBase.cpp
c++
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
21,199
```objective-c // ==++== // // // ==--== // =+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+ // // workqueue.h // // Work stealing queues pair implementation. // // =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=...
/content/code_sandbox/src/14.26.28801/concrt/workqueue.h
objective-c
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
2,808
```c++ // ==++== // // // ==--== // =+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+ // // TaskCollection.cpp // // Internal implementation of task collections and related data structures // // =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-...
/content/code_sandbox/src/14.26.28801/concrt/TaskCollection.cpp
c++
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
22,344
```c++ // ==++== // // // ==--== // =+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+ // // SearchAlgorithms.cpp // // Implementation file containing all scheduling algorithms. // // **PLEASE NOTE**: // // Any search algorithm in here must be fully reen...
/content/code_sandbox/src/14.26.28801/concrt/SearchAlgorithms.cpp
c++
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
15,951
```objective-c // ==++== // // // ==--== // =+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+ // // VirtualProcessor.h // // Source file containing the VirtualProcessor declaration. // // =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=...
/content/code_sandbox/src/14.26.28801/concrt/VirtualProcessor.h
objective-c
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
5,775
```objective-c // ==++== // // // ==--== // =+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+ // // RealizedChore.h // // Header file containing the realized chore type declaration. // // =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=...
/content/code_sandbox/src/14.26.28801/concrt/RealizedChore.h
objective-c
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
426
```c++ // ==++== // // // ==--== // =+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+ // // VirtualProcessorRoot.cpp // // Part of the ConcRT Resource Manager -- this file contains the internal implementation for the base virtual // processor root. // // =-...
/content/code_sandbox/src/14.26.28801/concrt/VirtualProcessorRoot.cpp
c++
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
1,188
```c++ // ==++== // // // ==--== // =+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+ // // workqueue.cpp // // Work stealing queues pair implementation. // // =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=...
/content/code_sandbox/src/14.26.28801/concrt/WorkQueue.cpp
c++
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
2,665
```c++ // ==++== // // // ==--== // =+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+ // // ExecutionResource.cpp // // Part of the ConcRT Resource Manager -- this file contains the internal implementation for the execution // resource. // // =-=-=-=-=-=-=-...
/content/code_sandbox/src/14.26.28801/concrt/ExecutionResource.cpp
c++
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
1,906
```c++ // ==++== // // // ==--== // =+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+ // // UMSThreadVirtualProcessor.cpp // // Source file containing the UMSThreadVirtualProcessor implementation. // // =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-...
/content/code_sandbox/src/14.26.28801/concrt/UMSThreadVirtualProcessor.cpp
c++
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
1,489
```objective-c // ==++== // // // ==--== // =+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+ // // SchedulerBase.h // // Header file containing the metaphor for a concrt scheduler // // =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-...
/content/code_sandbox/src/14.26.28801/concrt/SchedulerBase.h
objective-c
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
15,007
```c++ // ==++== // // // ==--== // =+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+ // // ppl.cpp // // Utility routines for use in PPL. // // =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- #include "concrtinternal.h" #include <ppl.h> // C...
/content/code_sandbox/src/14.26.28801/concrt/ppl.cpp
c++
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
459
```objective-c // ==++== // // // ==--== // =+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+ // // pch.h // // PCH header for ConcRT // // =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- #in...
/content/code_sandbox/src/14.26.28801/concrt/pch.h
objective-c
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
105
```objective-c // ==++== // // // ==--== // =+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+ // // SubAllocator.h // // Class definition for the ConcRT sub allocator. // // =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=...
/content/code_sandbox/src/14.26.28801/concrt/SubAllocator.h
objective-c
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
1,548
```c++ // ==++== // // // ==--== // =+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+ // // UMSThreadProxy.cpp // // Proxy for a UMS thread. // // =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-...
/content/code_sandbox/src/14.26.28801/concrt/UMSThreadProxy.cpp
c++
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
4,437
```c++ // ==++== // // // ==--== // =+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+ // // Timer.cpp // // Shared timer implementation. // // =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- ...
/content/code_sandbox/src/14.26.28801/concrt/Timer.cpp
c++
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
915
```objective-c // ==++== // // // ==--== // =+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+ // // InternalContextBase.h // // Header file containing the base class definition for an internal execution context. // // =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=...
/content/code_sandbox/src/14.26.28801/concrt/InternalContextBase.h
objective-c
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
5,010
```objective-c // ==++== // // // ==--== // =+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+ // // UMSFreeThreadProxy.h // // Proxy for a UMS thread on a free scheduler. // // =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-...
/content/code_sandbox/src/14.26.28801/concrt/UMSFreeThreadProxy.h
objective-c
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
1,440
```c++ // ==++== // // // ==--== // =+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+ // // SchedulerPolicyBase.cpp // // Scheduler policy implementation // // =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=...
/content/code_sandbox/src/14.26.28801/concrt/SchedulerPolicyBase.cpp
c++
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
3,312
```objective-c // ==++== // // // ==--== // =+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+ // // ResourceManager.h // // Implementation of IResourceManager. // // =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=...
/content/code_sandbox/src/14.26.28801/concrt/ResourceManager.h
objective-c
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
7,726
```objective-c // ==++== // // // ==--== // =+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+ // // Platform.h : abstracts the underlying platform APIs // // =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=...
/content/code_sandbox/src/14.26.28801/concrt/Platform.h
objective-c
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
1,256
```objective-c // ==++== // // // ==--== // =+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+ // // collections.h // // Header file containing collection classes for ConcRT // // These data structures assume in-data links with the names m_pNext and m_pPrev // Currently defined colle...
/content/code_sandbox/src/14.26.28801/concrt/collections.h
objective-c
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
14,717
```c++ // ==++== // // // ==--== // =+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+ // // pch.cpp // // PCH source for ConcRT // // =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- ```
/content/code_sandbox/src/14.26.28801/concrt/pch.cpp
c++
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
98
```c++ // ==++== // // // ==--== // =+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+ // // SchedulerBase.cpp // // Implementation file of the metaphor for a concrt scheduler // // =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-...
/content/code_sandbox/src/14.26.28801/concrt/SchedulerBase.cpp
c++
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
31,486
```c++ // ==++== // // // ==--== // =+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+ // // Exceptions.cpp // // Implementation for concurrency runtime exceptions. // // =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=...
/content/code_sandbox/src/14.26.28801/concrt/Exceptions.cpp
c++
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
3,059
```c++ // ==++== // // // ==--== // =+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+ // // ContextBase.cpp // // Source file containing the implementation for an execution ContextBase/stack/thread. // // =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-...
/content/code_sandbox/src/14.26.28801/concrt/ContextBase.cpp
c++
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
12,495
```objective-c // ==++== // // // ==--== // =+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+ // // align.h // // Alignment / Packing definitions // // =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=...
/content/code_sandbox/src/14.26.28801/concrt/align.h
objective-c
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
198
```c++ // ==++== // // // ==--== // =+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+ // // SchedulingNode.cpp // // Source file containing the SchedulingNode implementation. // // =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-...
/content/code_sandbox/src/14.26.28801/concrt/SchedulingNode.cpp
c++
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
2,695
```objective-c // ==++== // // // ==--== // =+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+ // // UMSWrapper.h // // Dynamic wrappers around UMS functions // // =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-...
/content/code_sandbox/src/14.26.28801/concrt/UMSWrapper.h
objective-c
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
2,883
```objective-c // ==++== // // // ==--== // =+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+ // // utils.h // // Header file containing the utility routine declarations. // // =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-...
/content/code_sandbox/src/14.26.28801/concrt/utils.h
objective-c
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
7,202
```objective-c // ==++== // // // ==--== // =+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+ // // WorkStealingQueue.h // // Header file containing the core implementation of the work stealing data structures and algorithms. // // =-=-=-=-=-=-=-=-=-=-=-=-=...
/content/code_sandbox/src/14.26.28801/concrt/WorkStealingQueue.h
objective-c
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
5,985
```c++ // ==++== // // // ==--== // =+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+ // // RealizedChore.cpp // // Miscellaneous implementations of things related to realized chores // // =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-...
/content/code_sandbox/src/14.26.28801/concrt/RealizedChore.cpp
c++
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
196
```objective-c // ==++== // // // ==--== // =+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+ // // StructuredWorkStealingQueue.h // // Header file containing the core implementation of the work stealing data structures and algorithms. // // =-=-=-=-=-=-=-=...
/content/code_sandbox/src/14.26.28801/concrt/StructuredWorkStealingQueue.h
objective-c
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
3,686
```objective-c // ==++== // // // ==--== // =+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+ // // ThreadProxyFactory.h // // Factory for creating thread proxies. // // =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=...
/content/code_sandbox/src/14.26.28801/concrt/ThreadProxyFactory.h
objective-c
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
4,347
```objective-c // ==++== // // // ==--== // =+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+ // // UMSThreadProxy.h // // Proxy for a UMS thread. // // =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-...
/content/code_sandbox/src/14.26.28801/concrt/UMSThreadProxy.h
objective-c
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
5,346
```c++ // ==++== // // // ==--== // =+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+ // // Trace.cpp // // Implementation of ConcRT tracing API. // // =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- #include "concrtinternal.h" #pragma warnin...
/content/code_sandbox/src/14.26.28801/concrt/Trace.cpp
c++
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
4,440
```objective-c // ==++== // // // ==--== // =+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+ // // ExternalContextBase.h // // Header file containing the metaphor for an external execution context. // // =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-...
/content/code_sandbox/src/14.26.28801/concrt/ExternalContextBase.h
objective-c
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
2,703
```objective-c // ==++== // // // ==--== // =+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+ // // ContextBase.h // // Header file containing the metaphor for an execution context/stack/thread. // // =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-...
/content/code_sandbox/src/14.26.28801/concrt/ContextBase.h
objective-c
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
9,020
```c++ #include <yvals.h> _STD_BEGIN // TRANSITION, ABI: _Debug_message() overloads are preserved for binary compatibility #ifdef _DEBUG _CRTIMP2_PURE void __CLRCALL_PURE_OR_CDECL _Debug_message( const wchar_t* message, const wchar_t* file, unsigned int line) { // report error and die if (::_CrtDbgReportW(_C...
/content/code_sandbox/src/14.26.28801/stl/stdthrow.cpp
c++
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
188
```c++ // ==++== // // // ==--== // =+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+ // // Platform.cpp // // Platform API abstraction. // // =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- #...
/content/code_sandbox/src/14.26.28801/concrt/Platform.cpp
c++
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
6,622
```c++ // _Stoxflt function #include "xmath.h" #include <ctype.h> #include <locale.h> #include <stdlib.h> #include <string.h> _EXTERN_C_UNLESS_PURE constexpr int _Base = 16; // hexadecimal constexpr int _Ndig = 7; // hexadecimal digits per long element constexpr int _Maxsig = 5 * _Ndig; // maximum significant d...
/content/code_sandbox/src/14.26.28801/stl/xstoxflt.cpp
c++
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
1,165
```c++ // thread functions #include "awint.h" #include <process.h> #include <stdint.h> #include <stdio.h> #include <stdlib.h> #include <string.h> #include <xthreads.h> #include <Windows.h> namespace { using _Thrd_start_t = int (*)(void*); struct _Thrd_binder { // bind function pointer and data to pass to t...
/content/code_sandbox/src/14.26.28801/stl/cthread.cpp
c++
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
1,237
```c++ // _FDscale function -- IEEE 754 version #include "xmath.h" _EXTERN_C_UNLESS_PURE short _FDscale(float* px, long lexp) { // scale *px by 2^xexp with checking _Fval* ps = (_Fval*) (char*) px; short xchar = (short) ((ps->_Sh[_F0] & _FMASK) >> _FOFF); if (xchar == _FMAX) { return (short) ...
/content/code_sandbox/src/14.26.28801/stl/xfdscale.cpp
c++
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
795
```c++ // _LDtest function -- IEEE 754 version #include "xmath.h" _EXTERN_C_UNLESS_PURE #if 0 _CRTIMP2_PURE short __CLRCALL_PURE_OR_CDECL _LDtest(long double* px) { // categorize *px -- 64-bit return _Dtest((double*) px); } #endif unsigned short* _LPlsw(long double* px) { // get pointer to lsw return &((_L...
/content/code_sandbox/src/14.26.28801/stl/xldtest.cpp
c++
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
164
```c++ #include "awint.h" #include <internal_shared.h> #include <locale.h> // int __cdecl __crtLCMapStringW - Get type information about a wide string. // // Purpose: // Internal support function. Assumes info in wide string format. // // Entry: // LPCWSTR locale_name - locale context for the com...
/content/code_sandbox/src/14.26.28801/stl/StlLCMapStringW.cpp
c++
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
473
```c++ // _Towupper -- convert wchar_t to upper case #include "awint.h" #include <wchar.h> #include <xlocinfo.h> _EXTERN_C_UNLESS_PURE _CRTIMP2_PURE wchar_t __CLRCALL_PURE_OR_CDECL _Towupper( wchar_t _Ch, const _Ctypevec* _Ctype) { // convert element to upper case wchar_t _Res = _Ch; if (_Ch != WEOF) { ...
/content/code_sandbox/src/14.26.28801/stl/xtowupper.cpp
c++
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
294
```c++ #include <eh.h> #include <exception> _STD_BEGIN _CRTIMP2_PURE bool __CLRCALL_PURE_OR_CDECL uncaught_exception() noexcept { // report if handling a throw return __uncaught_exception(); } _STD_END ```
/content/code_sandbox/src/14.26.28801/stl/uncaught_exception.cpp
c++
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
54
```c++ // _WStold function #include "xmath.h" #include "xxlftype.h" #include "xxwctype.h" #include <wchar.h> _EXTERN_C_UNLESS_PURE _CRTIMP2_PURE FTYPE __CLRCALL_PURE_OR_CDECL _WStoldx(const CTYPE* s, CTYPE** endptr, long pten, int* perr) #include "xxstod.h" _CRTIMP2_PURE FTYPE __CLRCALL_PURE_OR_CDECL _WSto...
/content/code_sandbox/src/14.26.28801/stl/xwstold.cpp
c++
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
167
```c++ // This must be as small as possible, because its contents are // injected into the msvcprt.lib and msvcprtd.lib import libraries. // Do not include or define anything else here. // In particular, basic_string must not be included here. #include <__msvc_system_error_abi.hpp> #include <Windows.h> namespace { ...
/content/code_sandbox/src/14.26.28801/stl/syserror_import_lib.cpp
c++
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
488
```c++ // _FXp* functions #include "xmath.h" #include "xxfftype.h" #include "xxxprec.h" ```
/content/code_sandbox/src/14.26.28801/stl/xfprec.cpp
c++
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
28
```c++ // iostream object pointers #include <iostream> #include <Windows.h> #include <winapi_thunks.h> _STD_BEGIN #if defined(_M_CEE) && !defined(_M_CEE_MIXED) #error This file cannot be built /clr:pure, etc. because of the use of _PGLOBAL. #endif #pragma warning(disable : 4074) #pragma init_seg(compiler) _PGLOBAL...
/content/code_sandbox/src/14.26.28801/stl/iosptrs.cpp
c++
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
545
```c++ // mutex functions #include "primitives.h" #include <internal_shared.h> #include <stdio.h> #include <stdlib.h> #include <type_traits> #include <xthreads.h> #include <xtimec.h> extern "C" _CRTIMP2_PURE void _Thrd_abort(const char* msg) { // abort on precondition failure fputs(msg, stderr); fputc('\n', ...
/content/code_sandbox/src/14.26.28801/stl/mutex.cpp
c++
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
1,934
```c++ // define nothrow object #ifdef CRTDLL2 #undef CRTDLL2 #endif #ifdef MRTDLL #undef MRTDLL #endif #include <yvals.h> #include <new> _STD_BEGIN const nothrow_t nothrow = nothrow_t(); // define nothrow _STD_END ```
/content/code_sandbox/src/14.26.28801/stl/nothrow.cpp
c++
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
64
```objective-c // parameters for double floating-point type #include <yvals.h> #include <float.h> #define FTYPE double #define FBITS DBL_MANT_DIG #define FMAXEXP DBL_MAX_EXP #define FFUN(fun) fun #define FNAME(fun) _##fun #define FCONST(obj) _##obj._Double #define FLIT(lit) lit #define FPMSW(x) (*_Pmsw(&...
/content/code_sandbox/src/14.26.28801/stl/xxdftype.h
objective-c
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
141
```c++ // convert character to uppercase #include <yvals.h> #include "awint.h" #include <ctype.h> #include <locale.h> #include <stddef.h> #include <xlocinfo.h> // remove macro definitions of _toupper() and toupper() #undef _toupper #undef toupper _EXTERN_C_UNLESS_PURE // int _Toupper(c) - convert character to upp...
/content/code_sandbox/src/14.26.28801/stl/_toupper.cpp
c++
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
683
```c++ // initialize standard wide error stream (unsigned short version) #ifdef _NATIVE_WCHAR_T_DEFINED #include <fstream> #ifndef wistream #define wistream ushistream #define wostream ushostream #define wfilebuf ushfilebuf #define _Init_wcerr _Init_ushcerr #define _Init_wcout _Init_ushcout #define _Init_wc...
/content/code_sandbox/src/14.26.28801/stl/ushcerr.cpp
c++
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
167
```c++ // implement shared_ptr spin lock #include <yvals.h> #include <intrin.h> #pragma warning(disable : 4793) _EXTERN_C // SPIN LOCK FOR shared_ptr ATOMIC OPERATIONS volatile long _Shared_ptr_flag; _CRTIMP2_PURE void __cdecl _Lock_shared_ptr_spin_lock() { // spin until _Shared_ptr_flag successfully set #ifdef _...
/content/code_sandbox/src/14.26.28801/stl/atomic.cpp
c++
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
243
```c++ // pointer to raise handler #ifndef _M_CEE_PURE #define _HAS_EXCEPTIONS 0 #endif // _M_CEE_PURE #include <exception> _STD_BEGIN _Prhand _Raise_handler = 0; // define raise handler pointer _STD_END ```
/content/code_sandbox/src/14.26.28801/stl/raisehan.cpp
c++
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
58
```c++ // mutex support #include "xmtx.h" #include "awint.h" _EXTERN_C_UNLESS_PURE // Win32 critical sections are recursive void __CLRCALL_PURE_OR_CDECL _Mtxinit(_Rmtx* _Mtx) noexcept { // initialize mutex __crtInitializeCriticalSectionEx(_Mtx, 4000, 0); } void __CLRCALL_PURE_OR_CDECL _Mtxdst(_Rmtx* _Mtx) no...
/content/code_sandbox/src/14.26.28801/stl/xmtx.cpp
c++
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
260
```c++ // initialize standard wide error stream (unsigned short version) #ifdef _NATIVE_WCHAR_T_DEFINED #include <fstream> #ifndef wistream #define wistream ushistream #define wostream ushostream #define wfilebuf ushfilebuf #define _Init_wcerr _Init_ushcerr #define _Init_wcout _Init_ushcout #define _Init_wc...
/content/code_sandbox/src/14.26.28801/stl/ushcin.cpp
c++
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
167
```c++ // values used by math functions -- IEEE 754 version #if defined(_M_CEE_PURE) #if defined(MRTDLL) #undef MRTDLL #endif #endif #include "xmath.h" // macros #define NBITS (48 + _DOFF) #define INIT(w0) \ { 0, 0, 0, w0 } #define INIT2(w0, w1) \ { w1, 0, 0, w0 } // static data extern /* const */ _Dconst...
/content/code_sandbox/src/14.26.28801/stl/xvalues.cpp
c++
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
308
```c++ // _WStopfx function #include "xmath.h" #include <wctype.h> _EXTERN_C_UNLESS_PURE int _WStopfx(const wchar_t** ps, wchar_t** endptr) { // parse prefix of floating-point field const wchar_t* s = *ps; int code = 0; while (iswspace(*s)) { ++s; } if (*s == L'-') { cod...
/content/code_sandbox/src/14.26.28801/stl/xwstopfx.cpp
c++
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
697
```c++ // _Dtento function -- IEEE 754 version #include "xxdftype.h" #include "xxxdtent.h" ```
/content/code_sandbox/src/14.26.28801/stl/xdtento.cpp
c++
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
27
```c++ #include <internal_shared.h> #include <memory_resource> #include <system_error> _STD_BEGIN namespace pmr { static memory_resource* _Default_resource = nullptr; extern "C" _CRT_SATELLITE_1 _Aligned_new_delete_resource_impl* __cdecl _Aligned_new_delete_resource() noexcept { return &_Immortalize...
/content/code_sandbox/src/14.26.28801/stl/memory_resource.cpp
c++
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
550
```c++ // _Stoull function #include "xmath.h" #include <ctype.h> #include <errno.h> #include <limits.h> #include <stddef.h> #include <stdlib.h> #include <string.h> _EXTERN_C_UNLESS_PURE constexpr int _Base_max = 36; // largest valid base // static data static const char digits[] = "0123456789abcdefghijklmnopqrstuv...
/content/code_sandbox/src/14.26.28801/stl/xstoull.cpp
c++
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
921
```c++ // _LDunscale function -- IEEE 754 version #include "xmath.h" _EXTERN_C_UNLESS_PURE short _LDunscale(short* pex, long double* px) { // separate *px to 1/2 <= |frac| < 1 and 2^*pex -- 64-bit return _Dunscale(pex, (double*) px); } _END_EXTERN_C_UNLESS_PURE ```
/content/code_sandbox/src/14.26.28801/stl/xldunsca.cpp
c++
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
94
```c++ #include "awint.h" #include <crtdbg.h> #include <internal_shared.h> #include <string.h> #include <Windows.h> // int __cdecl __crtCompareStringA - Get type information about an ANSI string. // // Purpose: // Internal support function. Assumes info in ANSI string format. Tries // to use NLS API c...
/content/code_sandbox/src/14.26.28801/stl/StlCompareStringA.cpp
c++
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
1,338