| 180 | task_lock_.lock(); |
| 181 | } |
| 182 | void Unlock(void) |
| 183 | { |
| 184 | task_lock_.unlock(); |
| 185 | } |
| 186 | |
| 187 | bool SetAttr(const char* name, const void* val, int size); |
| 188 | bool GetAttr(const char* name, void* val, int size); |
no outgoing calls
no test coverage detected