HomeSort by: relevance | last modified time | path
    Searched defs:run_thread (Results 1 - 8 of 8) 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);
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);
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_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;
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 63 milliseconds