Home
last modified time | relevance | path

Searched refs:is_writer (Results 1 – 3 of 3) sorted by relevance

/third_party/skia/third_party/externals/dng_sdk/source/
Ddng_pthread.cpp812 bool is_writer; member
923 this_wait.is_writer = false; in dng_pthread_rwlock_rdlock()
1006 if (real_rwlock.head_waiter->is_writer) in dng_pthread_rwlock_unlock()
1051 this_wait.is_writer = true; in dng_pthread_rwlock_wrlock()
/third_party/gstreamer/gstplugins_bad/sys/shm/
Dshmpipe.c93 int is_writer; member
289 area->is_writer = (path == NULL); in sp_open_shm()
359 if (area->is_writer) in sp_close_shm()
/third_party/protobuf/src/google/protobuf/compiler/js/
Djs_generator.cc1100 bool is_writer) { in JSBinaryReadWriteMethodName() argument
1104 } else if (is_writer && field->is_repeated()) { in JSBinaryReadWriteMethodName()