Home
last modified time | relevance | path

Searched refs:lock_owner (Results 1 – 6 of 6) sorted by relevance

/third_party/libwebsockets/lib/core/
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/
Dfuse_kernel.h286 __u64 lock_owner; member
293 __u64 lock_owner; member
310 __u64 lock_owner; /* JPA */ member
Dfuse_common.h108 uint64_t lock_owner; member
/third_party/libwebsockets/include/libwebsockets/
Dlws-eventlib-exports.h129 pthread_t lock_owner; member
/third_party/ntfs-3g/libfuse-lite/
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()
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()