Home
last modified time | relevance | path

Searched refs:cv (Results 51 – 75 of 226) sorted by relevance

12345678910

/freebsd/tools/test/stress2/misc/
H A Dsyzkaller32.sh112 pthread_cond_t cv;
120 if (pthread_cond_init(&ev->cv, 0))
137 pthread_cond_broadcast(&ev->cv);
144 pthread_cond_wait(&ev->cv, &ev->mu);
168 pthread_cond_timedwait(&ev->cv, &ev->mu, &ts);
H A Dsyzkaller58.sh97 pthread_cond_t cv;
105 if (pthread_cond_init(&ev->cv, 0))
122 pthread_cond_broadcast(&ev->cv);
129 pthread_cond_wait(&ev->cv, &ev->mu);
153 pthread_cond_timedwait(&ev->cv, &ev->mu, &ts);
H A Dsyzkaller11.sh91 pthread_cond_t cv;
99 if (pthread_cond_init(&ev->cv, 0))
116 pthread_cond_broadcast(&ev->cv);
123 pthread_cond_wait(&ev->cv, &ev->mu);
147 pthread_cond_timedwait(&ev->cv, &ev->mu, &ts);
H A Dsyzkaller14.sh102 pthread_cond_t cv;
110 if (pthread_cond_init(&ev->cv, 0))
127 pthread_cond_broadcast(&ev->cv);
134 pthread_cond_wait(&ev->cv, &ev->mu);
158 pthread_cond_timedwait(&ev->cv, &ev->mu, &ts);
H A Dsyzkaller45.sh132 pthread_cond_t cv;
140 if (pthread_cond_init(&ev->cv, 0))
157 pthread_cond_broadcast(&ev->cv);
164 pthread_cond_wait(&ev->cv, &ev->mu);
188 pthread_cond_timedwait(&ev->cv, &ev->mu, &ts);
H A Dsyzkaller49.sh102 pthread_cond_t cv;
110 if (pthread_cond_init(&ev->cv, 0))
127 pthread_cond_broadcast(&ev->cv);
134 pthread_cond_wait(&ev->cv, &ev->mu);
158 pthread_cond_timedwait(&ev->cv, &ev->mu, &ts);
H A Dsyzkaller56.sh87 pthread_cond_t cv;
95 if (pthread_cond_init(&ev->cv, 0))
112 pthread_cond_broadcast(&ev->cv);
119 pthread_cond_wait(&ev->cv, &ev->mu);
143 pthread_cond_timedwait(&ev->cv, &ev->mu, &ts);
H A Dsyzkaller31.sh101 pthread_cond_t cv;
109 if (pthread_cond_init(&ev->cv, 0))
126 pthread_cond_broadcast(&ev->cv);
133 pthread_cond_wait(&ev->cv, &ev->mu);
157 pthread_cond_timedwait(&ev->cv, &ev->mu, &ts);
H A Dsyzkaller43.sh95 pthread_cond_t cv;
103 if (pthread_cond_init(&ev->cv, 0))
120 pthread_cond_broadcast(&ev->cv);
127 pthread_cond_wait(&ev->cv, &ev->mu);
151 pthread_cond_timedwait(&ev->cv, &ev->mu, &ts);
H A Dsyzkaller54.sh97 pthread_cond_t cv;
105 if (pthread_cond_init(&ev->cv, 0))
122 pthread_cond_broadcast(&ev->cv);
129 pthread_cond_wait(&ev->cv, &ev->mu);
153 pthread_cond_timedwait(&ev->cv, &ev->mu, &ts);
H A Dsyzkaller70.sh106 pthread_cond_t cv;
114 if (pthread_cond_init(&ev->cv, 0))
131 pthread_cond_broadcast(&ev->cv);
138 pthread_cond_wait(&ev->cv, &ev->mu);
162 pthread_cond_timedwait(&ev->cv, &ev->mu, &ts);
H A Dsyzkaller28.sh101 pthread_cond_t cv;
109 if (pthread_cond_init(&ev->cv, 0))
126 pthread_cond_broadcast(&ev->cv);
133 pthread_cond_wait(&ev->cv, &ev->mu);
157 pthread_cond_timedwait(&ev->cv, &ev->mu, &ts);
H A Dsyzkaller4.sh88 pthread_cond_t cv;
96 if (pthread_cond_init(&ev->cv, 0))
113 pthread_cond_broadcast(&ev->cv);
120 pthread_cond_wait(&ev->cv, &ev->mu);
144 pthread_cond_timedwait(&ev->cv, &ev->mu, &ts);
H A Dsyzkaller61.sh130 pthread_cond_t cv;
138 if (pthread_cond_init(&ev->cv, 0))
155 pthread_cond_broadcast(&ev->cv);
162 pthread_cond_wait(&ev->cv, &ev->mu);
186 pthread_cond_timedwait(&ev->cv, &ev->mu, &ts);
H A Dsyzkaller64.sh123 pthread_cond_t cv;
131 if (pthread_cond_init(&ev->cv, 0))
148 pthread_cond_broadcast(&ev->cv);
155 pthread_cond_wait(&ev->cv, &ev->mu);
179 pthread_cond_timedwait(&ev->cv, &ev->mu, &ts);
H A Dsyzkaller21.sh163 pthread_cond_t cv;
171 if (pthread_cond_init(&ev->cv, 0))
188 pthread_cond_broadcast(&ev->cv);
195 pthread_cond_wait(&ev->cv, &ev->mu);
219 pthread_cond_timedwait(&ev->cv, &ev->mu, &ts);
H A Dsyzkaller23.sh173 pthread_cond_t cv;
181 if (pthread_cond_init(&ev->cv, 0))
198 pthread_cond_broadcast(&ev->cv);
205 pthread_cond_wait(&ev->cv, &ev->mu);
229 pthread_cond_timedwait(&ev->cv, &ev->mu, &ts);
H A Dsyzkaller47.sh193 pthread_cond_t cv;
201 if (pthread_cond_init(&ev->cv, 0))
218 pthread_cond_broadcast(&ev->cv);
225 pthread_cond_wait(&ev->cv, &ev->mu);
249 pthread_cond_timedwait(&ev->cv, &ev->mu, &ts);
H A Dsyzkaller16.sh146 pthread_cond_t cv;
154 if (pthread_cond_init(&ev->cv, 0))
171 pthread_cond_broadcast(&ev->cv);
178 pthread_cond_wait(&ev->cv, &ev->mu);
202 pthread_cond_timedwait(&ev->cv, &ev->mu, &ts);
/freebsd/contrib/llvm-project/lld/Common/
H A DFilesystem.cpp95 std::condition_variable cv; in unlinkAsync() local
101 cv.notify_all(); in unlinkAsync()
109 cv.wait(l, [&] { return started; }); in unlinkAsync()
/freebsd/contrib/llvm-project/llvm/lib/Support/BLAKE3/
H A Dblake3_sse41.c86 rows[0] = loadu((uint8_t *)&cv[0]); in compress_pre()
87 rows[1] = loadu((uint8_t *)&cv[4]); in compress_pre()
254 void blake3_compress_in_place_sse41(uint32_t cv[8], in blake3_compress_in_place_sse41()
259 compress_pre(rows, cv, block, block_len, counter, flags); in blake3_compress_in_place_sse41()
260 storeu(xorv(rows[0], rows[2]), (uint8_t *)&cv[0]); in blake3_compress_in_place_sse41()
261 storeu(xorv(rows[1], rows[3]), (uint8_t *)&cv[4]); in blake3_compress_in_place_sse41()
264 void blake3_compress_xof_sse41(const uint32_t cv[8], in blake3_compress_xof_sse41()
269 compress_pre(rows, cv, block, block_len, counter, flags); in blake3_compress_xof_sse41()
519 uint32_t cv[8]; in hash_one_sse41() local
520 memcpy(cv, key, BLAKE3_KEY_LEN); in hash_one_sse41()
[all …]
H A Dblake3_sse2.c92 rows[0] = loadu((uint8_t *)&cv[0]); in compress_pre()
93 rows[1] = loadu((uint8_t *)&cv[4]); in compress_pre()
260 void blake3_compress_in_place_sse2(uint32_t cv[8], in blake3_compress_in_place_sse2()
265 compress_pre(rows, cv, block, block_len, counter, flags); in blake3_compress_in_place_sse2()
266 storeu(xorv(rows[0], rows[2]), (uint8_t *)&cv[0]); in blake3_compress_in_place_sse2()
267 storeu(xorv(rows[1], rows[3]), (uint8_t *)&cv[4]); in blake3_compress_in_place_sse2()
270 void blake3_compress_xof_sse2(const uint32_t cv[8], in blake3_compress_xof_sse2()
275 compress_pre(rows, cv, block, block_len, counter, flags); in blake3_compress_xof_sse2()
525 uint32_t cv[8]; in hash_one_sse2() local
526 memcpy(cv, key, BLAKE3_KEY_LEN); in hash_one_sse2()
[all …]
/freebsd/contrib/bmake/unit-tests/
H A Ddeptgt-makeflags.exp7 Global: .MAKEFLAGS = -r -k -D VAR -D VAR -d cv -d
8 Global: .MAKEFLAGS = -r -k -D VAR -D VAR -d cv -d 0
/freebsd/sys/fs/cuse/
H A Dcuse.c115 struct cv cv; member
146 struct cv cv; member
561 cv_broadcast(&pccmd->cv); in cuse_client_is_closing()
594 cv_signal(&pcs->cv); in cuse_client_send_command_locked()
613 cv_signal(&pcs->cv); in cuse_client_got_signal()
650 cv_signal(&pccmd->cv); in cuse_client_receive_command_locked()
738 cv_destroy(&pcs->cv); in cuse_server_unref()
885 cv_signal(&pccmd->cv); in cuse_server_ioctl_copy_locked()
980 cv_signal(&pccmd->cv); in cuse_server_data_copy_locked()
1156 cv_signal(&pccmd->cv); in cuse_server_ioctl()
[all …]
/freebsd/sys/dev/usb/
H A Dusb_process.h56 struct cv up_cv;
57 struct cv up_drain;

12345678910