Unlock the window of the card in the selected socket
#include <sys/pccard.h>
int pccard_unlock( pccard_t handle,
int socket,
int index );
libpccard
The pccard_unlock() function unlocks a window previously locked by a call to pccard_lock(). It can only unlock a window locked by the same process ID -- you can't unlock a window locked by another process. The parameters are:
See pccard_arm().
| Safety: | |
|---|---|
| Cancellation point | Yes |
| Interrupt handler | No |
| Signal handler | Yes |
| Thread | Yes |
pccard_arm(), pccard_attach(), pccard_info(), pccard_lock()