Home
last modified time | relevance | path

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

/third_party/libwebsockets/lib/core/
H A Dlibwebsockets.c1276 memset(&mr->lock_owner, 0, sizeof(pthread_t)); in lws_mutex_refcount_init()
1278 mr->lock_owner = 0; in lws_mutex_refcount_init()
1304 if (pthread_equal(mr->lock_owner, pthread_self())) in lws_mutex_refcount_lock()
1306 if (mr->lock_owner == pthread_self()) in lws_mutex_refcount_lock()
1317 mr->lock_owner = pthread_self(); in lws_mutex_refcount_lock()
1333 memset(&mr->lock_owner, 0, sizeof(pthread_t)); in lws_mutex_refcount_unlock()
1335 mr->lock_owner = 0; in lws_mutex_refcount_unlock()
1347 assert(pthread_equal(mr->lock_owner, pthread_self()) && mr->lock_depth); in lws_mutex_refcount_assert_held()
1349 assert(mr->lock_owner == pthread_self() && mr->lock_depth); in lws_mutex_refcount_assert_held()
/third_party/ntfs-3g/include/fuse-lite/
H A Dfuse_kernel.h286 __u64 lock_owner; member
293 __u64 lock_owner; member
310 __u64 lock_owner; /* JPA */ member
H A Dfuse_common.h108 uint64_t lock_owner; member
/third_party/libfuse/include/
H A Dfuse_kernel.h74 * - add lock_owner and flags fields to fuse_release_in
81 * - add lock_owner field to fuse_setattr_in, fuse_read_in and fuse_write_in
437 * FUSE_WRITE_LOCKOWNER: lock_owner field is valid
672 uint64_t lock_owner; member
708 uint64_t lock_owner; member
715 uint64_t lock_owner; member
723 uint64_t lock_owner; member
735 uint64_t lock_owner; member
H A Dfuse_common.h85 released. If set, lock_owner shall contain a valid value.
109 uint64_t lock_owner; member
/third_party/libfuse/test/
H A Dstracedecode.c77 arg->lock_owner, arg->flags); in process_buf()
84 arg->lock_owner, arg->flags); in process_buf()
/third_party/libfuse/lib/
H A Dfuse_lowlevel.c1368 fi.lock_owner = arg->lock_owner;
1389 fi.lock_owner = arg->lock_owner;
1422 fi.lock_owner = arg->lock_owner;
1454 fi.lock_owner = arg->lock_owner;
1472 fi.lock_owner = arg->lock_owner;
[all...]
H A Dfuse.c4070 l.owner = fi->lock_owner; in fuse_flush_common()
4148 l.owner = fi->lock_owner; in fuse_lib_getlk()
4175 l.owner = fi->lock_owner; in fuse_lib_setlk()
/third_party/libwebsockets/include/libwebsockets/
H A Dlws-eventlib-exports.h129 pthread_t lock_owner; member
/third_party/libfuse/example/
H A Dpassthrough_fh.c558 return ulockmgr_op(fi->fh, cmd, lock, &fi->lock_owner, in xmp_lock()
559 sizeof(fi->lock_owner)); in xmp_lock()
/third_party/ntfs-3g/libfuse-lite/
H A Dfuse_lowlevel.c736 fi.lock_owner = arg->lock_owner; in do_flush()
755 fi.lock_owner = arg->lock_owner; in do_release()
919 fi.lock_owner = arg->owner; in do_getlk()
937 fi.lock_owner = arg->owner; in do_setlk_common()
H A Dfuse.c2590 l.owner = fi->lock_owner; in fuse_flush_common()
2680 l.owner = fi->lock_owner; in fuse_lib_getlk()
2706 l.owner = fi->lock_owner; in fuse_lib_setlk()

Completed in 26 milliseconds