Go to the source code of this file.
Go to the SVN repository for this file.
|
| NCBI_PARAM_DECL (bool, OBJMGR, SCOPE_AUTORELEASE) |
|
| NCBI_PARAM_DEF_EX (bool, OBJMGR, SCOPE_AUTORELEASE, true, eParam_NoThread, OBJMGR_SCOPE_AUTORELEASE) |
|
static bool | s_GetScopeAutoReleaseEnabled (void) |
|
| NCBI_PARAM_DECL (unsigned, OBJMGR, SCOPE_AUTORELEASE_SIZE) |
|
| NCBI_PARAM_DEF_EX (unsigned, OBJMGR, SCOPE_AUTORELEASE_SIZE, 10, eParam_NoThread, OBJMGR_SCOPE_AUTORELEASE_SIZE) |
|
static unsigned | s_GetScopeAutoReleaseSize (void) |
|
| NCBI_PARAM_DECL (int, OBJMGR, SCOPE_POSTPONE_DELETE) |
|
| NCBI_PARAM_DEF_EX (int, OBJMGR, SCOPE_POSTPONE_DELETE, 1, eParam_NoThread, OBJMGR_SCOPE_POSTPONE_DELETE) |
|
static int | s_GetScopePostponeDelete (void) |
|
| DEFINE_STATIC_FAST_MUTEX (sx_UsedTSEMutex) |
|
static | DECLARE_TLS_VAR (CUnlockedTSEsGuard *, st_Guard) |
|
◆ _TRACE_TSE_LOCK
#define _TRACE_TSE_LOCK |
( |
|
x | ) |
((void)0) |
◆ BIOSEQ_TRACE
#define BIOSEQ_TRACE |
( |
|
x | ) |
|
◆ TDetachedInfo
◆ TDetachedInfoElement
◆ DECLARE_TLS_VAR()
◆ DEFINE_STATIC_FAST_MUTEX()
DEFINE_STATIC_FAST_MUTEX |
( |
sx_UsedTSEMutex |
| ) |
|
◆ NCBI_PARAM_DECL() [1/3]
NCBI_PARAM_DECL |
( |
bool |
, |
|
|
OBJMGR |
, |
|
|
SCOPE_AUTORELEASE |
|
|
) |
| |
◆ NCBI_PARAM_DECL() [2/3]
NCBI_PARAM_DECL |
( |
int |
, |
|
|
OBJMGR |
, |
|
|
SCOPE_POSTPONE_DELETE |
|
|
) |
| |
◆ NCBI_PARAM_DECL() [3/3]
NCBI_PARAM_DECL |
( |
unsigned |
, |
|
|
OBJMGR |
, |
|
|
SCOPE_AUTORELEASE_SIZE |
|
|
) |
| |
◆ NCBI_PARAM_DEF_EX() [1/3]
◆ NCBI_PARAM_DEF_EX() [2/3]
NCBI_PARAM_DEF_EX |
( |
int |
, |
|
|
OBJMGR |
, |
|
|
SCOPE_POSTPONE_DELETE |
, |
|
|
1 |
, |
|
|
eParam_NoThread |
, |
|
|
OBJMGR_SCOPE_POSTPONE_DELETE |
|
|
) |
| |
◆ NCBI_PARAM_DEF_EX() [3/3]
NCBI_PARAM_DEF_EX |
( |
unsigned |
, |
|
|
OBJMGR |
, |
|
|
SCOPE_AUTORELEASE_SIZE |
, |
|
|
10 |
, |
|
|
eParam_NoThread |
, |
|
|
OBJMGR_SCOPE_AUTORELEASE_SIZE |
|
|
) |
| |
◆ s_GetScopeAutoReleaseEnabled()
◆ s_GetScopeAutoReleaseSize()
static unsigned s_GetScopeAutoReleaseSize |
( |
void |
| ) |
|
|
static |
◆ s_GetScopePostponeDelete()