qthread_feb_status - Man Page
return the full/empty status of an address
Synopsis
#include <qthread.h>
int
qthread_feb_status (const aligned_t *addr);
Description
This function is just to assist with debugging. It returns 1 if the address is full, and 0 if the address is empty. It is thread-safe, and should be very quick.
See Also
qthread_empty(3), qthread_fill(3), qthread_writeF(3), qthread_writeEF(3), qthread_readFF(3), qthread_readFE(3)
Info
NOVEMBER 2006 libqthread