| 77 | } |
| 78 | |
| 79 | gemmlowp::WorkersPool* GetWorkersPool() { |
| 80 | static gemmlowp::WorkersPool* pool = new gemmlowp::WorkersPool(); |
| 81 | return pool; |
| 82 | } |
| 83 | |
| 84 | mutex& GetMutex() { |
| 85 | static mutex mu(LINKER_INITIALIZED); |
no outgoing calls
no test coverage detected