What does it mean for a call to "spin"

user2816823

What does it mean for a function call to "spin?" Is it the same as blocking?

This is the context I'm referring to:

/*
     * Obtain a free channel
     * This call spins till a free channel is obtained
     */
    chNum = _getFreeChannel(&tccNum);

Thanks.

Some programmer dude

To loop, basically. What a spinning function does is busy-waiting with a loop.

本文收集自互联网,转载请注明来源。

如有侵权,请联系[email protected] 删除。

编辑于
0

我来说两句

0条评论
登录后参与评论

相关文章

来自分类Dev

What does "& _" mean in VB?

来自分类Dev

What does '()' mean in the Delphi Debugger?

来自分类Dev

What does the clojure syntax '[] mean?

来自分类Dev

What does "changeset stripped" mean?

来自分类Dev

What does `rep ret` mean?

来自分类Dev

What does LTR kernel mean?

来自分类Dev

What does this symbol mean in Racket?

来自分类Dev

what does "ls'" mean in Linux?

来自分类Dev

What does # (hash) mean when it doesn't mean Windows key?

来自分类Dev

What does this pattern ^[%w-.]+$ mean in Lua?

来自分类Dev

What does the "required" keyword in Swift mean?

来自分类Dev

What does it mean for a label target to receive a value?

来自分类Dev

What does it mean to run a local web server?

来自分类Dev

What does radix mean in a radix tree?

来自分类Dev

What does .Er mean in a man page?

来自分类Dev

What does Map<String, Serializable> mean?

来自分类Dev

What does O(O(f(n))) mean?

来自分类Dev

What does ebp and esp in a disassembly code mean?

来自分类Dev

What does the notation () => mean and how to use it?

来自分类Dev

What does "0 rows" mean when running a Rails migration?

来自分类Dev

What does "tampered with before resolve" mean on file resolve?

来自分类Dev

Twilio 11200 HTTP Retrieval Failure — What does this mean?

来自分类Dev

What does mean marker in [ ] at packages.debian.org

来自分类Dev

In Objective-C, what does it mean to assign a weak to a strong within a block?

来自分类Dev

What does it mean when variables start with a dot/period in vb.net?

来自分类Dev

what is by mean an instance? or instance of?

来自分类Dev

What does @SingleValueResult do?

来自分类Dev

What does iconv stand for?

来自分类Dev

Energy efficient spin loop