comparison MasterLoop.c @ 134:a9b72021f053

Distributed memory management w/o free requests working
author Merten Sach <msach@mailbox.tu-berlin.de>
date Fri, 16 Sep 2011 16:19:24 +0200
parents dbfc8382d546
children 0b49fd35afc1
comparison
equal deleted inserted replaced
38:645c2879e577 39:2dc716be808c
9 #include <stdio.h> 9 #include <stdio.h>
10 #include <stddef.h> 10 #include <stddef.h>
11 11
12 #include "VMS.h" 12 #include "VMS.h"
13 #include "ProcrContext.h" 13 #include "ProcrContext.h"
14 #include "scheduling.h"
14 #include "inter_VMS_request_handlers.h" 15 #include "inter_VMS_request_handlers.h"
15 16
16 //=========================================================================== 17 //===========================================================================
17 void inline 18 void inline
18 stealWorkInto( SchedSlot *currSlot, VMSQueueStruc *readyToAnimateQ, 19 stealWorkInto( SchedSlot *currSlot, VMSQueueStruc *readyToAnimateQ,