Home
last modified time | relevance | path

Searched refs:UNLOCK (Results 1 – 25 of 70) sorted by relevance

123

/third_party/musl/porting/linux/user/src/stdio/
Dofl.c22 UNLOCK(ofl_lock); in __ofl_unlock()
35 UNLOCK(ofl_lock); in __ofl_alloc()
39 UNLOCK(ofl_lock); in __ofl_alloc()
54 UNLOCK(ofl_lock); in __ofl_alloc()
62 UNLOCK(ofl_lock); in __ofl_free()
67 UNLOCK(ofl_lock); in __ofl_free()
/third_party/musl/porting/linux/user/src/exit/
Datexit.c38 UNLOCK(lock); in __funcs_on_exit()
43 UNLOCK(lock); in __funcs_on_exit()
57 UNLOCK(lock); in __cxa_finalize()
65 UNLOCK(lock); in __cxa_finalize()
83 UNLOCK(lock); in __cxa_atexit()
94 UNLOCK(lock); in __cxa_atexit()
110 UNLOCK(lock); in __cxa_atexit()
142 UNLOCK(lock); in invalidate_exit_funcs()
/third_party/musl/src/thread/
Dsem_open.c51 UNLOCK(lock); in sem_open()
66 UNLOCK(lock); in sem_open()
71 UNLOCK(lock); in sem_open()
156 UNLOCK(lock); in sem_open()
164 UNLOCK(lock); in sem_open()
174 UNLOCK(lock); in sem_close()
179 UNLOCK(lock); in sem_close()
Dpthread_atfork.c30 UNLOCK(lock); in __fork_handler()
47 UNLOCK(lock); in pthread_atfork()
/third_party/musl/porting/liteos_a/user/src/thread/
Dsem_open.c51 UNLOCK(lock); in sem_open()
66 UNLOCK(lock); in sem_open()
71 UNLOCK(lock); in sem_open()
154 UNLOCK(lock); in sem_open()
162 UNLOCK(lock); in sem_open()
172 UNLOCK(lock); in sem_close()
178 UNLOCK(lock); in sem_close()
/third_party/musl/src/locale/
Dsetlocale.c38 UNLOCK(__locale_lock); in setlocale()
59 UNLOCK(__locale_lock); in setlocale()
66 UNLOCK(__locale_lock); in setlocale()
75 UNLOCK(__locale_lock); in setlocale()
/third_party/musl/porting/uniproton/kernel/src/time/
D__tz.c29 static void UNLOCK(void) in UNLOCK() function
173 UNLOCK(); in __secs_to_zone()
205 UNLOCK(); in __secs_to_zone()
212 UNLOCK(); in __secs_to_zone()
219 UNLOCK(); in __tzset()
232 UNLOCK(); in __tm_to_tzname()
/third_party/musl/porting/liteos_a/kernel/src/time/
D__tz.c25 static void UNLOCK(void) in UNLOCK() function
167 UNLOCK(); in __secs_to_zone()
199 UNLOCK(); in __secs_to_zone()
206 UNLOCK(); in __secs_to_zone()
213 UNLOCK(); in __tzset()
226 UNLOCK(); in __tm_to_tzname()
/third_party/musl/porting/liteos_m/kernel/src/time/
D__tz.c29 static void UNLOCK(void) in UNLOCK() function
173 UNLOCK(); in __secs_to_zone()
205 UNLOCK(); in __secs_to_zone()
212 UNLOCK(); in __secs_to_zone()
219 UNLOCK(); in __tzset()
232 UNLOCK(); in __tm_to_tzname()
/third_party/musl/src/prng/
Drandom.c70 UNLOCK(lock); in srandom()
93 UNLOCK(lock); in initstate()
103 UNLOCK(lock); in setstate()
122 UNLOCK(lock); in random()
/third_party/musl/porting/linux/user/src/locale/
Dsetlocale.c46 UNLOCK(__locale_lock); in setlocale()
70 UNLOCK(__locale_lock); in setlocale()
80 UNLOCK(__locale_lock); in setlocale()
90 UNLOCK(__locale_lock); in setlocale()
/third_party/gstreamer/gstplugins_good/gst/multifile/
Dgstimagesequencesrc.c53 #define UNLOCK(self) (g_rec_mutex_unlock (&self->fields_lock)) macro
138 UNLOCK (self); in gst_image_sequence_src_uri_get_uri()
205 UNLOCK (self); in gst_image_sequence_src_uri_set_uri()
407 UNLOCK (self); in gst_image_sequence_src_query()
451 UNLOCK (self); in gst_image_sequence_src_set_property()
481 UNLOCK (self); in gst_image_sequence_src_get_property()
549 UNLOCK (self); in gst_image_sequence_src_set_duration()
586 UNLOCK (self); in gst_image_sequence_src_create()
600 UNLOCK (self); in gst_image_sequence_src_create()
624 UNLOCK (self); in gst_image_sequence_src_create()
/third_party/musl/src/exit/
Datexit.c33 UNLOCK(lock); in __funcs_on_exit()
54 UNLOCK(lock); in __cxa_atexit()
67 UNLOCK(lock); in __cxa_atexit()
Dat_quick_exit.c19 UNLOCK(lock); in __funcs_on_quick_exit()
31 UNLOCK(lock); in at_quick_exit()
/third_party/musl/src/misc/
Dsyslog.c28 UNLOCK(lock); in setlogmask()
47 UNLOCK(lock); in closelog()
75 UNLOCK(lock); in openlog()
134 UNLOCK(lock); in __vsyslog()
/third_party/musl/porting/liteos_a/user/src/misc/
Dsyslog.c30 UNLOCK(lock); in setlogmask()
50 UNLOCK(lock); in closelog()
79 UNLOCK(lock); in openlog()
138 UNLOCK(lock); in __vsyslog()
/third_party/musl/porting/liteos_a/kernel/src/stdio/
Dofl.c13 static void UNLOCK(void) in UNLOCK() function
27 UNLOCK(); in __ofl_unlock()
/third_party/musl/porting/uniproton/kernel/src/stdio/
Dofl.c13 static void UNLOCK(void) in UNLOCK() function
27 UNLOCK(); in __ofl_unlock()
/third_party/musl/porting/liteos_m/kernel/src/stdio/
Dofl.c13 static void UNLOCK(void) in UNLOCK() function
27 UNLOCK(); in __ofl_unlock()
/third_party/musl/src/dirent/
Dreaddir_r.c17 UNLOCK(dir->lock); in readdir_r()
24 UNLOCK(dir->lock); in readdir_r()
/third_party/musl/src/time/
D__tz.c378 UNLOCK(lock); in __secs_to_zone()
410 UNLOCK(lock); in __secs_to_zone()
417 UNLOCK(lock); in __secs_to_zone()
424 UNLOCK(lock); in __tzset()
437 UNLOCK(lock); in __tm_to_tzname()
/third_party/musl/porting/linux/user/src/time/
D__tz.c463 UNLOCK(lock); in __secs_to_zone()
495 UNLOCK(lock); in __secs_to_zone()
504 UNLOCK(lock); in __secs_to_zone()
511 UNLOCK(lock); in __tzset()
525 UNLOCK(lock); in __tm_to_tzname()
/third_party/musl/src/ldso/
Ddlerror.c38 UNLOCK(freebuf_queue_lock); in __dl_thread_cleanup()
47 UNLOCK(freebuf_queue_lock); in __dl_vseterr()
/third_party/musl/porting/linux/user/src/ldso/
Ddlerror.c38 UNLOCK(freebuf_queue_lock); in __dl_thread_cleanup()
47 UNLOCK(freebuf_queue_lock); in __dl_vseterr()
/third_party/musl/porting/linux/user/src/malloc/
Dlite_malloc.c96 UNLOCK(lock); in __simple_malloc()
106 UNLOCK(lock); in __simple_malloc()

123