GetCurrentProcessorNumber method

int GetCurrentProcessorNumber()

Implementation

int GetCurrentProcessorNumber() {
  return (_GetCurrentProcessorNumber ??= _dylib.lookupFunction<
      _c_GetCurrentProcessorNumber,
      _dart_GetCurrentProcessorNumber>('GetCurrentProcessorNumber'))();
}