Changeset 9179d0a in mainline for generic/src/proc/task.c
- Timestamp:
- 2006-04-27T17:13:49Z (19 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 040e4e9
- Parents:
- eaa202a
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
generic/src/proc/task.c
reaa202a r9179d0a 25 25 * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF 26 26 * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 27 */ 28 29 /** 30 * @file task.c 31 * @brief Task management. 27 32 */ 28 33 … … 116 121 /** Create new task with 1 thread and run it 117 122 * 118 * @param program e_addr Address of program executable image.123 * @param program_addr Address of program executable image. 119 124 * @param name Program name. 120 125 * … … 164 169 /** Syscall for reading task ID from userspace. 165 170 * 166 * @param u addrUserspace address of 8-byte buffer where to store current task ID.171 * @param uspace_task_id Userspace address of 8-byte buffer where to store current task ID. 167 172 * 168 173 * @return Always returns 0.
Note:
See TracChangeset
for help on using the changeset viewer.