Changeset 619 for trunk/kernel/syscalls/sys_thread_exit.c
- Timestamp:
- Feb 12, 2019, 1:15:47 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/kernel/syscalls/sys_thread_exit.c
r584 r619 64 64 uint64_t tm_start = hal_get_cycles(); 65 65 if( DEBUG_SYS_THREAD_EXIT < tm_start ) 66 printk("\n[ DBG] %s :thread[%x,%x] / main => delete process / cycle %d\n",66 printk("\n[%s] thread[%x,%x] / main => delete process / cycle %d\n", 67 67 __FUNCTION__ , pid , trdid , (uint32_t)tm_start ); 68 68 #endif … … 76 76 uint64_t tm_start = hal_get_cycles(); 77 77 if( DEBUG_SYS_THREAD_EXIT < tm_start ) 78 printk("\n[ DBG] %s :thread[%x,%x] / not main => delete thread / cycle %d\n",78 printk("\n[%s] thread[%x,%x] / not main => delete thread / cycle %d\n", 79 79 __FUNCTION__ , pid , trdid , (uint32_t)tm_start ); 80 80 #endif
Note: See TracChangeset
for help on using the changeset viewer.