---
title: BLASGetThreading()
framework: accelerate
role: symbol
role_heading: Function
path: accelerate/blasgetthreading()
---

# BLASGetThreading()

Returns the current BLAS and LAPACK threading model.

## Declaration

```swift
func BLASGetThreading() -> BLAS_THREADING
```

## Return Value

Return Value A constant that represents the current BLAS and LAPACK threading model.

## See Also

### Specifying the threading model

- [BLAS](accelerate/blas.md)
- [BLASSetThreading(_:)](accelerate/blassetthreading(_:).md)
- [BLAS_THREADING](accelerate/blas_threading.md)
