diff options
Diffstat (limited to 'lib/thread/bld.sub')
-rw-r--r-- | lib/thread/bld.sub | 15 |
1 files changed, 9 insertions, 6 deletions
diff --git a/lib/thread/bld.sub b/lib/thread/bld.sub index 02e5e50..f386162 100644 --- a/lib/thread/bld.sub +++ b/lib/thread/bld.sub @@ -8,16 +8,17 @@ lib thread = # linux impl of basic thread primitives #condvar+linux.myr + exit+linux-x64.s mutex+linux.myr + ncpu+linux.myr spawn+linux.myr - exit+linux-x64.s # freebsd impl of thread primitives #condvar+freebsd.myr + exit+freebsd-x64.s mutex+freebsd.myr - spawn+freebsd.myr ncpu+freebsd.myr - exit+freebsd-x64.s + spawn+freebsd.myr # netbsd impl of thread primitives #condvar+netbsd.myr @@ -33,14 +34,16 @@ lib thread = # 9front impl of thread primitives #condvar+plan9.myr + atomic-impl+plan9-x64.s mutex+plan9.myr - spawn+plan9.myr ncpu+plan9.myr - atomic-impl+plan9-x64.s + spawn+plan9.myr # openbsd impl of thread primitives - spawn+openbsd.myr exit+openbsd-x64.s + mutex+openbsd:6.2.myr + ncpu+openbsd.myr + spawn+openbsd.myr atomic-impl+x64.s atomic.myr |