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

/haiku-buildtools/legacy/gcc/libchill/
H A Dsendbuffer.c87 Buffer_Wait_Queue *listentry; local
103 listentry = bq->waitqueue->startlist;
104 while (listentry != 0)
109 tmp = listentry->chain;
110 memcpy (&bq, listentry->bufferaddr, sizeof (Buffer_Queue *));
114 while (bwq != listentry)
122 listentry = tmp;
H A Dwaitbuffer.c248 Buffer_Wait_Queue *listentry = start_list; variable
250 while (listentry != 0)
252 Buffer_Queue *bq = *(listentry->bufferaddr);
256 while (bwq != listentry)
264 listentry = listentry->chain;

Completed in 40 milliseconds