Changeset 72f4b98b in rtems
- Timestamp:
- 03/18/14 11:11:37 (8 years ago)
- Branches:
- 4.11, 5, master
- Children:
- f31311aa
- Parents:
- a3dd225b
- git-author:
- Sebastian Huber <sebastian.huber@…> (03/18/14 11:11:37)
- git-committer:
- Sebastian Huber <sebastian.huber@…> (03/19/14 07:34:27)
- Location:
- cpukit/score
- Files:
-
- 1 added
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
cpukit/score/Makefile.am
ra3dd225b r72f4b98b 334 334 src/debugisthreaddispatchingallowed.c \ 335 335 src/interr.c src/isr.c src/wkspace.c src/wkstringduplicate.c 336 libscore_a_SOURCES += src/debugisownerofallocator.c 336 337 libscore_a_SOURCES += src/profilingisrentryexit.c 337 338 -
cpukit/score/include/rtems/score/assert.h
ra3dd225b r72f4b98b 60 60 #endif 61 61 62 /** 63 * @brief Returns true if the current thread of execution owns the allocator 64 * mutex. 65 */ 66 #if defined( RTEMS_DEBUG ) 67 bool _Debug_Is_owner_of_allocator( void ); 68 #endif 69 62 70 #ifdef __cplusplus 63 71 }
Note: See TracChangeset
for help on using the changeset viewer.