Searched refs:lock_owner (Results 1 – 12 of 12) sorted by relevance
/third_party/libwebsockets/lib/core/ |
D | libwebsockets.c | 1276 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/libfuse/include/ |
D | fuse_kernel.h | 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
|
D | fuse_common.h | 109 uint64_t lock_owner; member
|
/third_party/ntfs-3g/include/fuse-lite/ |
D | fuse_kernel.h | 286 __u64 lock_owner; member 293 __u64 lock_owner; member 310 __u64 lock_owner; /* JPA */ member
|
D | fuse_common.h | 108 uint64_t lock_owner; member
|
/third_party/libfuse/test/ |
D | stracedecode.c | 77 arg->lock_owner, arg->flags); in process_buf() 84 arg->lock_owner, arg->flags); in process_buf()
|
/third_party/libfuse/lib/ |
D | fuse_lowlevel.c | 1368 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; 1476 fi.lock_owner = arg->lock_owner; 1657 fi.lock_owner = arg->owner; 1675 fi.lock_owner = arg->owner;
|
D | fuse.c | 4070 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/ |
D | lws-eventlib-exports.h | 129 pthread_t lock_owner; member
|
/third_party/libfuse/example/ |
D | passthrough_fh.c | 558 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/ |
D | fuse_lowlevel.c | 736 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()
|
D | fuse.c | 2590 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()
|