OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:RELEASE
(Results
1 - 18
of
18
) sorted by relevancy
/src/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/
sanitizer_thread_safety.h
35
#define
RELEASE
(...) THREAD_ANNOTATION(release_capability(__VA_ARGS__))
sanitizer_allocator_secondary.h
272
void ForceUnlock()
RELEASE
(mutex_) { mutex_.Unlock(); }
sanitizer_mutex.h
39
void Unlock()
RELEASE
() { atomic_store(&state_, 0, memory_order_release); }
215
void Unlock()
RELEASE
() {
376
~GenericScopedLock()
RELEASE
() { mu_->Unlock(); }
392
~GenericScopedReadLock()
RELEASE
() { mu_->ReadUnlock(); }
413
ALWAYS_INLINE ~GenericScopedRWLock()
RELEASE
() {
sanitizer_quarantine.h
153
RELEASE
(recycle_mutex_) {
sanitizer_thread_registry.h
99
void Unlock()
RELEASE
() { mtx_.Unlock(); }
sanitizer_common.h
242
~ScopedErrorReportLock()
RELEASE
(mutex_) { Unlock(); }
245
static void Unlock()
RELEASE
(mutex_);
1039
// indicate that sanitizer allocator should not attempt to
release
memory to OS.
/src/external/apache2/llvm/dist/libcxx/utils/google-benchmark/src/
mutex.h
43
#define
RELEASE
(...) \
80
void unlock()
RELEASE
() { mut_.unlock(); }
92
~MutexLock()
RELEASE
() {}
/src/external/apache2/llvm/dist/llvm/utils/benchmark/src/
mutex.h
43
#define
RELEASE
(...) \
80
void unlock()
RELEASE
() { mut_.unlock(); }
92
~MutexLock()
RELEASE
() {}
/src/sys/dev/hid/
hidkbd.c
66
#define
RELEASE
0x100
521
PRESS :
RELEASE
));
534
ADDKEY(key |
RELEASE
);
581
if (key &
RELEASE
)
607
key &
RELEASE
? WSCONS_EVENT_KEY_UP :
622
key&
RELEASE
? WSCONS_EVENT_KEY_UP : WSCONS_EVENT_KEY_DOWN,
693
*type = c &
RELEASE
? WSCONS_EVENT_KEY_UP : WSCONS_EVENT_KEY_DOWN;
/src/external/apache2/mDNSResponder/dist/ServiceRegistration/
srp.h
96
FAULT("ALLOC:
release
after finalize at %2.2d: %p (%10s): %s:%d", \
100
FAULT("ALLOC:
release
at %2.2d: %p (%10s): %s:%d", \
104
INFO("ALLOC:
release
at %2.2d: %p (%10s): %s:%d", \
133
#define
RELEASE
(x, object_type) RELEASE_BASE(x, object_type, file, line)
139
#define
RELEASE
(x, object_type) object_type ## _finalize(x)
144
#define
RELEASE
(x, object_type) do { \
146
FAULT("ALLOC:
release
after finalize at %2.2d: %p (%10s): %s:%d", \
151
FAULT("ALLOC:
release
at %2.2d: %p (%10s): %s:%d", \
174
FAULT("ALLOC:
release
after finalize at %2.2d: %p (%10s)", \
179
FAULT("ALLOC:
release
at %2.2d: %p (%10s)",
[
all
...]
/src/external/bsd/libpcap/dist/
atmuni31.h
50
#define
RELEASE
0x4d /*
release
*/
/src/sys/dev/bluetooth/
btkbd.c
466
#define
RELEASE
0x100
508
? PRESS :
RELEASE
));
521
ADDKEY(key |
RELEASE
);
565
if (key &
RELEASE
)
598
key &
RELEASE
? WSCONS_EVENT_KEY_UP : WSCONS_EVENT_KEY_DOWN,
/src/external/bsd/tcpdump/dist/
print-atm.c
89
#define
RELEASE
0x4d /*
release
*/
317
{
RELEASE
, "
Release
" },
/src/sys/dev/usb/
ukbd.c
96
#define
RELEASE
0x100
660
key = 0x00e6 |
RELEASE
;
834
key = i | ((isset(ud->keys, i) ? PRESS :
RELEASE
));
866
cbuf[j-1] |= (key &
RELEASE
) ? 0x80 : 0;
873
if (key &
RELEASE
)
907
key&
RELEASE
? WSCONS_EVENT_KEY_UP : WSCONS_EVENT_KEY_DOWN,
1034
*type = c &
RELEASE
? WSCONS_EVENT_KEY_UP : WSCONS_EVENT_KEY_DOWN;
/src/external/gpl3/gcc.old/dist/libsanitizer/asan/
asan_allocator.cpp
859
void ForceUnlock()
RELEASE
(fallback_mutex) {
/src/external/zlib/pigz/dist/
pigz.c
295
buffers is not directly limited, but is indirectly limited by the
release
of
363
release
(), peek_lock(), free_lock(), yarn_name */
379
/*
release
an allocated pointer, if allocated, and mark as unallocated */
380
#define
RELEASE
(ptr) \
551
# define mem_track_drop(m)
release
((m)->lock)
718
release
(log_lock);
742
/*
release
log resources (need to do log_init() to use again) */
1188
release
(pool->have);
1285
release
(pool->have);
1465
/* set dictionary if provided,
release
that input or dictionary buffe
[
all
...]
/src/external/mpl/dhcp/dist/includes/
dhctoken.h
211
RELEASE
= 410,
/src/external/mpl/dhcp/dist/keama/
dhctoken.h
215
RELEASE
= 410,
Completed in 53 milliseconds
Indexes created Fri Aug 07 00:26:27 UTC 2026