| 223 | } |
| 224 | |
| 225 | static __inline __result_use_check bool |
| 226 | refcount_release_if_not_last(volatile u_int *count) |
| 227 | { |
| 228 | |
| 229 | return (_refcount_release_if_gt(count, 1)); |
| 230 | } |
| 231 | |
| 232 | #endif /* !__SYS_REFCOUNT_H__ */ |
no outgoing calls
no test coverage detected