Home
last modified time | relevance | path

Searched refs:unavailable (Results 1 - 11 of 11) sorted by relevance

/third_party/node/lib/internal/bootstrap/switches/
H A Ddoes_not_own_process_state.js6 const { unavailable } = require('internal/process/worker_thread_only');
8 process.abort = unavailable('process.abort()');
9 process.chdir = unavailable('process.chdir()');
14 process.initgroups = unavailable('process.initgroups()');
15 process.setgroups = unavailable('process.setgroups()');
16 process.setegid = unavailable('process.setegid()');
17 process.seteuid = unavailable('process.seteuid()');
18 process.setgid = unavailable('process.setgid()');
19 process.setuid = unavailable('process.setuid()');
/third_party/node/lib/internal/main/
H A Dworker_thread.js66 // related IPC properties as unavailable.
72 get: workerThreadSetup.unavailable('process.channel'),
78 get: workerThreadSetup.unavailable('process.connected'),
81 process.send = workerThreadSetup.unavailable('process.send()');
83 workerThreadSetup.unavailable('process.disconnect()');
/third_party/node/lib/internal/process/
H A Dworker_thread_only.js10 function unavailable(name) { function
20 unavailable,
/third_party/libunwind/libunwind/doc/
H A Dunw_set_caching_policy.tex28 that is shared by all threads. If global caching is unavailable or
32 thread-local caches. If a thread-local caching are unavailable or
H A Dunw_get_proc_name.tex35 completely unavailable or may be limited to those exported via a
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/internal/str_format/
H A Dbind.h94 // We use the 'unavailable' attribute to give a better compiler error than
97 __attribute__((unavailable("Format string is not constexpr.")));
100 // We use the 'unavailable' attribute to give a better compiler error than
109 unavailable(
/third_party/skia/third_party/externals/abseil-cpp/absl/base/
H A Dmacros.h78 __attribute__((enable_if(expr, "Bad call trap"), unavailable(msg)))
/third_party/ffmpeg/fftools/
H A Dffmpeg.h533 int unavailable; /* true if the steram is unavailable (possibly temporarily) */ member
H A Dffmpeg.c3505 return ost->unavailable ? NULL : ost; in choose_output()
3509 ost_min = ost->unavailable ? NULL : ost; in choose_output()
3795 if (output_streams[i]->unavailable) in got_eagain()
3806 output_streams[i]->unavailable = 0; in reset_eagain()
4227 graph->outputs[i]->ost->unavailable = 1; in transcode_from_filter()
4314 ost->unavailable = 1; in transcode_step()
/third_party/rust/crates/clang-sys/src/
H A Dlib.rs2076 pub fn clang_getCursorPlatformAvailability(cursor: CXCursor, deprecated: *mut c_int, deprecated_message: *mut CXString, unavailable: *mut c_int, unavailable_message: *mut CXString, availability: *mut CXPlatformAvailability, n_availability: c_int) -> c_int; in clang_getCursorPlatformAvailability()
/third_party/node/deps/v8/src/wasm/baseline/ia32/
H A Dliftoff-assembler-ia32.h1371 LiftoffRegList unavailable{eax, edx, lhs}; in EmitInt32DivOrRem()
1372 Register tmp = assm->GetUnusedRegister(kGpReg, unavailable).gp(); in EmitInt32DivOrRem()

Completed in 39 milliseconds