Searched refs:fuse_uvfs_tsd_key (Results 1 - 1 of 1) sorted by relevance

/osnet-11/usr/src/lib/libfuse/common/
H A Dfuse_uvfs.c75 static pthread_key_t fuse_uvfs_tsd_key; variable
82 struct fuse_context *ctx = pthread_getspecific(fuse_uvfs_tsd_key);
85 (void) pthread_setspecific(fuse_uvfs_tsd_key, ctx);
1683 if (pthread_key_create(&fuse_uvfs_tsd_key,
1813 umem_free(pthread_getspecific(fuse_uvfs_tsd_key),
1815 (void) pthread_key_delete(fuse_uvfs_tsd_key);

Completed in 24 milliseconds