Searched refs:Unlock (Results 151 - 175 of 758) sorted by relevance

1234567891011>>

/haiku/src/system/kernel/
H A Dthread.cpp309 threadHashLocker.Unlock();
318 threadHashLocker.Unlock();
1045 threadHashLocker.Unlock();
1046 threadCreationLocker.Unlock();
1051 threadLocker.Unlock();
1052 teamLocker.Unlock();
1088 threadHashLocker.Unlock();
1089 threadCreationLocker.Unlock();
1090 threadLocker.Unlock();
1091 teamLocker.Unlock();
[all...]
/haiku/src/add-ons/kernel/bus_managers/acpi/
H A DNamespaceDump.cpp34 void Unlock();
62 device->buffer->Unlock();
171 ringBuffer.Unlock();
244 ringBuffer.Unlock();
257 ringBuffer.Unlock();
434 RingBuffer::Unlock() function in class:RingBuffer
/haiku/headers/private/shared/
H A DRWLockManager.h59 void Unlock() { return fLock.Unlock(); } function in class:BPrivate::RWLockManager
/haiku/src/servers/app/drawing/
H A DUpdateQueue.cpp110 Unlock();
161 Unlock();
/haiku/src/tests/servers/app/newerClipping/
H A DDesktop.h86 void ReadUnlockClipping() { fClippingLock.Unlock(); }
89 void UnlockClipping() { fClippingLock.Unlock(); }
/haiku/src/add-ons/kernel/file_systems/nfs4/
H A DDirectoryCache.h47 inline void Unlock();
101 DirectoryCache::Unlock() function in class:DirectoryCache
/haiku/src/add-ons/kernel/file_systems/ext2/
H A DTransaction.cpp58 fJournal->Unlock(this, false);
85 status_t status = fJournal->Unlock(this, success);
/haiku/src/system/kernel/fs/
H A Dunused_vnodes.h68 unusedLocker.Unlock();
117 hotReadLocker.Unlock();
/haiku/src/apps/launchbox/
H A DNamePanel.cpp80 fWindow->Unlock();
92 fWindow->Unlock();
/haiku/src/apps/expander/
H A DDirectoryFilePanel.cpp95 Window()->Unlock();
137 Window()->Unlock();
/haiku/src/kits/app/
H A DMessageQueue.cpp169 BMessageQueue::Unlock() function in class:BMessageQueue
171 fLock.Unlock();
/haiku/src/add-ons/kernel/file_systems/netfs/client/
H A DServerManager.cpp254 locker.Unlock();
274 locker.Unlock();
462 locker.Unlock();
471 locker.Unlock();
492 locker.Unlock();
505 locker.Unlock();
529 locker.Unlock();
550 locker.Unlock();
H A DVirtualVolume.cpp101 fLock.Unlock();
116 fLock.Unlock();
155 locker.Unlock();
191 locker.Unlock();
195 locker.Unlock();
217 locker.Unlock();
309 locker.Unlock();
326 locker.Unlock();
642 locker.Unlock();
779 fLock.Unlock();
[all...]
/haiku/src/servers/launch/
H A DNetworkWatcher.cpp49 be_app->Unlock();
60 be_app->Unlock();
/haiku/src/kits/debugger/jobs/
H A DExpressionEvaluationJob.cpp116 workerLocker.Unlock();
131 workerLocker.Unlock();
/haiku/headers/private/kernel/disk_device_manager/
H A DKDiskDeviceUtils.h118 inline void Unlock(KPartition *partition) function in class:BPrivate::DiskDevice::AutoLockerPartitionRegistration
137 inline void Unlock(KDiskSystem *diskSystem) function in class:BPrivate::DiskDevice::AutoLockerDiskSystemLoading
156 inline void Unlock(disk_device_data *device)
174 inline void Unlock(disk_device_data *device)
/haiku/src/libs/print/libprint/
H A DStatusWindow.cpp118 Unlock();
157 Unlock();
/haiku/src/tests/kits/app/bmessagequeue/
H A DConcurrencyTest2.cpp6 Next Message 2, Lock 1, Lock 2, Unlock.
9 - It does the test two times, one unlocking using Unlock() and the other
18 - After a short snooze, the queue is released using Unlock() or delete.
89 * either doing an Unlock() or deleting the queue.
102 theMessageQueue->Unlock();
228 theMessageQueue->Unlock();
/haiku/headers/private/print/
H A DJobs.h135 void Unlock() const { if (fLocker) fLocker->Unlock(); } function in class:Folder
/haiku/src/tests/kits/app/blooper/
H A DIsMessageWaitingTest.cpp36 Looper.Unlock();
50 Looper.Unlock();
/haiku/src/kits/network/libnetservices/
H A DUrlProtocolAsynchronousListener.cpp37 be_app->Unlock();
52 be_app->Unlock();
/haiku/src/servers/app/font/
H A DGlobalFontManager.h40 void Unlock() { BLooper::Unlock(); } function in class:GlobalFontManager
/haiku/src/add-ons/media/media-add-ons/mixer/
H A DAudioMixer.cpp149 fCore->Unlock();
166 fCore->Unlock();
248 fCore->Unlock();
282 fCore->Unlock();
287 fCore->Unlock();
353 fCore->Unlock();
443 fCore->Unlock();
474 fCore->Unlock();
505 fCore->Unlock();
654 fCore->Unlock();
[all...]
/haiku/src/apps/mediaconverter/
H A DMediaConverterApp.cpp71 fWin->Unlock();
130 fWin->Unlock();
178 fWin->Unlock();
188 fWin->Unlock();
263 fWin->Unlock();
285 fWin->Unlock();
310 fWin->Unlock();
330 fWin->Unlock();
338 fWin->Unlock();
416 fWin->Unlock();
[all...]
/haiku/headers/os/app/
H A DClipboard.h37 void Unlock();

Completed in 104 milliseconds

1234567891011>>