OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:allocator_mutex
(Results
1 - 3
of
3
) sorted by relevancy
/src/sys/external/bsd/sljit/dist/sljit_src/
sljitUtils.c
71
static HANDLE
allocator_mutex
= 0;
variable in typeref:typename:HANDLE
76
if (!
allocator_mutex
)
77
allocator_mutex
= CreateMutex(NULL, TRUE, NULL);
79
WaitForSingleObject(
allocator_mutex
, INFINITE);
84
ReleaseMutex(
allocator_mutex
);
133
static pthread_mutex_t
allocator_mutex
= PTHREAD_MUTEX_INITIALIZER;
variable in typeref:typename:pthread_mutex_t
137
pthread_mutex_lock(&
allocator_mutex
);
142
pthread_mutex_unlock(&
allocator_mutex
);
sljitUtils.c
71
static HANDLE
allocator_mutex
= 0;
variable in typeref:typename:HANDLE
76
if (!
allocator_mutex
)
77
allocator_mutex
= CreateMutex(NULL, TRUE, NULL);
79
WaitForSingleObject(
allocator_mutex
, INFINITE);
84
ReleaseMutex(
allocator_mutex
);
133
static pthread_mutex_t
allocator_mutex
= PTHREAD_MUTEX_INITIALIZER;
variable in typeref:typename:pthread_mutex_t
137
pthread_mutex_lock(&
allocator_mutex
);
142
pthread_mutex_unlock(&
allocator_mutex
);
sljitUtils.c
71
static HANDLE
allocator_mutex
= 0;
variable in typeref:typename:HANDLE
76
if (!
allocator_mutex
)
77
allocator_mutex
= CreateMutex(NULL, TRUE, NULL);
79
WaitForSingleObject(
allocator_mutex
, INFINITE);
84
ReleaseMutex(
allocator_mutex
);
133
static pthread_mutex_t
allocator_mutex
= PTHREAD_MUTEX_INITIALIZER;
variable in typeref:typename:pthread_mutex_t
137
pthread_mutex_lock(&
allocator_mutex
);
142
pthread_mutex_unlock(&
allocator_mutex
);
Completed in 109 milliseconds
Indexes created Mon Sep 22 13:09:51 GMT 2025