Searched full:reader (Results 1 – 11 of 11) sorted by relevance
/nrf52832-nimble/rt-thread/components/libc/pthreads/ |
H A D | pthread_rwlock.c | 149 /* another reader has a read lock */ in pthread_rwlock_rdlock() 174 rwlock->rw_refcount++; /* increment count of reader locks */ in pthread_rwlock_tryrdlock() 207 /* another reader has a read lock */ in pthread_rwlock_timedrdlock() 264 result = EBUSY; /* held by either writer or reader(s) */ in pthread_rwlock_trywrlock() 287 rwlock->rw_refcount--; /* releasing a reader */ in pthread_rwlock_unlock()
|
H A D | pthread.h | 110 pthread_cond_t rw_condreaders; /* for reader threads waiting */ 113 int rw_nwaitreaders; /* the number of reader threads waiting */
|
/nrf52832-nimble/rt-thread/documentation/ |
H A D | coding_style_en.txt | 143 When matching braces have their own lines, the reader would identify the code
|
H A D | Doxyfile | 145 # the reader which header file to include in order to use a class. 1455 # nicely formatted so it can be parsed by a human reader. This is useful
|
/nrf52832-nimble/rt-thread/components/dfs/filesystems/jffs2/cyg/compress/src/ |
H A D | adler32.c | 141 /* the derivation of this formula is left as an exercise for the reader */
|
/nrf52832-nimble/packages/NimBLE-latest/nimble/host/ |
H A D | syscfg.yml | 76 space in RTT buffer (e.g. there is no reader connected). If disabled,
|
/nrf52832-nimble/nordic/nrfx/drivers/include/ |
H A D | nrfx_nfct.h | 72 …STATE_IDLE = NRF_NFCT_TASK_GOIDLE, ///< NFC Tag is activated and idle (not selected by a reader).
|
/nrf52832-nimble/rt-thread/components/net/lwip-2.1.0/doc/doxygen/ |
H A D | lwip.Doxyfile | 168 # path mentioned in the documentation of a class, which tells the reader which 550 # grouped member an include statement to the documentation, telling the reader 2008 # formatted so it can be parsed by a human reader. This is useful if you want to
|
H A D | lwip.Doxyfile.cmake.in | 168 # path mentioned in the documentation of a class, which tells the reader which 550 # grouped member an include statement to the documentation, telling the reader 2008 # formatted so it can be parsed by a human reader. This is useful if you want to
|
/nrf52832-nimble/rt-thread/components/net/lwip-2.0.2/doc/doxygen/ |
H A D | lwip.Doxyfile | 168 # path mentioned in the documentation of a class, which tells the reader which 541 # grouped member an include statement to the documentation, telling the reader 1997 # formatted so it can be parsed by a human reader. This is useful if you want to
|
/nrf52832-nimble/packages/NimBLE-latest/docs/ |
H A D | doxygen.xml | 176 # path mentioned in the documentation of a class, which tells the reader which 549 # grouped member an include statement to the documentation, telling the reader 1972 # formatted so it can be parsed by a human reader. This is useful if you want to
|