| 778 | } |
| 779 | |
| 780 | void BfCodeGen::SetMaxThreads(int maxThreads) |
| 781 | { |
| 782 | #ifndef MAX_THREADS |
| 783 | mMaxThreadCount = BF_CLAMP(maxThreads, 2, 64); |
| 784 | #endif |
| 785 | } |
| 786 | |
| 787 | void BfCodeGen::BindReleaseThunks() |
| 788 | { |
no outgoing calls
no test coverage detected