v8
V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++.
Loading...
Searching...
No Matches
V8_CRITICAL_SECTION Struct Reference

#include <win32-headers.h>

Collaboration diagram for V8_CRITICAL_SECTION:

Public Attributes

PRTL_CRITICAL_SECTION_DEBUG DebugInfo
 
LONG LockCount
 
LONG RecursionCount
 
HANDLE OwningThread
 
HANDLE LockSemaphore
 
ULONG_PTR SpinCount
 

Detailed Description

Definition at line 86 of file win32-headers.h.

Member Data Documentation

◆ DebugInfo

PRTL_CRITICAL_SECTION_DEBUG V8_CRITICAL_SECTION::DebugInfo

Definition at line 87 of file win32-headers.h.

◆ LockCount

LONG V8_CRITICAL_SECTION::LockCount

Definition at line 88 of file win32-headers.h.

◆ LockSemaphore

HANDLE V8_CRITICAL_SECTION::LockSemaphore

Definition at line 91 of file win32-headers.h.

◆ OwningThread

HANDLE V8_CRITICAL_SECTION::OwningThread

Definition at line 90 of file win32-headers.h.

◆ RecursionCount

LONG V8_CRITICAL_SECTION::RecursionCount

Definition at line 89 of file win32-headers.h.

◆ SpinCount

ULONG_PTR V8_CRITICAL_SECTION::SpinCount

Definition at line 92 of file win32-headers.h.


The documentation for this struct was generated from the following file: