Changeset aaa3c457 in mainline for kernel/generic/src/proc/thread.c
- Timestamp:
- 2018-11-12T10:36:10Z (7 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- a43dfcb
- Parents:
- 3ce781f4 (diff), 6874bd2 (diff)
 Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
 Use the(diff)links above to see all the changes relative to each parent.
- git-author:
- Jakub Jermář <jakub@…> (2018-11-12 10:36:10)
- git-committer:
- GitHub <noreply@…> (2018-11-12 10:36:10)
- File:
- 
      - 1 edited
 
 - 
          
  kernel/generic/src/proc/thread.c (modified) (2 diffs)
 
Legend:
- Unmodified
- Added
- Removed
- 
      kernel/generic/src/proc/thread.cr3ce781f4 raaa3c457 48 48 #include <synch/spinlock.h> 49 49 #include <synch/waitq.h> 50 #include <synch/syswaitq.h> 50 51 #include <cpu.h> 51 52 #include <str.h> … … 519 520 */ 520 521 ipc_cleanup(); 521 futex_task_cleanup();522 sys_waitq_task_cleanup(); 522 523 LOG("Cleanup of task %" PRIu64 " completed.", TASK->taskid); 523 524 } 
  Note:
 See   TracChangeset
 for help on using the changeset viewer.
  
