/third_party/node/benchmark/net/ |
H A D | net-c2s.js | 79 Writer.prototype.once = function() {}; 88 dest.once('drain', this.flow);
|
/third_party/mesa3d/src/virtio/vulkan/ |
H A D | vn_common.c | 64 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 D | checkAccess.c | 10 static pthread_once_t once = PTHREAD_ONCE_INIT; variable 29 __selinux_once(once, avc_init_once); in selinux_check_access()
|
H A D | setrans_client.c | 36 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 D | selinux_config.c | 59 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 D | procattr.c | 20 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 D | crc32.c | 211 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 D | abort_controller.js | 238 [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 D | primary.js | 103 worker.once('online', function() { 174 worker.process.once('exit', (exitCode, signalCode) => { 191 worker.process.once('disconnect', () => { 237 intercom.once('disconnect', cb);
|
H A D | child.js | 43 process.once('disconnect', () => { 116 obj.once('listening', () => { 305 process.once('disconnect', () => process.exit(0));
|
/third_party/node/lib/internal/streams/ |
H A D | end-of-stream.js | 16 once, 67 callback = once(callback); 260 callback = once((...args) => { 284 callback = once((...args) => {
|
/kernel/linux/linux-5.10/arch/sparc/include/asm/ |
H A D | floppy_32.h | 263 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 D | floppy_32.h | 263 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 D | recursive_watch.js | 263 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 D | u_debug.h | 154 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 D | SelectionDAGDumper.cpp | 892 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 D | dng_pthread.cpp | 744 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 D | pm-rcar-gen2.c | 49 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 D | pm-rcar-gen2.c | 49 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 D | region.c | 15 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 D | region.c | 16 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 D | api.js | 23 { 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 D | test-child-process-fork-getconnections.js | 51 sockets[m.id].once('close', sendClosed.bind(null, m.id)); 98 child.once('message', common.mustCall((m) => {
|
H A D | test-http-upgrade-server.js | 132 conn.once('data', (data) => { 152 conn.once('data', function(data) {
|
H A D | test-http2-connect.js | 34 client.once('connect', mustCall((headers) => { 142 client.once('connect', mustCall(() => {
|