[Previous] [Contents] [Next]

iofunc_lock_free()

Return memory allocated for lock structures

Synopsis:

#include <sys/iofunc.h>

void iofunc_lock_free( iofunc_lock_list_t* lock,
                       size_t size );

Library:

libc

Description:

The function iofunc_lock_free() frees lock structures allocated by iofunc_lock_calloc().

Classification:

QNX 6

Safety:
Cancellation point No
Interrupt handler No
Signal handler Yes
Thread Yes

See also:

iofunc_lock(), iofunc_lock_calloc()


[Previous] [Contents] [Next]