Skip to content

modules: improve _gettid wrapper

Érico Rolim requested to merge ericonr/pipewire:gettid2 into master
  • use meson to check for gettid() function, always use if available
  • use syscall fallback on linux, if not
  • restrict thr_self() fallback to only FreeBSD
  • error out if there isn't any gettid impl

Merge request reports