Merge branch 'threadpool-shared-thread-prios' into 'main'

GThreadPool: Always use the thread-spawning thread for the global shared thread pool

Closes #2769

See merge request GNOME/glib!3208
This commit is contained in:
Michael Catanzaro
2023-01-20 19:00:49 +00:00
7 changed files with 40 additions and 211 deletions

View File

@@ -1956,10 +1956,6 @@ else
glib_conf.set('HAVE_PTHREAD_GETNAME_NP', 1)
endif
if cc.has_header_symbol('sys/syscall.h', 'SYS_sched_getattr')
glib_conf.set('HAVE_SYS_SCHED_GETATTR', 1)
endif
# Assume that pthread_setname_np is available in some form; same as configure
if cc.links(pthread_prefix + '''
int main() {