Commit Graph

3 Commits

Author SHA1 Message Date
Joel Sherrill
0bb4dd0337 2005-09-01 Joel Sherrill <joel@OARcorp.com>
PR 820/rtems
	* inline/rtems/score/coremsg.inl, macros/rtems/score/coremsg.inl,
	src/coremsginsert.c: Increment of pending message count should be
	atomic with insertion on the pending message chain. Determination of
	the need to call the notification handler should also be in this
	atomic section of code.
2005-09-01 16:31:22 +00:00
Joel Sherrill
a6eef8bd29 2003-09-04 Joel Sherrill <joel@OARcorp.com>
* apiext.c, chain.c, coremsg.c, coremsgbroadcast.c, coremsgclose.c,
	coremsgflush.c, coremsgflushsupp.c, coremsgflushwait.c,
	coremsginsert.c, coremsgseize.c, coremsgsubmit.c, coremutex.c,
	coremutexflush.c, coremutexseize.c, coremutexsurrender.c, coresem.c,
	coresemflush.c, coresemseize.c, coresemsurrender.c, coretod.c,
	coretodset.c, coretodtickle.c, coretodtoseconds.c, coretodvalidate.c,
	heap.c, heapallocate.c, heapextend.c, heapfree.c, heapgetinfo.c,
	heapsizeofuserarea.c, heapwalk.c, interr.c, isr.c, mpci.c, object.c,
	objectallocate.c, objectallocatebyindex.c, objectclearname.c,
	objectcomparenameraw.c, objectcomparenamestring.c,
	objectcopynameraw.c, objectcopynamestring.c,
	objectextendinformation.c, objectfree.c, objectget.c,
	objectgetbyindex.c, objectgetisr.c, objectgetnext.c,
	objectgetnoprotection.c, objectinitializeinformation.c, objectmp.c,
	objectnametoid.c, objectshrinkinformation.c, thread.c,
	threadchangepriority.c, threadclearstate.c, threadclose.c,
	threadcreateidle.c, threaddelayended.c, threaddispatch.c,
	threadevaluatemode.c, threadget.c, threadhandler.c, threadidlebody.c,
	threadinitialize.c, threadloadenv.c, threadmp.c, threadq.c,
	threadqdequeue.c, threadqdequeuefifo.c, threadqdequeuepriority.c,
	threadqenqueue.c, threadqenqueuefifo.c, threadqenqueuepriority.c,
	threadqextract.c, threadqextractfifo.c, threadqextractpriority.c,
	threadqextractwithproxy.c, threadqfirst.c, threadqfirstfifo.c,
	threadqfirstpriority.c, threadqflush.c, threadqtimeout.c,
	threadready.c, threadreset.c, threadresettimeslice.c,
	threadrestart.c, threadresume.c, threadrotatequeue.c,
	threadsetpriority.c, threadsetstate.c, threadsettransient.c,
	threadstackallocate.c, threadstackfree.c, threadstart.c,
	threadstartmultitasking.c, threadsuspend.c, threadtickletimeslice.c,
	threadyieldprocessor.c, userext.c, watchdog.c, watchdogadjust.c,
	watchdoginsert.c, watchdogremove.c, watchdogtickle.c, wkspace.c: URL
	for license changed.
2003-09-04 18:52:48 +00:00
Jennifer Averett
d65c376845 + Added and yellow line tested _CORE_message_queue_Flush_waiting_threads
and _CORE_message_queue_Insert_message for posix message queues.
+ Yellow line tested new source
2000-01-13 18:32:09 +00:00