Home
last modified time | relevance | path

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

/third_party/libfuse/lib/
H A Dfuse_i.h62 pthread_key_t pipe_key; member
H A Dfuse_lowlevel.c577 struct fuse_ll_pipe *llp = pthread_getspecific(se->pipe_key);
597 pthread_setspecific(se->pipe_key, llp);
606 struct fuse_ll_pipe *llp = pthread_getspecific(se->pipe_key);
608 pthread_setspecific(se->pipe_key, NULL);
756 pthread_setspecific(se->pipe_key, NULL);
2821 llp = pthread_getspecific(se->pipe_key);
2824 pthread_key_delete(se->pipe_key);
3083 err = pthread_key_create(&se->pipe_key, fuse_ll_pipe_destructor);

Completed in 5 milliseconds