Skip to content

Commit afec572

Browse files
committed
Rework to reuse pthread pool code already in dispatch
1 parent 2f7364c commit afec572

File tree

5 files changed

+193
-710
lines changed

5 files changed

+193
-710
lines changed

configure.ac

+1-1
Original file line numberDiff line numberDiff line change
@@ -323,7 +323,7 @@ AC_CHECK_HEADERS([pthread_machdep.h pthread/qos.h])
323323
# Look for own version first, then for libpwq in our source tree, finally system version.
324324
AC_ARG_ENABLE([internal-libpwq],
325325
[AS_HELP_STRING([--enable-internal-libpwq],
326-
[Use libdispatch's own implementation of pthread_workqueue API.])],,
326+
[Use libdispatch's own implementation of pthread workqueues.])],,
327327
[case $target_os in
328328
linux*)
329329
enable_internal_libpwq=yes

0 commit comments

Comments
 (0)