/[rtmk]/rtmk/thread.c
ViewVC logotype

Diff of /rtmk/thread.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.22 by jrydberg, Wed Mar 6 00:55:01 2002 UTC revision 1.23 by jrydberg, Wed Mar 27 00:13:45 2002 UTC
# Line 381  syscall_thread_self (void) Line 381  syscall_thread_self (void)
381    
382    /* Insert right into tasks IPC object.  */    /* Insert right into tasks IPC object.  */
383    ipc_object_lock (task->ipc_object);    ipc_object_lock (task->ipc_object);
384    kr = ipc_object_copyout (task->ipc_object, thread->send_thread_port,    kr = ipc_object_copyout (task->ipc_object,
385                               ipc_port_copy_send (thread->send_thread_port),
386                             RTMK_MSG_TYPE_MAKE_SEND, & thread_name);                             RTMK_MSG_TYPE_MAKE_SEND, & thread_name);
387    ipc_object_unlock (task->ipc_object);    ipc_object_unlock (task->ipc_object);
388    assert (kr == KERN_SUCCESS);    assert (kr == KERN_SUCCESS);

Legend:
Removed from v.1.22  
changed lines
  Added in v.1.23

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26