]> rtime.felk.cvut.cz Git - frescor/frsh.git/commit
Resource independent thread functions and synch/shared objects stub.
authorDario Faggioli <faggioli@gandalf.sssup.it>
Tue, 17 Feb 2009 11:35:15 +0000 (12:35 +0100)
committerMichal Sojka <sojkam1@fel.cvut.cz>
Sun, 1 Mar 2009 17:20:17 +0000 (18:20 +0100)
commit1ed61f5d89a22e2c136523b0b56919d134d99f94
tree6473f42c17bd1af0b82bc1113cc853f8597c38dc
parente5039da2b6cde286a5430f63f0e91dda887fc9b3
Resource independent thread functions and synch/shared objects stub.

The frsh_thread.c file is added to generic, manager independent, FRSH
core implementation. It basically adds frsh_thread_create_in_background
function, while service thread tuning functions are not supported yet.

Also, first stub of the code needed to handle synchronization and shared
object is added, and will be filled in the next commits.
frsh_api/Makefile.omk
frsh_api/frsh_sharedobj.c [new file with mode: 0644]
frsh_api/frsh_synchobj.c [new file with mode: 0644]
resources/cpu_aquosa/lib/frsh_aqcpu.c
resources/cpucg/lib/frsh_cpucg.c