Home
last modified time | relevance | path

Searched defs:bind (Results 1 – 2 of 2) sorted by relevance

/spdk/doc/
H A Dtwo.min.js32 bind:Function.prototype.bind,create:Object.create},identity:function(a){return a},isArguments:funct… property
34 …n f;return-1},has:function(a,c){return null!=a&&hasOwnProperty.call(a,c)},bind:function(a,c){var f… method
37 …reateElement("div"):{},hasEventListeners:d.isFunction(l.addEventListener),bind:function(a,c,f,e){t… method
93 …ction(e){this._y=e;this.trigger(c.Events.change,"y")}};c.Vector.prototype.bind=c.Vector.prototype.… method in c.Vector
97 ….change)}});m.extend(l.prototype,c.Vector.prototype,h);c.Anchor.prototype.bind=c.Anchor.prototype.… method in c.Anchor
98 function(){c.Vector.prototype.bind.apply(this,arguments);m.extend(this,h)};c.Anchor.prototype.unbin… method in c.Vector
/spdk/lib/thread/
H A Dthread.c615 spdk_thread_bind(struct spdk_thread * thread,bool bind) spdk_thread_bind() argument