Home
last modified time | relevance | path

Searched refs:cancelLock (Results 1 – 25 of 26) sorted by relevance

12

/dports/devel/mingw32-pthreads/pthreads-w32-2-8-0-release/
H A Dpthread_testcancel.c89 (void) pthread_mutex_lock (&sp->cancelLock); in pthread_testcancel()
95 (void) pthread_mutex_unlock (&sp->cancelLock); in pthread_testcancel()
97 (void) pthread_mutex_unlock (&sp->cancelLock); in pthread_testcancel()
101 (void) pthread_mutex_unlock (&sp->cancelLock); in pthread_testcancel()
H A Dptw32_threadStart.c72 (void) pthread_mutex_destroy (&((ptw32_thread_t *)self.p)->cancelLock); in ExceptionFilter()
162 if (pthread_mutex_lock (&sp->cancelLock) == 0) in ptw32_threadStart()
164 (void) pthread_mutex_unlock (&sp->cancelLock); in ptw32_threadStart()
306 (void) pthread_mutex_lock (&sp->cancelLock); in ptw32_threadStart()
308 (void) pthread_mutex_unlock (&sp->cancelLock); in ptw32_threadStart()
H A Dpthread_cancel.c163 (void) pthread_mutex_lock (&tp->cancelLock); in pthread_cancel()
174 (void) pthread_mutex_unlock (&tp->cancelLock); in pthread_cancel()
196 (void) pthread_mutex_unlock (&tp->cancelLock); in pthread_cancel()
219 (void) pthread_mutex_unlock (&tp->cancelLock); in pthread_cancel()
H A Dpthread_setcancelstate.c95 (void) pthread_mutex_lock (&sp->cancelLock); in pthread_setcancelstate()
114 (void) pthread_mutex_unlock (&sp->cancelLock); in pthread_setcancelstate()
120 (void) pthread_mutex_unlock (&sp->cancelLock); in pthread_setcancelstate()
H A Dpthread_setcanceltype.c96 (void) pthread_mutex_lock (&sp->cancelLock); in pthread_setcanceltype()
115 (void) pthread_mutex_unlock (&sp->cancelLock); in pthread_setcanceltype()
121 (void) pthread_mutex_unlock (&sp->cancelLock); in pthread_setcanceltype()
H A Dpthread_delay_np.c147 (void) pthread_mutex_lock (&sp->cancelLock); in pthread_delay_np()
152 (void) pthread_mutex_unlock (&sp->cancelLock); in pthread_delay_np()
157 (void) pthread_mutex_unlock (&sp->cancelLock); in pthread_delay_np()
H A Dw32_CancelableWait.c117 (void) pthread_mutex_lock (&sp->cancelLock); in ptw32_cancelable_wait()
122 (void) pthread_mutex_unlock (&sp->cancelLock); in ptw32_cancelable_wait()
127 (void) pthread_mutex_unlock (&sp->cancelLock); in ptw32_cancelable_wait()
H A Dpthread_detach.c99 if (pthread_mutex_lock (&tp->cancelLock) == 0) in pthread_detach()
112 (void) pthread_mutex_unlock (&tp->cancelLock); in pthread_detach()
H A Dcreate.c234 (void) pthread_mutex_lock (&tp->cancelLock); in pthread_create()
266 (void) pthread_mutex_unlock (&tp->cancelLock); in pthread_create()
H A Dpthread_win32_attach_detach_np.c279 (void) pthread_mutex_lock (&sp->cancelLock); in pthread_win32_thread_detach_np()
285 (void) pthread_mutex_unlock (&sp->cancelLock); in pthread_win32_thread_detach_np()
H A Dptw32_threadDestroy.c67 (void) pthread_mutex_destroy(&threadCopy.cancelLock); in ptw32_threadDestroy()
H A Dptw32_new.c77 tp->cancelLock = PTHREAD_MUTEX_INITIALIZER; in ptw32_new()
H A Dimplement.h141 pthread_mutex_t cancelLock; /* Used for async-cancel safety */ member
H A DChangeLog913 * ptw32_threadStart.c (ptw32_threadStart): Thread cancelLock
917 the thread's cancelLock. Moved here from ptw32_threadStart.c
2413 cancelLock mutex; make 'catch' and '__except' usageimmune to
2417 * create.c (pthread_create): Initialise thread's cancelLock
2432 (struct pthread_t_): Add cancelLock mutex for async cancel
/dports/devel/hadoop2/hadoop-2.7.2-src/hadoop-hdfs-project/hadoop-hdfs/src/main/java/org/apache/hadoop/hdfs/server/namenode/ha/
H A DStandbyCheckpointer.java74 private final Object cancelLock = new Object(); field in StandbyCheckpointer
232 synchronized (cancelLock) { in cancelAndPreventCheckpoints()
342 synchronized (cancelLock) { in doWork()
373 synchronized (cancelLock) { in doWork()
/dports/www/minio-client/mc-RELEASE.2021-12-10T00-14-28Z/cmd/
H A Dretention-common.go277 ctx, cancelLock := context.WithCancel(globalContext)
278 defer cancelLock()
305 ctx, cancelLock := context.WithCancel(globalContext)
306 defer cancelLock()
/dports/net-p2p/go-ethereum/go-ethereum-1.10.14/vendor/github.com/status-im/keycard-go/vendor/github.com/ethereum/go-ethereum/eth/downloader/
H A Ddownloader.go306 d.cancelLock.RLock()
308 d.cancelLock.RUnlock()
386 d.cancelLock.Lock()
389 d.cancelLock.Unlock()
484 d.cancelLock.Lock()
487 d.cancelLock.Unlock()
493 d.cancelLock.Unlock()
521 d.cancelLock.Lock()
530 d.cancelLock.Unlock()
1571 d.cancelLock.RLock()
[all …]
/dports/net-p2p/go-ethereum/go-ethereum-1.10.14/vendor/github.com/status-im/keycard-go/vendor/github.com/ethereum/go-ethereum/_assets/patches/
H A D0016-fix-leveldb-issue.patch36 + d.cancelLock.Lock()
39 + d.cancelLock.Unlock()
45 + d.cancelLock.Unlock()
/dports/net-p2p/go-ethereum/go-ethereum-1.10.14/eth/downloader/
H A Dfetchers_concurrent.go321 d.cancelLock.RLock()
323 d.cancelLock.RUnlock()
H A Ddownloader.go137 cancelLock sync.RWMutex // Lock to protect the cancel channel and peer in delivers
394 d.cancelLock.Lock()
397 d.cancelLock.Unlock()
576 d.cancelLock.Lock()
577 defer d.cancelLock.Unlock()
/dports/net-p2p/go-ethereum/go-ethereum-1.10.14/les/downloader/
H A Ddownloader.go141 cancelLock sync.RWMutex // Lock to protect the cancel channel and peer in delivers
410 d.cancelLock.Lock()
413 d.cancelLock.Unlock()
592 d.cancelLock.Lock()
593 defer d.cancelLock.Unlock()
1426 d.cancelLock.RLock()
1428 d.cancelLock.RUnlock()
1981 d.cancelLock.RLock()
1983 d.cancelLock.RUnlock()
H A Dstatesync.go388 s.d.cancelLock.RLock()
390 s.d.cancelLock.RUnlock()
/dports/lang/tcl86/tcl8.6.12/generic/
H A DtclBasic.c74 TCL_DECLARE_MUTEX(cancelLock)
426 Tcl_MutexLock(&cancelLock); in TclFinalizeEvaluation()
431 Tcl_MutexUnlock(&cancelLock); in TclFinalizeEvaluation()
502 Tcl_MutexLock(&cancelLock); in Tcl_CreateInterp()
507 Tcl_MutexUnlock(&cancelLock); in Tcl_CreateInterp()
686 Tcl_MutexLock(&cancelLock); in Tcl_CreateInterp()
689 Tcl_MutexUnlock(&cancelLock); in Tcl_CreateInterp()
1429 Tcl_MutexLock(&cancelLock); in DeleteInterpProc()
3426 Tcl_MutexLock(&cancelLock); in CancelEvalProc()
3467 Tcl_MutexUnlock(&cancelLock); in CancelEvalProc()
[all …]
/dports/lang/tcl87/tcl8.7a5/generic/
H A DtclBasic.c114 TCL_DECLARE_MUTEX(cancelLock);
592 Tcl_MutexLock(&cancelLock); in TclFinalizeEvaluation()
597 Tcl_MutexUnlock(&cancelLock); in TclFinalizeEvaluation()
673 Tcl_MutexLock(&cancelLock); in Tcl_CreateInterp()
679 Tcl_MutexUnlock(&cancelLock); in Tcl_CreateInterp()
879 Tcl_MutexLock(&cancelLock); in Tcl_CreateInterp()
882 Tcl_MutexUnlock(&cancelLock); in Tcl_CreateInterp()
1762 Tcl_MutexLock(&cancelLock); in DeleteInterpProc()
3778 Tcl_MutexLock(&cancelLock); in CancelEvalProc()
3819 Tcl_MutexUnlock(&cancelLock); in CancelEvalProc()
[all …]
/dports/multimedia/obs-studio/obs-studio-27.1.3/deps/w32-pthreads/
H A DChangeLog138 * (cancelLock): Convert to an MCS lock and rename to stateLock.
1303 * ptw32_threadStart.c (ptw32_threadStart): Thread cancelLock
1307 the thread's cancelLock. Moved here from ptw32_threadStart.c
2803 cancelLock mutex; make 'catch' and '__except' usageimmune to
2807 * create.c (pthread_create): Initialise thread's cancelLock
2822 (struct pthread_t_): Add cancelLock mutex for async cancel

12