Home
last modified time | relevance | path

Searched refs:once (Results 101 - 125 of 2772) sorted by relevance

12345678910>>...111

/third_party/node/benchmark/net/
H A Dnet-c2s.js79 Writer.prototype.once = function() {};
88 dest.once('drain', this.flow);
/third_party/mesa3d/src/virtio/vulkan/
H A Dvn_common.c64 static once_flag once = ONCE_FLAG_INIT; in vn_env_init() local
65 call_once(&once, vn_env_init_once); in vn_env_init()
/third_party/selinux/libselinux/src/
H A DcheckAccess.c10 static pthread_once_t once = PTHREAD_ONCE_INIT; variable
29 __selinux_once(once, avc_init_once); in selinux_check_access()
H A Dsetrans_client.c36 static pthread_once_t once = PTHREAD_ONCE_INIT; variable
303 __selinux_once(once, init_context_translations); in selinux_trans_to_raw_context()
344 __selinux_once(once, init_context_translations); in selinux_raw_to_trans_context()
384 __selinux_once(once, init_context_translations); in selinux_raw_context_to_color()
H A Dselinux_config.c59 static pthread_once_t once = PTHREAD_ONCE_INIT; variable
140 __selinux_once(once, init_selinux_config); in selinux_getpolicytype()
267 __selinux_once(once, init_selinux_config); in get_path()
279 __selinux_once(once, init_selinux_config); in selinux_policy_root()
H A Dprocattr.c20 static pthread_once_t once = PTHREAD_ONCE_INIT; variable
124 __selinux_once(once, init_procattr); in getprocattrcon_raw()
221 __selinux_once(once, init_procattr); in setprocattrcon_raw()
/third_party/zlib/
H A Dcrc32.c211 Define a once() function depending on the availability of atomics. If this is
218 /* Definition of once functionality. */
227 /* Structure for once(), which must be initialized with ONCE_INIT. */
235 Run the provided init() function exactly once, even if multiple threads
236 invoke once() at the same time. The state must be a once_t initialized with
239 local void once(once_t *state, void (*init)(void)) in once() function
254 /* Structure for once(), which must be initialized with ONCE_INIT. */
272 /* Run the provided init() function once. This is not thread-safe. */
273 local void once(once_t *state, void (*init)(void)) in once() function
288 /* State for once()
[all...]
/third_party/node/lib/internal/
H A Dabort_controller.js238 [kNewListener](size, type, listener, once, capture, passive, weak) {
239 super[kNewListener](size, type, listener, once, capture, passive, weak);
279 }, { once: true });
451 const opts = { __proto__: null, [kWeakHandler]: resource, once: true, [kResistStopPropagation]: true };
/third_party/node/lib/internal/cluster/
H A Dprimary.js103 worker.once('online', function() {
174 worker.process.once('exit', (exitCode, signalCode) => {
191 worker.process.once('disconnect', () => {
237 intercom.once('disconnect', cb);
H A Dchild.js43 process.once('disconnect', () => {
116 obj.once('listening', () => {
305 process.once('disconnect', () => process.exit(0));
/third_party/node/lib/internal/streams/
H A Dend-of-stream.js16 once,
67 callback = once(callback);
260 callback = once((...args) => {
284 callback = once((...args) => {
/kernel/linux/linux-5.10/arch/sparc/include/asm/
H A Dfloppy_32.h263 static int once = 0; in sun_fd_request_irq() local
265 if (!once) { in sun_fd_request_irq()
266 once = 1; in sun_fd_request_irq()
/kernel/linux/linux-6.6/arch/sparc/include/asm/
H A Dfloppy_32.h263 static int once = 0; in sun_fd_request_irq() local
265 if (!once) { in sun_fd_request_irq()
266 once = 1; in sun_fd_request_irq()
/third_party/node/lib/internal/fs/
H A Drecursive_watch.js263 this.once('change', (eventType, filename) => {
270 signal.addEventListener('abort', onAbort, { __proto__: null, once: true, [kResistStopPropagation]: true });
271 this.once('change', (eventType, filename) => {
/third_party/mesa3d/src/util/
H A Du_debug.h154 static bool once = true; \
155 if (once) { \
156 once = false; \
245 * Emit a warning message, but only once.
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGDumper.cpp892 const SelectionDAG *G, VisitedSDNodeSet &once) {
893 if (!once.insert(N).second) // If we've been here before, return now.
908 once.insert(Op.getNode());
915 DumpNodesr(OS, Op.getNode(), indent+2, G, once);
919 VisitedSDNodeSet once;
920 DumpNodesr(dbgs(), this, 0, nullptr, once);
924 VisitedSDNodeSet once;
925 DumpNodesr(dbgs(), this, 0, G, once);
/third_party/skia/third_party/externals/dng_sdk/source/
H A Ddng_pthread.cpp744 int dng_pthread_once(dng_pthread_once_t *once, void (*init_func)()) in dng_pthread_once() argument
746 if (once == NULL || init_func == NULL) in dng_pthread_once()
749 if (once->inited) in dng_pthread_once()
752 if (::InterlockedIncrement(&once->semaphore) == 0) in dng_pthread_once()
755 once->inited = 1; in dng_pthread_once()
759 while (!once->inited) in dng_pthread_once()
/kernel/linux/linux-5.10/arch/arm/mach-shmobile/
H A Dpm-rcar-gen2.c49 static int once; in rcar_gen2_pm_init() local
56 if (once++) in rcar_gen2_pm_init()
/kernel/linux/linux-6.6/arch/arm/mach-shmobile/
H A Dpm-rcar-gen2.c49 static int once; in rcar_gen2_pm_init() local
56 if (once++) in rcar_gen2_pm_init()
/kernel/linux/linux-5.10/drivers/nvdimm/
H A Dregion.c15 static unsigned long once; in nd_region_probe() local
21 && !test_and_set_bit(0, &once)) { in nd_region_probe()
/kernel/linux/linux-6.6/drivers/nvdimm/
H A Dregion.c16 static unsigned long once; in nd_region_probe() local
26 && !test_and_set_bit(0, &once)) { in nd_region_probe()
/third_party/node/doc/api_assets/
H A Dapi.js23 { once: true },
111 as the visible elements in the header change once we pin it.
189 document.addEventListener('DOMContentLoaded', bootstrap, { once: true });
/third_party/node/test/parallel/
H A Dtest-child-process-fork-getconnections.js51 sockets[m.id].once('close', sendClosed.bind(null, m.id));
98 child.once('message', common.mustCall((m) => {
H A Dtest-http-upgrade-server.js132 conn.once('data', (data) => {
152 conn.once('data', function(data) {
H A Dtest-http2-connect.js34 client.once('connect', mustCall((headers) => {
142 client.once('connect', mustCall(() => {

Completed in 12 milliseconds

12345678910>>...111