Home
last modified time | relevance | path

Searched refs:is_main_thread (Results 1 – 15 of 15) sorted by relevance

/third_party/boost/boost/mpi/
Denvironment.hpp266 static bool is_main_thread();
/third_party/boost/libs/mpi/src/
Denvironment.cpp243 bool environment::is_main_thread() in is_main_thread() function in boost::mpi::environment
/third_party/node/src/
Dnode_worker.cc837 CHECK_IMPLIES(!env->is_main_thread(), !port.IsEmpty()); in GetEnvMessagePort()
893 Boolean::New(env->isolate(), env->is_main_thread())) in InitWorker()
902 if (!env->is_main_thread()) { in InitWorker()
Dnode_dtrace.cc274 if (env->is_main_thread()) { in InitDTrace()
Denv.cc504 if (!is_main_thread()) { in ~Environment()
1027 if (is_main_thread()) { in Exit()
Dnode.cc363 is_main_thread() ? "internal/bootstrap/switches/is_main_thread" in BootstrapNode()
Dmodule_wrap.cc386 if (!env->is_main_thread() && env->is_stopping()) in Evaluate()
Denv-inl.h889 inline bool Environment::is_main_thread() const { in is_main_thread() function
Dnode_contextify.cc986 if (!env->is_main_thread() && env->is_stopping()) in EvalMachine()
Denv.h1056 inline bool is_main_thread() const;
/third_party/eudev/src/shared/
Dutil.h246 bool is_main_thread(void);
Dutil.c1331 bool is_main_thread(void) { in is_main_thread() function
Dhashmap.c780 use_pool = is_main_thread(); in hashmap_base_new()
/third_party/node/src/api/
Denvironment.cc44 (env->is_main_thread() || !env->is_stopping()) && in ShouldAbortOnUncaughtException()
/third_party/quickjs/
Dquickjs-libc.c1800 static BOOL is_main_thread(JSRuntime *rt) in is_main_thread() function
1909 if (!is_main_thread(rt)) in js_os_signal()
3318 if (!is_main_thread(rt)) in js_worker_ctor()