Home
last modified time | relevance | path

Searched refs:pthread_mutex_unlock (Results 1 – 25 of 69) sorted by relevance

123

/dragonfly/contrib/grep/lib/glthread/
HDlock.c315 pthread_mutex_unlock (&lock->guard); in glthread_rwlock_rdlock_multithreaded()
319 err = pthread_mutex_unlock (&lock->guard); in glthread_rwlock_rdlock_multithreaded()
341 pthread_mutex_unlock (&lock->guard); in glthread_rwlock_wrlock_multithreaded()
345 err = pthread_mutex_unlock (&lock->guard); in glthread_rwlock_wrlock_multithreaded()
416 pthread_mutex_unlock (&lock->lock); in glthread_rwlock_rdlock_multithreaded()
421 return pthread_mutex_unlock (&lock->lock); in glthread_rwlock_rdlock_multithreaded()
442 pthread_mutex_unlock (&lock->lock); in glthread_rwlock_wrlock_multithreaded()
448 return pthread_mutex_unlock (&lock->lock); in glthread_rwlock_wrlock_multithreaded()
464 pthread_mutex_unlock (&lock->lock); in glthread_rwlock_unlock_multithreaded()
474 pthread_mutex_unlock (&lock->lock); in glthread_rwlock_unlock_multithreaded()
[all …]
/dragonfly/test/libpthread/
HDmutex_d.c368 assert (pthread_mutex_unlock (&cond_mutex) == 0); in waiter()
393 assert (pthread_mutex_unlock in waiter()
400 assert (pthread_mutex_unlock (cmd.mutex) == 0); in waiter()
434 assert (pthread_mutex_unlock (cmd.mutex) == 0); in waiter()
442 assert (pthread_mutex_unlock in waiter()
463 pthread_mutex_unlock (&waiter_mutex); in waiter()
497 assert (pthread_mutex_unlock (&cond_mutex) == 0); in lock_twice()
507 assert (pthread_mutex_unlock (statep->cmd.mutex) == 0); in lock_twice()
511 pthread_mutex_unlock (statep->cmd.mutex); in lock_twice()
542 assert (pthread_mutex_unlock (&cond_mutex) == 0); in send_cmd()
[all …]
HDsigwait_d.c72 pthread_mutex_unlock (&waiter_mutex); in sigwaiter()
260 pthread_mutex_unlock (&waiter_mutex); in main()
280 pthread_mutex_unlock (&waiter_mutex); in main()
/dragonfly/usr.bin/dsynth/
HDbulk.c105 pthread_mutex_unlock(&BulkMutex); in initbulk()
125 pthread_mutex_unlock(&BulkMutex); in donebulk()
134 pthread_mutex_unlock(&BulkMutex); in donebulk()
177 pthread_mutex_unlock(&BulkMutex); in queuebulk()
180 pthread_mutex_unlock(&BulkMutex); in queuebulk()
213 pthread_mutex_unlock(&BulkMutex); in bulkstart()
238 pthread_mutex_unlock(&BulkMutex); in getbulk()
351 pthread_mutex_unlock(&BulkMutex); in bulkthread()
377 pthread_mutex_unlock(&BulkMutex); in bulkthread()
/dragonfly/contrib/gcc-4.7/libgomp/config/posix/
HDsem.c64 ret = pthread_mutex_unlock (&sem->mutex); in gomp_sem_wait()
73 pthread_mutex_unlock (&sem->mutex); in gomp_sem_wait()
79 ret = pthread_mutex_unlock (&sem->mutex); in gomp_sem_wait()
93 ret = pthread_mutex_unlock (&sem->mutex); in gomp_sem_post()
HDlock.c64 pthread_mutex_unlock (lock); in gomp_unset_lock_30()
106 pthread_mutex_unlock (&lock->lock); in gomp_unset_nest_lock_30()
234 pthread_mutex_unlock (lock); in gomp_unset_lock_25()
272 pthread_mutex_unlock (&lock->lock); in gomp_unset_nest_lock_25()
/dragonfly/contrib/gcc-8.0/libgomp/config/posix/
HDsem.c65 ret = pthread_mutex_unlock (&sem->mutex); in gomp_sem_wait()
74 pthread_mutex_unlock (&sem->mutex); in gomp_sem_wait()
80 ret = pthread_mutex_unlock (&sem->mutex); in gomp_sem_wait()
94 ret = pthread_mutex_unlock (&sem->mutex); in gomp_sem_post()
HDlock.c62 pthread_mutex_unlock (lock); in gomp_unset_lock_30()
104 pthread_mutex_unlock (&lock->lock); in gomp_unset_nest_lock_30()
232 pthread_mutex_unlock (lock); in gomp_unset_lock_25()
270 pthread_mutex_unlock (&lock->lock); in gomp_unset_nest_lock_25()
/dragonfly/contrib/lvm2/dist/daemons/clvmd/
HDlvm-functions.c171 pthread_mutex_unlock(&lv_hash_lock); in lookup_info()
180 pthread_mutex_unlock(&lv_hash_lock); in insert_info()
187 pthread_mutex_unlock(&lv_hash_lock); in remove_info()
235 pthread_mutex_unlock(&lv_hash_lock); in destroy_lvhash()
534 pthread_mutex_unlock(&lvm_lock); in do_lock_lv()
578 pthread_mutex_unlock(&lvm_lock); in post_lock_lv()
612 pthread_mutex_unlock(&lvm_lock); in do_refresh_cache()
620 pthread_mutex_unlock(&lvm_lock); in do_refresh_cache()
673 pthread_mutex_unlock(&lvm_lock); in drop_metadata()
795 pthread_mutex_unlock(&lvm_lock); in lvm_do_backup()
HDclvmd.c650 pthread_mutex_unlock(&client->bits.localsock.reply_mutex); in timedout_callback()
679 pthread_mutex_unlock(&client->bits.localsock.mutex); in request_timed_out()
969 pthread_mutex_unlock(&thisfd->bits.localsock.mutex); in read_from_local_sock()
981 pthread_mutex_unlock(&thisfd->bits.localsock.mutex); in read_from_local_sock()
1144 pthread_mutex_unlock(&thisfd->bits.localsock.mutex); in read_from_local_sock()
1429 pthread_mutex_unlock(&client->bits.localsock.reply_mutex); in add_reply_to_list()
1445 pthread_mutex_unlock(&client->bits.localsock.mutex); in add_reply_to_list()
1448 pthread_mutex_unlock(&client->bits.localsock.reply_mutex); in add_reply_to_list()
1464 pthread_mutex_unlock(&lvm_start_mutex); in pre_and_post_thread()
1513 pthread_mutex_unlock(&client->bits.localsock.mutex); in pre_and_post_thread()
[all …]
/dragonfly/lib/libc/db/hash/
HDndbm.c114 pthread_mutex_unlock((void *)&db->mutex); in dbm_fetch()
137 pthread_mutex_unlock((void *)&db->mutex); in dbm_firstkey()
160 pthread_mutex_unlock((void *)&db->mutex); in dbm_nextkey()
182 pthread_mutex_unlock((void *)&db->mutex); in dbm_delete()
211 pthread_mutex_unlock((void *)&db->mutex); in dbm_store()
/dragonfly/crypto/libressl/crypto/x509/
HDx509_issuer_cache.c71 (void) pthread_mutex_unlock(&x509_issuer_tree_mutex); in x509_issuer_cache_set_max()
107 (void) pthread_mutex_unlock(&x509_issuer_tree_mutex); in x509_issuer_cache_free()
139 (void) pthread_mutex_unlock(&x509_issuer_tree_mutex); in x509_issuer_cache_find()
184 (void) pthread_mutex_unlock(&x509_issuer_tree_mutex); in x509_issuer_cache_add()
/dragonfly/sbin/svc/
HDexecute.c263 pthread_mutex_unlock(&serial_mtx); in execute_init()
353 pthread_mutex_unlock(&serial_mtx); in execute_init()
366 pthread_mutex_unlock(&serial_mtx); in execute_init()
375 pthread_mutex_unlock(&serial_mtx); in execute_init()
413 pthread_mutex_unlock(&serial_mtx); in execute_init()
437 pthread_mutex_unlock(&serial_mtx); in execute_start()
543 pthread_mutex_unlock(&serial_mtx); in execute_stop()
652 pthread_mutex_unlock(&serial_mtx); in execute_log()
677 pthread_mutex_unlock(&serial_mtx); in execute_log()
689 pthread_mutex_unlock(&serial_mtx); in execute_log()
[all …]
/dragonfly/sbin/udevd/
HDudevd_monitor.c65 #define MONITOR_UNLOCK() pthread_mutex_unlock(&monitor_lock)
103 pthread_mutex_unlock(&udm->q_lock); in monitor_queue_event()
158 pthread_mutex_unlock(&udm->q_lock); in udev_monitor_free()
233 pthread_mutex_unlock(&udm->q_lock); in client_cmd_monitor()
308 pthread_mutex_unlock(&udm->q_lock); in _parse_filter_prop()
413 pthread_mutex_unlock(&udm->q_lock); in match_event_filter()
418 pthread_mutex_unlock(&udm->q_lock); in match_event_filter()
/dragonfly/test/stress/stress2/misc/
HDpthread.sh90 pthread_mutex_unlock(&worker_mtx);
112 pthread_mutex_unlock(&worker_mtx);
136 pthread_mutex_unlock(&worker_mtx);
HDkevent.sh99 if (pthread_mutex_unlock(&mutex) == -1)
123 if (pthread_mutex_unlock(&mutex) == -1)
HDkevent2.sh99 if (pthread_mutex_unlock(&mutex) == -1)
128 if (pthread_mutex_unlock(&mutex) == -1)
/dragonfly/lib/libdmsg/
HDmsg_lnk.c347 pthread_mutex_unlock(&cluster_mtx); in dmsg_msg_lnk_signal()
476 pthread_mutex_unlock(&cluster_mtx); in dmsg_lnk_conn()
513 pthread_mutex_unlock(&cluster_mtx); in dmsg_lnk_conn()
716 pthread_mutex_unlock(&cluster_mtx); in dmsg_lnk_span()
1024 pthread_mutex_unlock(&cluster_mtx); in dmsg_findspan()
1102 pthread_mutex_unlock(&cluster_mtx); in dmsg_lnk_relay()
1176 pthread_mutex_unlock(&cluster_mtx);
1191 pthread_mutex_unlock(&cluster_mtx);
1249 pthread_mutex_unlock(&cluster_mtx); in dmsg_shell_tree()
1281 pthread_mutex_unlock(&cluster_mtx); in dmsg_debug_findspan()
[all …]
/dragonfly/contrib/lvm2/dist/daemons/dmeventd/plugins/snapshot/
HDdmeventd_snapshot.c148 pthread_mutex_unlock(&_event_mutex); in process_event()
189 pthread_mutex_unlock(&_register_mutex); in register_device()
213 pthread_mutex_unlock(&_register_mutex); in unregister_device()
/dragonfly/contrib/gcc-4.7/libgcc/
HDgthr-posix.h129 __gthrw3(pthread_mutex_unlock)
159 __gthrw(pthread_mutex_unlock)
243 __gthrw_(pthread_mutex_unlock) (&__gthread_active_mutex); in __gthread_active_p()
554 count = __gthrw_(pthread_mutex_unlock) ((pthread_mutex_t *) mutex->backend); in __gthread_objc_mutex_deallocate()
600 && __gthrw_(pthread_mutex_unlock) ((pthread_mutex_t *) mutex->backend) != 0) in __gthread_objc_mutex_unlock()
799 return __gthrw_(pthread_mutex_unlock) (__mutex); in __gthread_mutex_unlock()
/dragonfly/contrib/lvm2/dist/daemons/dmeventd/plugins/mirror/
HDdmeventd_mirror.c235 pthread_mutex_unlock(&_event_mutex); in process_event()
273 pthread_mutex_unlock(&_register_mutex); in register_device()
297 pthread_mutex_unlock(&_register_mutex); in unregister_device()
/dragonfly/contrib/gcc-8.0/libgcc/
HDgthr-posix.h120 __gthrw(pthread_mutex_unlock)
199 __gthrw_(pthread_mutex_unlock) (&__gthread_active_mutex); in __gthread_active_p()
559 count = __gthrw_(pthread_mutex_unlock) ((pthread_mutex_t *) mutex->backend); in __gthread_objc_mutex_deallocate()
605 && __gthrw_(pthread_mutex_unlock) ((pthread_mutex_t *) mutex->backend) != 0) in __gthread_objc_mutex_unlock()
802 return __gthrw_(pthread_mutex_unlock) (__mutex); in __gthread_mutex_unlock()
/dragonfly/sbin/hammer2/
HDcmd_service.c366 pthread_mutex_unlock(&confmtx); in hammer2_usrmsg_handler()
405 pthread_mutex_unlock(&confmtx); in hammer2_volconf_thread()
418 pthread_mutex_unlock(&confmtx); in hammer2_volconf_thread()
425 pthread_mutex_unlock(&confmtx); in hammer2_volconf_thread()
875 pthread_mutex_unlock(&diskmtx); in disk_reconnect()
912 pthread_mutex_unlock(&diskmtx); in disk_reconnect()
935 pthread_mutex_unlock(&diskmtx); in disk_disconnect()
/dragonfly/lib/libusb/
HDlibusb10.h38 #define CTX_UNLOCK(ctx) pthread_mutex_unlock(&(ctx)->ctx_lock)
40 #define HOTPLUG_UNLOCK(ctx) pthread_mutex_unlock(&(ctx)->hotplug_lock)
/dragonfly/sys/platform/vkernel64/platform/
HDcothread.c224 pthread_mutex_unlock(&cotd->mutex); in cothread_unlock()
226 pthread_mutex_unlock(&cotd->mutex); in cothread_unlock()

123