Function threadm_core_lock

Function Documentation

status_t threadm_core_lock(pthread_t thread, size_t core)

Lock a thread to a core.

Parameters:
  • thread – The thread handle.

  • core – The core to lock to, 0-indexed.

Returns:

status_t.