| 1284 | } |
| 1285 | |
| 1286 | int bthread_mutexattr_disable_csite(bthread_mutexattr_t* attr) { |
| 1287 | attr->enable_csite = false; |
| 1288 | return 0; |
| 1289 | } |
| 1290 | |
| 1291 | int bthread_mutexattr_destroy(bthread_mutexattr_t* attr) { |
| 1292 | attr->enable_csite = true; |
no outgoing calls
no test coverage detected