ollama source for Momentry Core verification
This commit is contained in:
9
x/internal/mlxthread/threadid_linux_test.go
Normal file
9
x/internal/mlxthread/threadid_linux_test.go
Normal file
@@ -0,0 +1,9 @@
|
||||
//go:build linux
|
||||
|
||||
package mlxthread
|
||||
|
||||
import "syscall"
|
||||
|
||||
func currentThreadID() uint64 {
|
||||
return uint64(syscall.Gettid())
|
||||
}
|
||||
Reference in New Issue
Block a user