lp://staging/~epics-core/epics-base/get-cpus
Created by
Ralph Lange
and last modified
- Get this branch:
- bzr branch lp://staging/~epics-core/epics-base/get-cpus
Members of
EPICS Core Developers
can upload to this branch. Log in for directions.
Branch merges
Propose for merging
No branches
dependent on this one.
- Andrew Johnson: Approve
-
Diff: 131 lines (+50/-3)7 files modified.bzrignore (+1/-0)
src/libCom/osi/epicsThread.h (+2/-1)
src/libCom/osi/os/RTEMS/osdThread.c (+9/-0)
src/libCom/osi/os/WIN32/osdThread.c (+12/-0)
src/libCom/osi/os/posix/osdThread.c (+16/-1)
src/libCom/osi/os/vxWorks/osdThread.c (+5/-0)
src/libCom/test/epicsThreadTest.cpp (+5/-1)
Related bugs
Related blueprints
Branch information
Recent revisions
- 12413. By Ralph Lange
-
libCom/osi: use epicsThreadGetCPUs implementation from thread-pool branch (posix, WIN32)
- 12411. By Ralph Lange
-
libCom/osi: add epicsThreadGetC
PUs()
* Implementation for posix and WIN32 tries to get the CPUs available for this process,
rather than the complete number of CPUs in the system.
* For the time being, vxWorks returns 1. (This will have to change for vxWorks SMP.) - 12406. By Andrew Johnson
-
configure: Fix the earlier DLLSTUBS change
Turn on static library dependencies again in RULES_TARGET.
- 12404. By Andrew Johnson
-
Merged Ralph's spinlocks branch.
Added an RTEMS implementation which locks interrupts,
and some Release Notes mentioning the new API.
Branch metadata
- Branch format:
- Branch format 7
- Repository format:
- Bazaar repository format 2a (needs bzr 1.16 or later)
- Stacked on:
- lp://staging/~epics-core/epics-base/3.15