Changeset 473 for trunk/kernel/syscalls/sys_thread_join.c
- Timestamp:
- Aug 21, 2018, 6:01:01 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/kernel/syscalls/sys_thread_join.c
r457 r473 96 96 97 97 #if DEBUG_SYSCALLS_ERROR 98 printk("\n[ERROR] in %s : this thread == target thread\n", __FUNCTION__ ); 98 printk("\n[ERROR] in %s : this thread (%x) == target thread(%x)\n", 99 __FUNCTION__, joining_ptr->trdid, trdid ); 99 100 #endif 100 101 joining_ptr->errno = EDEADLK;
Note: See TracChangeset
for help on using the changeset viewer.