[][src]Function dart_sys::Dart_SetThreadName

pub unsafe extern "C" fn Dart_SetThreadName(name: *const c_char)

Associates a name with the current thread. This name will be used to name threads in the timeline. Can only be called after a call to Dart_Initialize.

\param name The name of the thread.