OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:run_thread
(Results
1 - 4
of
4
) sorted by relevancy
/src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
sanitizer_stoptheworld_mac.cc
84
pthread_t
run_thread
= (pthread_t)internal_start_thread(RunThread, &arg);
local in function:__sanitizer::StopTheWorld
85
internal_join_thread(
run_thread
);
/src/lib/libisns/
isns_thread.c
64
int
run_thread
;
local in function:isns_control_thread
66
run_thread
= 1;
68
while (
run_thread
) {
82
run_thread
= (evt_handler_p(evt_p, cfg_p) == 0);
/src/sys/fs/udf/
udf_strat_sequential.c
89
int
run_thread
; /* thread control */
member in struct:strat_private
576
while (priv->
run_thread
|| !empty || priv->sync_req) {
669
priv->
run_thread
= 1;
696
KASSERT(priv->
run_thread
== 1);
697
priv->
run_thread
= 0;
udf_strat_rmw.c
130
int
run_thread
; /* thread control */
member in struct:strat_private
1212
while (priv->
run_thread
|| work || priv->num_floating) {
1457
priv->
run_thread
= 1;
1483
KASSERT(priv->
run_thread
== 1);
1484
priv->
run_thread
= 0;
Completed in 44 milliseconds
Indexes created Mon Sep 22 05:09:51 GMT 2025