Table of Contents
qthread_feb_status - return the full/empty status of an address
#include
<qthread/qthread.h>
int
qthread_feb_status(const aligned_t *addr);
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.
qthread_empty(3)
, qthread_fill(3)
, qthread_writeF(3)
, qthread_writeEF(3)
,
qthread_readFF(3)
, qthread_readFE(3)
Table of Contents