Home
last modified time | relevance | path

Searched refs:last_thread (Results 1 – 25 of 218) sorted by relevance

123456789

/dports/databases/mariadb105-client/mariadb-10.5.15/mysys/
H A Dwqueue.c43 if (!(last= wqueue->last_thread)) in wqueue_link_into_queue()
56 wqueue->last_thread= thread; in wqueue_link_into_queue()
80 if (!(last= wqueue->last_thread)) in wqueue_add_to_queue()
90 wqueue->last_thread= thread; in wqueue_add_to_queue()
112 wqueue->last_thread= NULL; in wqueue_unlink_from_queue()
117 if (wqueue->last_thread == thread) in wqueue_unlink_from_queue()
144 struct st_my_thread_var *last= wqueue->last_thread; in wqueue_release_queue()
155 wqueue->last_thread= NULL; in wqueue_release_queue()
170 struct st_my_thread_var *last= wqueue->last_thread; in wqueue_release_one_locktype_from_queue()
180 wqueue->last_thread= NULL; in wqueue_release_one_locktype_from_queue()
[all …]
/dports/databases/mariadb104-server/mariadb-10.4.24/mysys/
H A Dwqueue.c43 if (!(last= wqueue->last_thread)) in wqueue_link_into_queue()
56 wqueue->last_thread= thread; in wqueue_link_into_queue()
80 if (!(last= wqueue->last_thread)) in wqueue_add_to_queue()
90 wqueue->last_thread= thread; in wqueue_add_to_queue()
112 wqueue->last_thread= NULL; in wqueue_unlink_from_queue()
117 if (wqueue->last_thread == thread) in wqueue_unlink_from_queue()
144 struct st_my_thread_var *last= wqueue->last_thread; in wqueue_release_queue()
155 wqueue->last_thread= NULL; in wqueue_release_queue()
170 struct st_my_thread_var *last= wqueue->last_thread; in wqueue_release_one_locktype_from_queue()
180 wqueue->last_thread= NULL; in wqueue_release_one_locktype_from_queue()
[all …]
/dports/databases/mariadb104-client/mariadb-10.4.24/mysys/
H A Dwqueue.c43 if (!(last= wqueue->last_thread)) in wqueue_link_into_queue()
56 wqueue->last_thread= thread; in wqueue_link_into_queue()
80 if (!(last= wqueue->last_thread)) in wqueue_add_to_queue()
90 wqueue->last_thread= thread; in wqueue_add_to_queue()
112 wqueue->last_thread= NULL; in wqueue_unlink_from_queue()
117 if (wqueue->last_thread == thread) in wqueue_unlink_from_queue()
144 struct st_my_thread_var *last= wqueue->last_thread; in wqueue_release_queue()
155 wqueue->last_thread= NULL; in wqueue_release_queue()
170 struct st_my_thread_var *last= wqueue->last_thread; in wqueue_release_one_locktype_from_queue()
180 wqueue->last_thread= NULL; in wqueue_release_one_locktype_from_queue()
[all …]
/dports/databases/mariadb103-server/mariadb-10.3.34/mysys/
H A Dwqueue.c43 if (!(last= wqueue->last_thread)) in wqueue_link_into_queue()
56 wqueue->last_thread= thread; in wqueue_link_into_queue()
80 if (!(last= wqueue->last_thread)) in wqueue_add_to_queue()
90 wqueue->last_thread= thread; in wqueue_add_to_queue()
112 wqueue->last_thread= NULL; in wqueue_unlink_from_queue()
117 if (wqueue->last_thread == thread) in wqueue_unlink_from_queue()
144 struct st_my_thread_var *last= wqueue->last_thread; in wqueue_release_queue()
155 wqueue->last_thread= NULL; in wqueue_release_queue()
170 struct st_my_thread_var *last= wqueue->last_thread; in wqueue_release_one_locktype_from_queue()
180 wqueue->last_thread= NULL; in wqueue_release_one_locktype_from_queue()
[all …]
/dports/databases/mariadb103-client/mariadb-10.3.34/mysys/
H A Dwqueue.c43 if (!(last= wqueue->last_thread)) in wqueue_link_into_queue()
56 wqueue->last_thread= thread; in wqueue_link_into_queue()
80 if (!(last= wqueue->last_thread)) in wqueue_add_to_queue()
90 wqueue->last_thread= thread; in wqueue_add_to_queue()
112 wqueue->last_thread= NULL; in wqueue_unlink_from_queue()
117 if (wqueue->last_thread == thread) in wqueue_unlink_from_queue()
144 struct st_my_thread_var *last= wqueue->last_thread; in wqueue_release_queue()
155 wqueue->last_thread= NULL; in wqueue_release_queue()
170 struct st_my_thread_var *last= wqueue->last_thread; in wqueue_release_one_locktype_from_queue()
180 wqueue->last_thread= NULL; in wqueue_release_one_locktype_from_queue()
[all …]
/dports/databases/mariadb105-server/mariadb-10.5.15/mysys/
H A Dwqueue.c43 if (!(last= wqueue->last_thread)) in wqueue_link_into_queue()
56 wqueue->last_thread= thread; in wqueue_link_into_queue()
80 if (!(last= wqueue->last_thread)) in wqueue_add_to_queue()
90 wqueue->last_thread= thread; in wqueue_add_to_queue()
112 wqueue->last_thread= NULL; in wqueue_unlink_from_queue()
117 if (wqueue->last_thread == thread) in wqueue_unlink_from_queue()
144 struct st_my_thread_var *last= wqueue->last_thread; in wqueue_release_queue()
155 wqueue->last_thread= NULL; in wqueue_release_queue()
170 struct st_my_thread_var *last= wqueue->last_thread; in wqueue_release_one_locktype_from_queue()
180 wqueue->last_thread= NULL; in wqueue_release_one_locktype_from_queue()
[all …]
/dports/graphics/gimp-app/gimp-2.10.30/tools/
H A Dperformance-log-expand.py71 last_thread = last_backtrace.setdefault (id, [{}, []]) variable
72 last_frames = last_thread[1]
84 last_thread[0] = attrib
85 last_thread[1] = frames
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/utils/benchmark/src/
H A Dmutex.h105 bool last_thread = false; in wait() local
108 last_thread = createBarrier(ml); in wait()
110 if (last_thread) phase_condition_.notify_all(); in wait()
111 return last_thread; in wait()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/libcxx/utils/google-benchmark/src/
H A Dmutex.h105 bool last_thread = false; in wait() local
108 last_thread = createBarrier(ml); in wait()
110 if (last_thread) phase_condition_.notify_all(); in wait()
111 return last_thread; in wait()
/dports/devel/benchmark/benchmark-1.6.0/src/
H A Dmutex.h105 bool last_thread = false; in wait() local
108 last_thread = createBarrier(ml); in wait()
110 if (last_thread) phase_condition_.notify_all(); in wait()
111 return last_thread; in wait()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/libcxx/utils/google-benchmark/src/
H A Dmutex.h105 bool last_thread = false; in wait() local
108 last_thread = createBarrier(ml); in wait()
110 if (last_thread) phase_condition_.notify_all(); in wait()
111 return last_thread; in wait()
/dports/www/chromium-legacy/chromium-88.0.4324.182/buildtools/third_party/libc++/trunk/utils/google-benchmark/src/
H A Dmutex.h105 bool last_thread = false; in wait() local
108 last_thread = createBarrier(ml); in wait()
110 if (last_thread) phase_condition_.notify_all(); in wait()
111 return last_thread; in wait()
/dports/devel/llvm11/llvm-11.0.1.src/utils/benchmark/src/
H A Dmutex.h105 bool last_thread = false; in wait() local
108 last_thread = createBarrier(ml); in wait()
110 if (last_thread) phase_condition_.notify_all(); in wait()
111 return last_thread; in wait()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/libcxx/utils/google-benchmark/src/
H A Dmutex.h105 bool last_thread = false; in wait() local
108 last_thread = createBarrier(ml); in wait()
110 if (last_thread) phase_condition_.notify_all(); in wait()
111 return last_thread; in wait()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/utils/benchmark/src/
H A Dmutex.h105 bool last_thread = false; in wait() local
108 last_thread = createBarrier(ml); in wait()
110 if (last_thread) phase_condition_.notify_all(); in wait()
111 return last_thread; in wait()
/dports/math/stanmath/math-4.2.0/lib/benchmark_1.5.1/src/
H A Dmutex.h105 bool last_thread = false; in wait() local
108 last_thread = createBarrier(ml); in wait()
110 if (last_thread) phase_condition_.notify_all(); in wait()
111 return last_thread; in wait()
/dports/science/axom/axom-0.6.1/src/cmake/blt/thirdparty_builtin/benchmark-1.5.0/src/
H A Dmutex.h105 bool last_thread = false; in wait() local
108 last_thread = createBarrier(ml); in wait()
110 if (last_thread) phase_condition_.notify_all(); in wait()
111 return last_thread; in wait()
/dports/science/ascent/ascent-0.7.1-66-gbcf2742a/src/blt/thirdparty_builtin/benchmark-1.5.0/src/
H A Dmutex.h105 bool last_thread = false; in wait() local
108 last_thread = createBarrier(ml); in wait()
110 if (last_thread) phase_condition_.notify_all(); in wait()
111 return last_thread; in wait()
/dports/sysutils/hourglass/hourglass-1.0.1b/scripts/
H A Dcontext.pl6 my $last_thread = -1;
32 if ($last_thread != -1 &&
33 $thread != $last_thread) {
40 $last_thread = $thread;
/dports/devel/llvm90/llvm-9.0.1.src/utils/benchmark/src/
H A Dmutex.h105 bool last_thread = false; in wait() local
108 last_thread = createBarrier(ml); in wait()
110 if (last_thread) phase_condition_.notify_all(); in wait()
111 return last_thread; in wait()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/libcxx/utils/google-benchmark/src/
H A Dmutex.h105 bool last_thread = false; in wait() local
108 last_thread = createBarrier(ml); in wait()
110 if (last_thread) phase_condition_.notify_all(); in wait()
111 return last_thread; in wait()
/dports/devel/llvm12/llvm-project-12.0.1.src/llvm/utils/benchmark/src/
H A Dmutex.h105 bool last_thread = false; in wait() local
108 last_thread = createBarrier(ml); in wait()
110 if (last_thread) phase_condition_.notify_all(); in wait()
111 return last_thread; in wait()
/dports/audio/mixxx/mixxx-2.3.0/lib/benchmark/src/
H A Dmutex.h105 bool last_thread = false; in wait() local
108 last_thread = createBarrier(ml); in wait()
110 if (last_thread) phase_condition_.notify_all(); in wait()
111 return last_thread; in wait()
/dports/devel/llvm12/llvm-project-12.0.1.src/libcxx/utils/google-benchmark/src/
H A Dmutex.h105 bool last_thread = false; in wait() local
108 last_thread = createBarrier(ml); in wait()
110 if (last_thread) phase_condition_.notify_all(); in wait()
111 return last_thread; in wait()
/dports/devel/llvm10/llvm-10.0.1.src/utils/benchmark/src/
H A Dmutex.h105 bool last_thread = false; in wait() local
108 last_thread = createBarrier(ml); in wait()
110 if (last_thread) phase_condition_.notify_all(); in wait()
111 return last_thread; in wait()

123456789