dispatch_sync:As an optimization, this function invokes the block on the current thread when possibl

Posted feng9exe

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了dispatch_sync:As an optimization, this function invokes the block on the current thread when possibl相关的知识,希望对你有一定的参考价值。

两件事情:

1、是否是一个线程;

2、queue task 的目标线程是否有未完成的task。

 

模型:一个线程处理当前的task还有通过gc d派发来的待执行task。

 

猜测:

如果目标thread上除了当前task,没有其它的task,派发到thread task 可以 优化为直接执行。

如果有其它待执行task,则会导致死锁。

以上是关于dispatch_sync:As an optimization, this function invokes the block on the current thread when possibl的主要内容,如果未能解决你的问题,请参考以下文章

An overview of gradient descent optimization algorithms

(转) An overview of gradient descent optimization algorithms

Learning an Optimal Policy: Model-free Methods

论文翻译 An optimization algorithm based on chaotic behavior and fractal nature

《智能计算系统》课程报告——《An Efficient FPGA Accelerator Optimized for High Throughput Sparse CNN Inference》学习笔记

dispatch_sync()