Home
last modified time | relevance | path

Searched defs:rw (Results 1 - 25 of 60) sorted by relevance

123

/third_party/musl/src/thread/
H A Dpthread_rwlock_init.c3 int pthread_rwlock_init(pthread_rwlock_t *restrict rw, const pthread_rwlockattr_t *restrict a) in pthread_rwlock_init() argument
H A Dpthread_rwlock_rdlock.c3 int __pthread_rwlock_rdlock(pthread_rwlock_t *rw) in __pthread_rwlock_rdlock() argument
H A Dpthread_rwlock_destroy.c3 int pthread_rwlock_destroy(pthread_rwlock_t *rw) in pthread_rwlock_destroy() argument
H A Dpthread_rwlock_trywrlock.c3 int __pthread_rwlock_trywrlock(pthread_rwlock_t *rw) in __pthread_rwlock_trywrlock() argument
H A Dpthread_rwlock_wrlock.c3 int __pthread_rwlock_wrlock(pthread_rwlock_t *rw) in __pthread_rwlock_wrlock() argument
H A Dpthread_rwlock_clockrdlock.c18 int pthread_rwlock_clockrdlock(pthread_rwlock_t *rw, clockid_t clock_id, const struct timespec *at) in pthread_rwlock_clockrdlock() argument
H A Dpthread_rwlock_clockwrlock.c18 int pthread_rwlock_clockwrlock(pthread_rwlock_t *rw, clockid_t clock_id, const struct timespec *at) in pthread_rwlock_clockwrlock() argument
H A Dpthread_rwlock_timedrdlock_monotonic_np.c18 int pthread_rwlock_timedrdlock_monotonic_np(pthread_rwlock_t *rw, const struct timespec *at) in pthread_rwlock_timedrdlock_monotonic_np() argument
H A Dpthread_rwlock_timedwrlock_monotonic_np.c18 int pthread_rwlock_timedwrlock_monotonic_np(pthread_rwlock_t *rw, const struct timespec *at) in pthread_rwlock_timedwrlock_monotonic_np() argument
H A Dpthread_rwlock_tryrdlock.c3 int __pthread_rwlock_tryrdlock(pthread_rwlock_t *rw) in __pthread_rwlock_tryrdlock() argument
H A Dpthread_rwlock_timedwrlock.c3 int __pthread_rwlock_timedwrlock(pthread_rwlock_t *restrict rw, const struct timespec *restrict at) in __pthread_rwlock_timedwrlock() argument
[all...]
H A Dpthread_rwlock_timedrdlock.c3 int __pthread_rwlock_timedrdlock(pthread_rwlock_t *restrict rw, const struct timespec *restrict at) in __pthread_rwlock_timedrdlock() argument
[all...]
H A Dpthread_rwlock_unlock.c3 int __pthread_rwlock_unlock(pthread_rwlock_t *rw) in __pthread_rwlock_unlock() argument
/third_party/musl/porting/linux/user/src/thread/
H A Dpthread_rwlock_init.c3 int pthread_rwlock_init(pthread_rwlock_t *restrict rw, const pthread_rwlockattr_t *restrict a) in pthread_rwlock_init() argument
H A Dpthread_rwlock_timedrdlock_monotonic_np.c18 int pthread_rwlock_timedrdlock_monotonic_np(pthread_rwlock_t *rw, const struct timespec *at) in pthread_rwlock_timedrdlock_monotonic_np() argument
H A Dpthread_rwlock_timedwrlock_monotonic_np.c18 int pthread_rwlock_timedwrlock_monotonic_np(pthread_rwlock_t *rw, const struct timespec *at) in pthread_rwlock_timedwrlock_monotonic_np() argument
H A Dpthread_rwlock_clockrdlock.c18 int pthread_rwlock_clockrdlock(pthread_rwlock_t *rw, clockid_t clock_id, const struct timespec *at) in pthread_rwlock_clockrdlock() argument
H A Dpthread_rwlock_clockwrlock.c18 int pthread_rwlock_clockwrlock(pthread_rwlock_t *rw, clockid_t clock_id, const struct timespec *at) in pthread_rwlock_clockwrlock() argument
H A Dpthread_rwlock_timedwrlock.c18 int __pthread_rwlock_timedwrlock(pthread_rwlock_t *restrict rw, const struct timespec *restrict at) in __pthread_rwlock_timedwrlock() argument
[all...]
H A Dpthread_rwlock_timedrdlock.c18 int __pthread_rwlock_timedrdlock(pthread_rwlock_t *restrict rw, const struct timespec *restrict at) in __pthread_rwlock_timedrdlock() argument
[all...]
/third_party/musl/compat/time32/
H A Dpthread_rwlock_timedrdlock_time32.c5 int __pthread_rwlock_timedrdlock_time32(pthread_rwlock_t *restrict rw, const struct timespec32 *restrict ts32) in __pthread_rwlock_timedrdlock_time32() argument
H A Dpthread_rwlock_timedwrlock_time32.c5 int __pthread_rwlock_timedwrlock_time32(pthread_rwlock_t *restrict rw, const struct timespec32 *restrict ts32) in __pthread_rwlock_timedwrlock_time32() argument
/third_party/musl/libc-test/src/regression/
H A Dpthread_rwlock-ebusy.c29 pthread_rwlock_t rw = PTHREAD_RWLOCK_INITIALIZER; in main() local
/third_party/ffmpeg/libavcodec/
H A Dcbs_jpeg_syntax_template.c19 static int FUNC(frame_header)(CodedBitstreamContext *ctx, RWContext *rw, in frame_header() argument
43 static int FUNC(quantisation_table)(CodedBitstreamContext *ctx, RWContext *rw, in quantisation_table() argument
62 static int FUNC(dqt)(CodedBitstreamContext *ctx, RWContext *rw, in dqt() argument
78 static int FUNC(huffman_table)(CodedBitstreamContext *ctx, RWContext *rw, in huffman_table() argument
102 static int FUNC(dht)(CodedBitstreamContext *ctx, RWContext *rw, in dht() argument
126 static int FUNC(scan_header)(CodedBitstreamContext *ctx, RWContext *rw, in scan_header() argument
150 static int FUNC(application_data)(CodedBitstreamContext *ctx, RWContext *rw, in application_data() argument
174 static int FUNC(comment)(CodedBitstreamContext *ctx, RWContext *rw, in comment() argument
[all...]
H A Dcbs_mpeg2_syntax_template.c19 static int FUNC(sequence_header)(CodedBitstreamContext *ctx, RWContext *rw, in sequence_header() argument
59 static int FUNC(user_data)(CodedBitstreamContext *ctx, RWContext *rw, in user_data() argument
87 static int FUNC(sequence_extension)(CodedBitstreamContext *ctx, RWContext *rw, in sequence_extension() argument
117 static int FUNC(sequence_display_extension)(CodedBitstreamContext *ctx, RWContext *rw, in sequence_display_extension() argument
160 static int FUNC(group_of_pictures_header)(CodedBitstreamContext *ctx, RWContext *rw, in group_of_pictures_header() argument
176 static int FUNC(extra_information)(CodedBitstreamContext *ctx, RWContext *rw, in extra_information() argument
210 picture_header(CodedBitstreamContext *ctx, RWContext *rw, MPEG2RawPictureHeader *current) picture_header() argument
240 picture_coding_extension(CodedBitstreamContext *ctx, RWContext *rw, MPEG2RawPictureCodingExtension *current) picture_coding_extension() argument
298 quant_matrix_extension(CodedBitstreamContext *ctx, RWContext *rw, MPEG2RawQuantMatrixExtension *current) quant_matrix_extension() argument
332 picture_display_extension(CodedBitstreamContext *ctx, RWContext *rw, MPEG2RawPictureDisplayExtension *current) picture_display_extension() argument
350 extension_data(CodedBitstreamContext *ctx, RWContext *rw, MPEG2RawExtensionData *current) extension_data() argument
383 slice_header(CodedBitstreamContext *ctx, RWContext *rw, MPEG2RawSliceHeader *current) slice_header() argument
415 sequence_end(CodedBitstreamContext *ctx, RWContext *rw, MPEG2RawSequenceEnd *current) sequence_end() argument
[all...]

Completed in 4 milliseconds

123