table of contents
other versions
- unstable 4.3.6-3
| ThreadIbcnt, ThreadIbcntl(3) | ThreadIbcnt, ThreadIbcntl(3) |
NAME¶
ThreadIbcnt, ThreadIbcntl - thread-specific ibcnt, ibcntl values
SYNOPSIS¶
#include <gpib/ib.h>
int ThreadIbcnt (void);
long ThreadIbcntl (void);
DESCRIPTION¶
ThreadIbcnt() and ThreadIbcntl() return thread-local versions of the global variables ibcnt, ibcntl.
RETURN VALUE¶
The value of ibcnt or ibcntl corresponding to the last 'traditional' or 'multidevice' function called in the current thread is returned.
| 04 October 2025 |