Home
last modified time | relevance | path

Searched refs:ThreadId (Results 151 – 175 of 4292) sorted by relevance

12345678910>>...172

/dports/lang/purescript/purescript-0.14.5/_cabal_deps/lifted-base-0.2.3.12/Control/Concurrent/
H A DLifted.hs21 ThreadId
101 import Control.Concurrent ( ThreadId )
136 myThreadId :: MonadBase IO m => m ThreadId
145 fork :: MonadBaseControl IO m => m () -> m ThreadId
155 forkWithUnmask :: MonadBaseControl IO m => ((forall a. m a -> m a) -> m ()) -> m ThreadId
170 => m a -> (Either SomeException a -> m ()) -> m ThreadId
178 killThread :: MonadBase IO m => ThreadId -> m ()
188 forkOn :: MonadBaseControl IO m => Int -> m () -> m ThreadId
216 threadCapability :: MonadBase IO m => ThreadId -> m (Int, Bool)
258 forkOS :: MonadBaseControl IO m => m () -> m ThreadId
[all …]
/dports/devel/valgrind-lts/valgrind-dragonfly-dragonfly/drd/
H A Ddrd_malloc_wrappers.c109 static void handle_free(ThreadId tid, void* p) in handle_free()
146 static void* drd_malloc(ThreadId tid, SizeT n) in drd_malloc()
152 static void* drd_memalign(ThreadId tid, SizeT align, SizeT n) in drd_memalign()
158 static void* drd_calloc(ThreadId tid, SizeT nmemb, SizeT size1) in drd_calloc()
165 static void drd_free(ThreadId tid, void* p) in drd_free()
178 static void* drd_realloc(ThreadId tid, void* p_old, SizeT new_size) in drd_realloc()
253 static void* drd___builtin_new(ThreadId tid, SizeT n) in drd___builtin_new()
259 static void drd___builtin_delete(ThreadId tid, void* p) in drd___builtin_delete()
265 static void* drd___builtin_vec_new(ThreadId tid, SizeT n) in drd___builtin_vec_new()
271 static void drd___builtin_vec_delete(ThreadId tid, void* p) in drd___builtin_vec_delete()
[all …]
/dports/devel/valgrind/valgrind-dragonfly-dragonfly/drd/
H A Ddrd_malloc_wrappers.c109 static void handle_free(ThreadId tid, void* p) in handle_free()
146 static void* drd_malloc(ThreadId tid, SizeT n) in drd_malloc()
152 static void* drd_memalign(ThreadId tid, SizeT align, SizeT n) in drd_memalign()
158 static void* drd_calloc(ThreadId tid, SizeT nmemb, SizeT size1) in drd_calloc()
165 static void drd_free(ThreadId tid, void* p) in drd_free()
178 static void* drd_realloc(ThreadId tid, void* p_old, SizeT new_size) in drd_realloc()
253 static void* drd___builtin_new(ThreadId tid, SizeT n) in drd___builtin_new()
259 static void drd___builtin_delete(ThreadId tid, void* p) in drd___builtin_delete()
265 static void* drd___builtin_vec_new(ThreadId tid, SizeT n) in drd___builtin_vec_new()
271 static void drd___builtin_vec_delete(ThreadId tid, void* p) in drd___builtin_vec_delete()
[all …]
/dports/editors/libreoffice/libreoffice-7.2.6.2/ridljar/test/com/sun/star/lib/uno/environments/remote/
H A DThreadPool_Test.java32 ThreadId threadId = null; in testDispose()
66 ThreadId threadId = ThreadId.createFresh(); in testThreadAsync()
88 ThreadId threadId = ThreadId.createFresh(); in testDynamicThreadSync()
112 ThreadId threadId = null; in testStaticThreadSync()
150 ThreadId threadId = ThreadId.createFresh(); in testDynamicThreadAsyncSyncOrder()
189 ThreadId threadId = testThread._threadId; in testStaticThreadAsyncSyncOrder()
225 ThreadId threadID = ThreadId.createFresh(); in testStress()
314 ThreadId threadId = ThreadId.createFresh(); in testAsyncSync()
339 ThreadId threadId, String operation) { in putJob()
352 ThreadId _threadId;
H A DThreadId_Test.java28 ThreadId i1 = ThreadId.createFresh(); in test()
43 ThreadId i2 = ThreadId.createFresh(); in test()
48 ThreadId i3 = new ThreadId(i1bytes); in test()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/jurt/test/com/sun/star/lib/uno/environments/remote/
H A DThreadPool_Test.java32 ThreadId threadId = null; in testDispose()
66 ThreadId threadId = ThreadId.createFresh(); in testThreadAsync()
88 ThreadId threadId = ThreadId.createFresh(); in testDynamicThreadSync()
112 ThreadId threadId = null; in testStaticThreadSync()
150 ThreadId threadId = ThreadId.createFresh(); in testDynamicThreadAsyncSyncOrder()
189 ThreadId threadId = testThread._threadId; in testStaticThreadAsyncSyncOrder()
225 ThreadId threadID = ThreadId.createFresh(); in testStress()
314 ThreadId threadId = ThreadId.createFresh(); in testAsyncSync()
339 ThreadId threadId, String operation) { in putJob()
352 ThreadId _threadId;
H A DThreadId_Test.java28 ThreadId i1 = ThreadId.createFresh(); in test()
43 ThreadId i2 = ThreadId.createFresh(); in test()
48 ThreadId i3 = new ThreadId(i1bytes); in test()
/dports/devel/valgrind-lts/valgrind-dragonfly-dragonfly/coregrind/
H A Dpub_core_threadstate.h128 ThreadId parent; // parent tid (if any)
146 void (*post_mach_trap_fn)(ThreadId tid,
335 ThreadId tid;
431 extern ThreadId VG_(running_tid);
448 extern ThreadState *VG_(get_ThreadState) ( ThreadId tid );
451 extern Bool VG_(is_valid_tid) ( ThreadId tid );
454 extern Bool VG_(is_running_thread)(ThreadId tid);
457 extern Bool VG_(is_exiting)(ThreadId tid);
467 extern ThreadId VG_(lwpid_to_vgtid)(Int lwpid);
474 extern ThreadId VG_(lwpid_to_vgtid_dead_ok)(Int lwpid);
/dports/devel/valgrind/valgrind-dragonfly-dragonfly/coregrind/
H A Dpub_core_threadstate.h128 ThreadId parent; // parent tid (if any)
146 void (*post_mach_trap_fn)(ThreadId tid,
335 ThreadId tid;
431 extern ThreadId VG_(running_tid);
448 extern ThreadState *VG_(get_ThreadState) ( ThreadId tid );
451 extern Bool VG_(is_valid_tid) ( ThreadId tid );
454 extern Bool VG_(is_running_thread)(ThreadId tid);
457 extern Bool VG_(is_exiting)(ThreadId tid);
467 extern ThreadId VG_(lwpid_to_vgtid)(Int lwpid);
474 extern ThreadId VG_(lwpid_to_vgtid_dead_ok)(Int lwpid);
/dports/lang/gcc6-aux/gcc-6-20180516/libjava/classpath/gnu/classpath/jdwp/processor/
H A DStackFrameCommandSet.java48 import gnu.classpath.jdwp.id.ThreadId;
103 ThreadId tId = (ThreadId) idMan.readObjectId(bb); in executeGetValues()
128 ThreadId tId = (ThreadId) idMan.readObjectId(bb); in executeSetValues()
146 ThreadId tId = (ThreadId) idMan.readObjectId(bb); in executeThisObject()
165 ThreadId tid = (ThreadId) idMan.readObjectId(bb); in executePopFrames()
/dports/lang/gcc48/gcc-4.8.5/libjava/classpath/gnu/classpath/jdwp/processor/
H A DStackFrameCommandSet.java48 import gnu.classpath.jdwp.id.ThreadId;
103 ThreadId tId = (ThreadId) idMan.readObjectId(bb); in executeGetValues()
128 ThreadId tId = (ThreadId) idMan.readObjectId(bb); in executeSetValues()
146 ThreadId tId = (ThreadId) idMan.readObjectId(bb); in executeThisObject()
165 ThreadId tid = (ThreadId) idMan.readObjectId(bb); in executePopFrames()
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/libjava/classpath/gnu/classpath/jdwp/processor/
H A DStackFrameCommandSet.java48 import gnu.classpath.jdwp.id.ThreadId;
103 ThreadId tId = (ThreadId) idMan.readObjectId(bb); in executeGetValues()
128 ThreadId tId = (ThreadId) idMan.readObjectId(bb); in executeSetValues()
146 ThreadId tId = (ThreadId) idMan.readObjectId(bb); in executeThisObject()
165 ThreadId tid = (ThreadId) idMan.readObjectId(bb); in executePopFrames()
/dports/www/hs-postgrest/postgrest-8.0.0/_cabal_deps/http2-3.0.2/Network/HTTP2/Arch/
H A DManager.hs36 data Command = Stop | Spawn | Add ThreadId | Delete ThreadId
94 add :: ThreadId -> Set ThreadId -> Set ThreadId
99 del :: ThreadId -> Set ThreadId -> Set ThreadId
104 kill :: Set ThreadId -> IO ()
/dports/lang/purescript/purescript-0.14.5/_cabal_deps/http2-3.0.2/Network/HTTP2/Arch/
H A DManager.hs36 data Command = Stop | Spawn | Add ThreadId | Delete ThreadId
94 add :: ThreadId -> Set ThreadId -> Set ThreadId
99 del :: ThreadId -> Set ThreadId -> Set ThreadId
104 kill :: Set ThreadId -> IO ()
/dports/lang/gnat_util/gcc-6-20180516/libjava/classpath/gnu/classpath/jdwp/processor/
H A DStackFrameCommandSet.java48 import gnu.classpath.jdwp.id.ThreadId;
103 ThreadId tId = (ThreadId) idMan.readObjectId(bb); in executeGetValues()
128 ThreadId tId = (ThreadId) idMan.readObjectId(bb); in executeSetValues()
146 ThreadId tId = (ThreadId) idMan.readObjectId(bb); in executeThisObject()
165 ThreadId tid = (ThreadId) idMan.readObjectId(bb); in executePopFrames()
/dports/devel/mingw32-gcc/gcc-4.8.1/libjava/classpath/gnu/classpath/jdwp/processor/
H A DStackFrameCommandSet.java48 import gnu.classpath.jdwp.id.ThreadId;
103 ThreadId tId = (ThreadId) idMan.readObjectId(bb); in executeGetValues()
128 ThreadId tId = (ThreadId) idMan.readObjectId(bb); in executeSetValues()
146 ThreadId tId = (ThreadId) idMan.readObjectId(bb); in executeThisObject()
165 ThreadId tid = (ThreadId) idMan.readObjectId(bb); in executePopFrames()
/dports/games/dose-response/dose-response-179c326/cargo-crates/syn-0.15.21/src/
H A Dthread.rs3 use self::thread_id::ThreadId;
10 thread_id: ThreadId,
48 pub use std::thread::ThreadId;
50 pub fn current() -> ThreadId { in current()
76 pub type ThreadId = usize; typedef
78 pub fn current() -> ThreadId { in current()
/dports/multimedia/librespot/librespot-0.1.3/cargo-crates/syn-0.15.44/src/
H A Dthread.rs3 use self::thread_id::ThreadId;
10 thread_id: ThreadId,
48 pub use std::thread::ThreadId;
50 pub fn current() -> ThreadId { in current()
78 pub type ThreadId = usize; typedef
80 pub fn current() -> ThreadId { in current()
/dports/editors/libreoffice/libreoffice-7.2.6.2/ridljar/com/sun/star/lib/uno/environments/remote/
H A DThreadId.java28 public final class ThreadId { class
29 public static ThreadId createFresh() { in createFresh()
32 return new ThreadId((PREFIX + c).getBytes("UTF-8")); in createFresh()
38 public ThreadId(byte[] id) { in ThreadId() method in ThreadId
53 return obj instanceof ThreadId in equals()
54 && Arrays.equals(id, ((ThreadId) obj).id); in equals()
/dports/security/vaultwarden/vaultwarden-1.23.1/cargo-crates/syn-0.15.44/src/
H A Dthread.rs3 use self::thread_id::ThreadId;
10 thread_id: ThreadId,
48 pub use std::thread::ThreadId;
50 pub fn current() -> ThreadId { in current()
78 pub type ThreadId = usize; typedef
80 pub fn current() -> ThreadId { in current()
/dports/security/cloak/cloak-0.2.0/cargo-crates/syn-0.15.32/src/
H A Dthread.rs3 use self::thread_id::ThreadId;
10 thread_id: ThreadId,
48 pub use std::thread::ThreadId;
50 pub fn current() -> ThreadId { in current()
78 pub type ThreadId = usize; typedef
80 pub fn current() -> ThreadId { in current()
/dports/net-im/fractal/fractal-4.4.0/vendor/syn-0.15.44/src/
H A Dthread.rs3 use self::thread_id::ThreadId;
10 thread_id: ThreadId,
48 pub use std::thread::ThreadId;
50 pub fn current() -> ThreadId { in current()
78 pub type ThreadId = usize; typedef
80 pub fn current() -> ThreadId { in current()
/dports/multimedia/termplay/termplay-2.0.6/cargo-crates/syn-0.15.44/src/
H A Dthread.rs3 use self::thread_id::ThreadId;
10 thread_id: ThreadId,
48 pub use std::thread::ThreadId;
50 pub fn current() -> ThreadId { in current()
78 pub type ThreadId = usize; typedef
80 pub fn current() -> ThreadId { in current()
/dports/multimedia/scte35dump/scte35dump-0.1.6/cargo-crates/syn-0.15.39/src/
H A Dthread.rs3 use self::thread_id::ThreadId;
10 thread_id: ThreadId,
48 pub use std::thread::ThreadId;
50 pub fn current() -> ThreadId { in current()
78 pub type ThreadId = usize; typedef
80 pub fn current() -> ThreadId { in current()
/dports/graphics/librsvg2-rust/librsvg-2.52.8/vendor/syn-0.15.44/src/
H A Dthread.rs3 use self::thread_id::ThreadId;
10 thread_id: ThreadId,
48 pub use std::thread::ThreadId;
50 pub fn current() -> ThreadId { in current()
78 pub type ThreadId = usize; typedef
80 pub fn current() -> ThreadId { in current()

12345678910>>...172