OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:myidx
(Results
1 - 3
of
3
) sorted by relevancy
/src/sys/external/bsd/compiler_rt/dist/lib/tsan/rtl/
tsan_sync.cc
210
u32
myidx
= 0;
local
222
if (
myidx
!= 0) {
224
sync_alloc_.Free(&thr->proc()->sync_cache,
myidx
);
241
if (
myidx
== 0) {
243
myidx
= sync_alloc_.Alloc(&thr->proc()->sync_cache);
244
mys = sync_alloc_.Map(
myidx
);
249
myidx
| kFlagSync, memory_order_release)) {
/src/external/gpl3/gcc/dist/libsanitizer/tsan/
tsan_sync.cpp
209
u32
myidx
= 0;
local
216
if (UNLIKELY(
myidx
!= 0)) {
218
sync_alloc_.Free(&thr->proc()->sync_cache,
myidx
);
231
if (LIKELY(
myidx
== 0)) {
232
myidx
= sync_alloc_.Alloc(&thr->proc()->sync_cache);
233
mys = sync_alloc_.Map(
myidx
);
238
myidx
| kFlagSync, memory_order_release)) {
/src/external/gpl3/gcc.old/dist/libsanitizer/tsan/
tsan_sync.cpp
198
u32
myidx
= 0;
local
205
if (UNLIKELY(
myidx
!= 0)) {
207
sync_alloc_.Free(&thr->proc()->sync_cache,
myidx
);
220
if (LIKELY(
myidx
== 0)) {
222
myidx
= sync_alloc_.Alloc(&thr->proc()->sync_cache);
223
mys = sync_alloc_.Map(
myidx
);
228
myidx
| kFlagSync, memory_order_release)) {
Completed in 77 milliseconds
Indexes created Fri Aug 14 00:25:39 UTC 2026