SetGlobalCustomJoinThreadFn property

Pointer<NativeFunction<OrtStatusPtr Function(Pointer<OrtThreadingOptions> tp_options, OrtCustomJoinThreadFn ort_custom_join_thread_fn)>> SetGlobalCustomJoinThreadFn
getter/setter pair

\brief Set custom thread join function for global thread pools

\paraminout tp_options \paramin ort_custom_join_thread_fn Custom thread join function, must not be nullptr when global ort_custom_create_thread_fn is set

\snippet{doc} snippets.dox OrtStatus Return Value

Implementation

external ffi.Pointer<
  ffi.NativeFunction<
    OrtStatusPtr Function(
      ffi.Pointer<OrtThreadingOptions> tp_options,
      OrtCustomJoinThreadFn ort_custom_join_thread_fn,
    )
  >
>
SetGlobalCustomJoinThreadFn;