Home
last modified time | relevance | path

Searched defs:rwlock_rdunlock (Results 1 – 7 of 7) sorted by relevance

/dports/net/librdkafka/librdkafka-1.8.2/src/
H A Dtinycthread_extra.h95 #define rwlock_rdunlock(rwl) do { if (0) printf("Thr %i: at %i: RDUNLOCK %p %s (%i, %i)\n", GetCu… macro
H A Dtinycthread_extra.c145 int rwlock_rdunlock (rwlock_t *rwl) { in rwlock_rdunlock() function
/dports/sysutils/vector/vector-0.10.0/cargo-crates/rdkafka-sys-2.0.0+1.4.2/librdkafka/src/
H A Dtinycthread_extra.h95 #define rwlock_rdunlock(rwl) do { if (0) printf("Thr %i: at %i: RDUNLOCK %p %s (%i, %i)\n", GetCu… macro
H A Dtinycthread_extra.c142 int rwlock_rdunlock (rwlock_t *rwl) { in rwlock_rdunlock() function
/dports/sysutils/fluent-bit/fluent-bit-1.8.11/plugins/out_kafka/librdkafka-1.7.0/tests/
H A D0050-subscribe_adds.c95 rd_kafka_err2str(err));
/dports/sysutils/fluent-bit/fluent-bit-1.8.11/plugins/out_kafka/librdkafka-1.7.0/src/
H A Dtinycthread_extra.c145 int rwlock_rdunlock (rwlock_t *rwl) { in rwlock_rdunlock() function
/dports/devel/libserdes/libserdes-6.0.2/src/
H A Dtinycthread.h493 #define rwlock_rdunlock(rwl) do { if (0) printf("Thr %i: at %i: RDUNLOCK %p %s (%i, %i)\n", GetCu… macro
508 #define rwlock_rdunlock(rwl) pthread_rwlock_unlock(rwl) macro