Home
last modified time | relevance | path

Searched refs:can_run (Results 1 - 5 of 5) sorted by relevance

/third_party/node/deps/v8/src/libplatform/
H A Ddefault-job.cc96 bool can_run = false; in Join() local
105 can_run = WaitForParticipationOpportunityLockRequired(); in Join()
108 while (can_run) { in Join()
111 can_run = WaitForParticipationOpportunityLockRequired(); in Join()
/third_party/node/deps/openssl/openssl/util/perl/OpenSSL/
H A Dconfig.pm55 return undef unless IPC::Cmd::can_run("$CROSS_COMPILE$CC");
61 return undef unless IPC::Cmd::can_run("$CROSS_COMPILE$CC");
208 return undef unless IPC::Cmd::can_run('uname');
308 next unless IPC::Cmd::can_run("$CROSS_COMPILE$_");
381 if (IPC::Cmd::can_run('cc')) {
409 if (IPC::Cmd::can_run('cl')) {
/third_party/openssl/util/perl/OpenSSL/
H A Dconfig.pm55 return undef unless IPC::Cmd::can_run("$CROSS_COMPILE$CC");
61 return undef unless IPC::Cmd::can_run("$CROSS_COMPILE$CC");
208 return undef unless IPC::Cmd::can_run('uname');
308 next unless IPC::Cmd::can_run("$CROSS_COMPILE$_");
373 if (IPC::Cmd::can_run('cc')) {
401 if (IPC::Cmd::can_run('cl')) {
/third_party/node/deps/openssl/openssl/
H A DConfigure3265 return scalar IPC::Cmd::can_run($name);
/third_party/openssl/
H A DConfigure3260 return scalar IPC::Cmd::can_run($name);

Completed in 11 milliseconds