Home
last modified time | relevance | path

Searched defs:interruptible (Results 1 – 25 of 319) sorted by relevance

12345678910>>...13

/dports/misc/rump/buildrump.sh-b914579/src/sys/external/bsd/drm2/dist/drm/vmwgfx/
H A Dvmwgfx_dmabuf.c53 bool interruptible) in vmw_dmabuf_to_placement()
95 bool pin, bool interruptible) in vmw_dmabuf_to_vram_or_gmr()
165 bool pin, bool interruptible) in vmw_dmabuf_to_vram()
197 bool pin, bool interruptible) in vmw_dmabuf_to_start_of_vram()
254 bool interruptible) in vmw_dmabuf_unpin()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/test/jdk/java/nio/channels/DatagramChannel/
H A DInterruptibleOrNot.java82 static void testInterruptBeforeReceive(boolean interruptible) in testInterruptBeforeReceive()
103 static void testInterruptDuringReceive(boolean interruptible) in testInterruptDuringReceive()
125 static void testInterruptBeforeSend(boolean interruptible) in testInterruptBeforeSend()
152 static DatagramChannel openDatagramChannel(boolean interruptible) throws IOException { in openDatagramChannel()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/test/jdk/java/nio/channels/DatagramChannel/
H A DInterruptibleOrNot.java82 static void testInterruptBeforeReceive(boolean interruptible) in testInterruptBeforeReceive()
103 static void testInterruptDuringReceive(boolean interruptible) in testInterruptDuringReceive()
125 static void testInterruptBeforeSend(boolean interruptible) in testInterruptBeforeSend()
152 static DatagramChannel openDatagramChannel(boolean interruptible) throws IOException { in openDatagramChannel()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/test/jdk/java/nio/channels/DatagramChannel/
H A DInterruptibleOrNot.java82 static void testInterruptBeforeReceive(boolean interruptible) in testInterruptBeforeReceive()
103 static void testInterruptDuringReceive(boolean interruptible) in testInterruptDuringReceive()
125 static void testInterruptBeforeSend(boolean interruptible) in testInterruptBeforeSend()
152 static DatagramChannel openDatagramChannel(boolean interruptible) throws IOException { in openDatagramChannel()
/dports/games/fs2open/fs2open.github.com-release_21_4_1/lib/libRocket/Source/Core/
H A DEventIterators.h46 RKTEventFunctor(const String& event, const Dictionary& parameters, bool interruptible) in RKTEventFunctor()
61 bool interruptible; variable
/dports/lang/mono/mono-5.10.1.57/external/corert/src/System.Private.CoreLib/src/System/Threading/
H A DWaitSubsystem.Unix.cs266 public static bool Wait(IntPtr handle, int timeoutMilliseconds, bool interruptible) in Wait()
275 bool interruptible = true, in Wait()
367 bool interruptible = true, in Wait()
411 bool interruptible = true, in SignalAndWait()
452 public static void Sleep(int timeoutMilliseconds, bool interruptible = true) in Sleep()
H A DWaitHandle.Windows.cs15 …l static unsafe int WaitForSingleObject(IntPtr handle, int millisecondsTimeout, bool interruptible) in WaitForSingleObject()
40 …ontext(IntPtr* pHandles, int numHandles, bool waitAll, int millisecondsTimeout, bool interruptible) in WaitForMultipleObjectsIgnoringSyncContext()
100 private static bool WaitOneCore(IntPtr handle, int millisecondsTimeout, bool interruptible) in WaitOneCore()
/dports/misc/rump/buildrump.sh-b914579/src/sys/external/bsd/drm2/dist/drm/ttm/
H A Dttm_lock.c83 int ttm_read_lock(struct ttm_lock *lock, bool interruptible) in ttm_read_lock()
120 int ttm_read_trylock(struct ttm_lock *lock, bool interruptible) in ttm_read_trylock()
169 int ttm_write_lock(struct ttm_lock *lock, bool interruptible) in ttm_write_lock()
231 bool interruptible, in ttm_vt_lock()
H A Dttm_bo.c309 bool evict, bool interruptible, in ttm_bo_handle_move_mem()
506 bool interruptible, in ttm_bo_cleanup_refs_and_unlock()
700 static int ttm_bo_evict(struct ttm_buffer_object *bo, bool interruptible, in ttm_bo_evict()
757 bool interruptible, in ttm_mem_evict_first()
817 bool interruptible, in ttm_bo_mem_force_space()
896 bool interruptible, in ttm_bo_mem_space()
1002 bool interruptible, in ttm_bo_move_buffer()
1072 bool interruptible, in ttm_bo_validate()
1127 bool interruptible, in ttm_bo_init()
1259 bool interruptible, in ttm_bo_create()
[all …]
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/gpu/drm/vmwgfx/
H A Dttm_lock.c74 int ttm_read_lock(struct ttm_lock *lock, bool interruptible) in ttm_read_lock()
105 int ttm_read_trylock(struct ttm_lock *lock, bool interruptible) in ttm_read_trylock()
148 int ttm_write_lock(struct ttm_lock *lock, bool interruptible) in ttm_write_lock()
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/gpu/drm/vmwgfx/
H A Dttm_lock.c74 int ttm_read_lock(struct ttm_lock *lock, bool interruptible) in ttm_read_lock()
105 int ttm_read_trylock(struct ttm_lock *lock, bool interruptible) in ttm_read_trylock()
148 int ttm_write_lock(struct ttm_lock *lock, bool interruptible) in ttm_write_lock()
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/gpu/drm/vmwgfx/
H A Dttm_lock.c74 int ttm_read_lock(struct ttm_lock *lock, bool interruptible) in ttm_read_lock()
105 int ttm_read_trylock(struct ttm_lock *lock, bool interruptible) in ttm_read_trylock()
148 int ttm_write_lock(struct ttm_lock *lock, bool interruptible) in ttm_write_lock()
/dports/games/openra/OpenRA-release-20200503/OpenRA.Mods.Common/Activities/
H A DWait.cs22 public Wait(int period, bool interruptible) in Wait()
42 public WaitFor(Func<bool> f, bool interruptible) in WaitFor()
/dports/benchmarks/stress-ng/stress-ng-0.13.09/
H A Dcore-mincore.c35 const bool interruptible) in stress_mincore_touch_pages_slow()
67 const bool interruptible) in stress_mincore_touch_pages_generic()
/dports/devel/hs-git-brunch/git-brunch-1.5.1.0/_cabal_deps/hspec-core-2.7.10/src/Test/Hspec/Core/
H A DCompat.hs140 interruptible act = do function
/dports/multimedia/v4l_compat/linux-5.13-rc2/include/drm/ttm/
H A Dttm_bo_driver.h132 bool interruptible, bool no_wait, in ttm_bo_reserve()
166 bool interruptible, in ttm_bo_reserve_slowpath()
/dports/multimedia/libv4l/linux-5.13-rc2/include/drm/ttm/
H A Dttm_bo_driver.h132 bool interruptible, bool no_wait, in ttm_bo_reserve()
166 bool interruptible, in ttm_bo_reserve_slowpath()
/dports/multimedia/v4l-utils/linux-5.13-rc2/include/drm/ttm/
H A Dttm_bo_driver.h132 bool interruptible, bool no_wait, in ttm_bo_reserve()
166 bool interruptible, in ttm_bo_reserve_slowpath()
/dports/lang/ghc/ghc-8.10.7/rts/
H A DRaiseAsync.h57 interruptible(StgTSO *t) in interruptible() function
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/test/jdk/java/nio/channels/FileChannel/
H A DClosedByInterrupt.java111 final boolean interruptible; field in ClosedByInterrupt.ReaderWriter
114 ReaderWriter(FileChannel fc, boolean interruptible) { in ReaderWriter()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/test/jdk/java/nio/channels/FileChannel/
H A DClosedByInterrupt.java111 final boolean interruptible; field in ClosedByInterrupt.ReaderWriter
114 ReaderWriter(FileChannel fc, boolean interruptible) { in ReaderWriter()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/test/jdk/java/nio/channels/FileChannel/
H A DClosedByInterrupt.java111 final boolean interruptible; field in ClosedByInterrupt.ReaderWriter
114 ReaderWriter(FileChannel fc, boolean interruptible) { in ReaderWriter()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/test/jdk/java/nio/channels/FileChannel/
H A DClosedByInterrupt.java111 final boolean interruptible; field in ClosedByInterrupt.ReaderWriter
114 ReaderWriter(FileChannel fc, boolean interruptible) { in ReaderWriter()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/test/jdk/java/nio/channels/FileChannel/
H A DClosedByInterrupt.java111 final boolean interruptible; field in ClosedByInterrupt.ReaderWriter
114 ReaderWriter(FileChannel fc, boolean interruptible) { in ReaderWriter()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/test/jdk/java/nio/channels/FileChannel/
H A DClosedByInterrupt.java111 final boolean interruptible; field in ClosedByInterrupt.ReaderWriter
114 ReaderWriter(FileChannel fc, boolean interruptible) { in ReaderWriter()

12345678910>>...13