next up previous contents index
Next: 18.4.8 oskit_wrap_filesystem: Wrap an Up: 18.4 Thread-safe Adaptors Previous: 18.4.6 oskit_wrap_file: Wrap an

18.4.7 oskit_wrap_dir: Wrap an oskit_dir in a thread-safe adaptor

 

SYNOPSIS

#include <oskit/com/wrapper.h>

oskit_error_t oskit_wrap_dir(struct oskit_dir *in, void (*lock)(void *), void (*unlock)(void *), void *cookie, struct oskit_dir **out);

DESCRIPTION

Create and return an oskit_dir thread-safe adaptor.

PARAMETERS

in
The oskit_dir COM interface to be wrapped.
lock
The process lock routine.
unlock
The process unlock routine.
cookie
A cookie to be passed to the lock and unlock routines.
out
The oskit_dir adaptor COM interface.

RETURNS

Returns 0 on success, or an error code specified in <oskit/error.h>, on error.



University of Utah Flux Research Group