forked from Imagelibrary/rtems
2007-12-14 Joel Sherrill <joel.sherrill@OARcorp.com>
* score/Makefile.am: _Thread_Rotate_ready_queue is only used by ITRON API.
This commit is contained in:
@@ -1,3 +1,8 @@
|
||||
2007-12-14 Joel Sherrill <joel.sherrill@OARcorp.com>
|
||||
|
||||
* score/Makefile.am: _Thread_Rotate_ready_queue is only used by ITRON
|
||||
API.
|
||||
|
||||
2007-12-14 Joel Sherrill <joel.sherrill@OARcorp.com>
|
||||
|
||||
* posix/src/sleep.c, posix/src/usleep.c: Add copyright header.
|
||||
|
||||
@@ -137,12 +137,17 @@ libscore_a_SOURCES += src/thread.c src/threadchangepriority.c \
|
||||
src/threadget.c src/threadhandler.c src/threadidlebody.c \
|
||||
src/threadinitialize.c src/threadloadenv.c src/threadready.c \
|
||||
src/threadresettimeslice.c src/threadreset.c src/threadrestart.c \
|
||||
src/threadresume.c src/threadrotatequeue.c src/threadsetpriority.c \
|
||||
src/threadsetstate.c src/threadsettransient.c src/threadstackallocate.c \
|
||||
src/threadresume.c src/threadsetpriority.c src/threadsetstate.c \
|
||||
src/threadsettransient.c src/threadstackallocate.c \
|
||||
src/threadstackfree.c src/threadstart.c src/threadstartmultitasking.c \
|
||||
src/threadsuspend.c src/threadtickletimeslice.c \
|
||||
src/threadyieldprocessor.c src/iterateoverthreads.c
|
||||
|
||||
## THREAD_C_FILES only used by ITRON API
|
||||
if LIBITRON
|
||||
libscore_a_SOURCES += src/threadrotatequeue.c
|
||||
endif
|
||||
|
||||
## THREADQ_C_FILES
|
||||
libscore_a_SOURCES += src/threadq.c src/threadqdequeue.c \
|
||||
src/threadqdequeuefifo.c src/threadqdequeuepriority.c \
|
||||
|
||||
Reference in New Issue
Block a user