Home
last modified time | relevance | path

Searched refs:writers (Results 1 – 20 of 20) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DRWMutex.h106 unsigned writers = 0; variable
144 assert(writers == 0 && "Writer lock already acquired!"); in lock()
145 ++writers; in lock()
157 assert(writers == 1 && "Writer lock not acquired before release!"); in unlock()
158 --writers; in unlock()
/freebsd/contrib/wpa/src/utils/
H A Deloop.c102 struct eloop_sock_table writers; member
185 eloop.writers.type = EVENT_TYPE_WRITE; in eloop_init()
444 struct eloop_sock_table *writers, in eloop_sock_table_set_fds() argument
470 if (writers && writers->table) { in eloop_sock_table_set_fds()
471 for (i = 0; i < writers->count; i++) { in eloop_sock_table_set_fds()
476 fd = writers->table[i].sock; in eloop_sock_table_set_fds()
553 struct eloop_sock_table *writers, in eloop_sock_table_dispatch() argument
563 if (eloop_sock_table_dispatch_table(writers, pollfds_map, in eloop_sock_table_dispatch()
628 eloop.writers.changed || in eloop_sock_table_dispatch()
650 eloop.writers.changed || in eloop_sock_table_dispatch()
[all …]
/freebsd/sys/kern/
H A Dkern_rmlock.c987 rms->writers = 0; in rms_init()
998 MPASS(rms->writers == 0); in rms_destroy()
1012 while (rms->writers > 0) in rms_rlock_fallback()
1033 if (__predict_false(rms->writers > 0)) { in rms_rlock()
1056 if (__predict_false(rms->writers > 0)) { in rms_try_rlock()
1078 MPASS(rms->writers > 0); in rms_runlock_fallback()
1084 wakeup_one(&rms->writers); in rms_runlock_fallback()
1098 if (__predict_false(rms->writers > 0)) { in rms_runlock()
1178 MPASS(rms->writers == 1); in rms_wlock_switch()
1198 rms->writers++; in rms_wlock()
[all …]
/freebsd/crypto/openssl/doc/internal/man7/
H A DDERlib.pod33 =head2 DER writers / encoders
35 DER writers are based in L<WPACKET(3)>, a generic packet writing
39 DER writers must be used in reverse order, except for the wrapping
/freebsd/crypto/openssl/doc/internal/man3/
H A Dossl_DER_w_bn.pod7 - internal DER writers for DER primitives
24 (remember that DER writers are used backwards) the DER encoding of
H A Dossl_DER_w_begin_sequence.pod6 - internal DER writers for DER constructed elements
H A Dossl_DER_w_precompiled.pod6 - internal DER writers for precompiled DER blobs
/freebsd/sys/sys/
H A D_rmlock.h83 int writers; member
/freebsd/crypto/openssl/include/openssl/
H A Dui.h.in245 /* ---------- For method writers ---------- */
343 * The following functions are helpers for method writers to access relevant
/freebsd/contrib/libarchive/
H A DNEWS205 Mar 23, 2011: Add charset option to many writers to control MBCS filenames
385 this works around strange behavior from some ISO9660 writers
587 format readers/writers. This should improve portability;
/freebsd/contrib/file/magic/Magdir/
H A Dsysex422 # https://www.2writers.com/eddie/TutSysEx.htm
H A Darchive394 # c_rdev; device number for block and character entries; zero for all other entries by writers
/freebsd/crypto/openssl/doc/man3/
H A DSSL_CTX_set_options.pod367 This attack has far reaching consequences which application writers should be
/freebsd/contrib/googletest/docs/
H A Dprimer.md33 5. The testing framework should liberate test writers from housekeeping chores
/freebsd/contrib/llvm-project/llvm/include/llvm/Target/
H A DTargetSchedule.td306 // instruction's list of writers beyond the number of "def"
/freebsd/usr.bin/fortune/datfiles/
H A Dfreebsd-tips689 Another helpful option for script writers is -p, which displays the numbers
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMScheduleA9.td2255 // These mov immediate writers are unconditionally expanded with
/freebsd/contrib/libpcap/
H A DCHANGES427 Support reading version 1.2, which some writers produce, and which
/freebsd/contrib/one-true-awk/testdir/
H A Dfunstack.in5787 …cribes how the system can be organized and the role required of readers, writers, and commentators…
5791 …tion retrieval; interactive system; organization of scientific community; readers; trees; writers",
5792 …active system; organization of scientific community; readers; trees; trees (mathematics); writers",
14404 …clock, a buffer pool, a disk head optimizer, and a version of the problem of readers and writers.",
14412 …; semaphores; single resource; structured multiprogramming; structuring; synchronization; writers",
20903 …er with a correctness proof. Two examples are presented: the readers and writers problem and the p…
22044 …te specifications of the readers\slash writers problem and the writer priority of the second reade…
22050 …pecification; language; parallel processes; parallel processing; readers/writers problem; writer p…
/freebsd/crypto/openssl/
H A DCHANGES.md1840 generic encoders. These do the same sort of job that PEM writers