Searched refs:sendq (Results 1 - 2 of 2) sorted by relevance

/barrelfish-master/usr/proc_mgmt/
H A Dspawnd_state.h39 struct msg_queue sendq; member in struct:spawnd_state
H A Dspawnd_state.c34 spawnds[core_id]->sendq.head = NULL;
35 spawnds[core_id]->sendq.tail = NULL;
140 struct msg_queue *q = &spawnd->sendq;
182 if(enqueue(&spawnd->sendq, msg)) {

Completed in 80 milliseconds