Home
last modified time | relevance | path

Searched refs:thread (Results 1 – 25 of 13798) sorted by relevance

12345678910>>...552

/dports/devel/hs-threadscope/threadscope-0.2.14/_cabal_deps/ghc-events-0.15.1/test/
H A Dqueens-ghc-6.12.1.eventlog.reference28 471000: cap 3: stopping thread 1 (thread finished)
36 667000: cap 3: stopping thread 3 (thread yielding)
58 1638000: cap 3: stopping thread 3 (thread yielding)
70 1652000: cap 2: stopping thread 4 (thread yielding)
73 1663000: cap 0: stopping thread 5 (thread yielding)
74 1663000: cap 1: stopping thread 6 (thread yielding)
87 1975000: cap 1: stopping thread 6 (thread yielding)
89 1975000: cap 2: stopping thread 4 (thread yielding)
93 1977000: cap 0: stopping thread 5 (thread yielding)
105 2066000: cap 0: stopping thread 5 (thread yielding)
[all …]
H A Dqueens-ghc-7.0.2.eventlog.reference35 572000: cap 3: stopping thread 1 (thread finished)
39 635000: cap 3: stopping thread 2 (thread yielding)
80 1658000: cap 3: stopping thread 3 (thread yielding)
98 1675000: cap 2: stopping thread 4 (thread yielding)
101 1681000: cap 0: stopping thread 5 (thread yielding)
104 1681000: cap 1: stopping thread 6 (thread yielding)
115 1951000: cap 0: stopping thread 5 (thread yielding)
118 1951000: cap 1: stopping thread 6 (thread yielding)
121 1951000: cap 2: stopping thread 4 (thread yielding)
154 2017000: cap 0: stopping thread 5 (thread yielding)
[all …]
/dports/devel/hs-ghc-events/ghc-events-0.17.0/test/
H A Dqueens-ghc-6.12.1.eventlog.reference28 471000: cap 3: stopping thread 1 (thread finished)
36 667000: cap 3: stopping thread 3 (thread yielding)
58 1638000: cap 3: stopping thread 3 (thread yielding)
70 1652000: cap 2: stopping thread 4 (thread yielding)
73 1663000: cap 0: stopping thread 5 (thread yielding)
74 1663000: cap 1: stopping thread 6 (thread yielding)
87 1975000: cap 1: stopping thread 6 (thread yielding)
89 1975000: cap 2: stopping thread 4 (thread yielding)
93 1977000: cap 0: stopping thread 5 (thread yielding)
105 2066000: cap 0: stopping thread 5 (thread yielding)
[all …]
H A Dqueens-ghc-7.0.2.eventlog.reference35 572000: cap 3: stopping thread 1 (thread finished)
39 635000: cap 3: stopping thread 2 (thread yielding)
80 1658000: cap 3: stopping thread 3 (thread yielding)
98 1675000: cap 2: stopping thread 4 (thread yielding)
101 1681000: cap 0: stopping thread 5 (thread yielding)
104 1681000: cap 1: stopping thread 6 (thread yielding)
115 1951000: cap 0: stopping thread 5 (thread yielding)
118 1951000: cap 1: stopping thread 6 (thread yielding)
121 1951000: cap 2: stopping thread 4 (thread yielding)
154 2017000: cap 0: stopping thread 5 (thread yielding)
[all …]
/dports/devel/directfb/DirectFB-1.4.17/lib/direct/
H A Dthread.c197 thread->thread = (pthread_t) -1; in direct_thread_create()
278 pthread_create( &thread->thread, &attr, direct_thread_main, thread ); in direct_thread_create()
408 D_ASSERT( thread->thread != -1 ); in direct_thread_wait()
413 thread->main, thread->name, thread->tid, timeout_ms ); in direct_thread_wait()
428 D_ASSERT( thread->thread != -1 ); in direct_thread_notify()
447 D_ASSERT( thread->thread != -1 ); in direct_thread_lock()
460 D_ASSERT( thread->thread != -1 ); in direct_thread_unlock()
473 D_ASSERT( thread->thread != -1 ); in direct_thread_terminate()
489 D_ASSERT( thread->thread != -1 ); in direct_thread_cancel()
501 pthread_cancel( thread->thread ); in direct_thread_cancel()
[all …]
/dports/multimedia/v4l_compat/linux-5.13-rc2/tools/perf/util/
H A Dthread.c43 struct thread *thread = zalloc(sizeof(*thread)); in thread__new() local
81 void thread__delete(struct thread *thread) in thread__delete() argument
118 struct thread *thread__get(struct thread *thread) in thread__get() argument
120 if (thread) in thread__get()
125 void thread__put(struct thread *thread) in thread__put() argument
127 if (thread && refcount_dec_and_test(&thread->refcnt)) { in thread__put()
275 int thread__set_comm_from_proc(struct thread *thread) in thread__set_comm_from_proc() argument
302 const char *thread__comm_str(struct thread *thread) in thread__comm_str() argument
314 int thread__comm_len(struct thread *thread) in thread__comm_len() argument
425 struct thread *thread__main_thread(struct machine *machine, struct thread *thread) in thread__main_thread() argument
[all …]
H A Dthread.h32 struct thread { struct
70 void thread__delete(struct thread *thread);
72 struct thread *thread__get(struct thread *thread);
73 void thread__put(struct thread *thread);
81 #define thread__zput(thread) __thread__zput(&thread) argument
83 static inline void thread__exited(struct thread *thread) in thread__exited() argument
100 int thread__set_comm_from_proc(struct thread *thread);
102 int thread__comm_len(struct thread *thread);
103 struct comm *thread__comm(const struct thread *thread);
105 const char *thread__comm_str(struct thread *thread);
[all …]
/dports/multimedia/libv4l/linux-5.13-rc2/tools/perf/util/
H A Dthread.c43 struct thread *thread = zalloc(sizeof(*thread)); in thread__new() local
81 void thread__delete(struct thread *thread) in thread__delete() argument
118 struct thread *thread__get(struct thread *thread) in thread__get() argument
120 if (thread) in thread__get()
125 void thread__put(struct thread *thread) in thread__put() argument
127 if (thread && refcount_dec_and_test(&thread->refcnt)) { in thread__put()
275 int thread__set_comm_from_proc(struct thread *thread) in thread__set_comm_from_proc() argument
302 const char *thread__comm_str(struct thread *thread) in thread__comm_str() argument
314 int thread__comm_len(struct thread *thread) in thread__comm_len() argument
425 struct thread *thread__main_thread(struct machine *machine, struct thread *thread) in thread__main_thread() argument
[all …]
H A Dthread.h32 struct thread { struct
70 void thread__delete(struct thread *thread);
72 struct thread *thread__get(struct thread *thread);
73 void thread__put(struct thread *thread);
81 #define thread__zput(thread) __thread__zput(&thread) argument
83 static inline void thread__exited(struct thread *thread) in thread__exited() argument
100 int thread__set_comm_from_proc(struct thread *thread);
102 int thread__comm_len(struct thread *thread);
103 struct comm *thread__comm(const struct thread *thread);
105 const char *thread__comm_str(struct thread *thread);
[all …]
/dports/multimedia/v4l-utils/linux-5.13-rc2/tools/perf/util/
H A Dthread.c43 struct thread *thread = zalloc(sizeof(*thread)); in thread__new() local
81 void thread__delete(struct thread *thread) in thread__delete() argument
118 struct thread *thread__get(struct thread *thread) in thread__get() argument
120 if (thread) in thread__get()
125 void thread__put(struct thread *thread) in thread__put() argument
127 if (thread && refcount_dec_and_test(&thread->refcnt)) { in thread__put()
275 int thread__set_comm_from_proc(struct thread *thread) in thread__set_comm_from_proc() argument
302 const char *thread__comm_str(struct thread *thread) in thread__comm_str() argument
314 int thread__comm_len(struct thread *thread) in thread__comm_len() argument
425 struct thread *thread__main_thread(struct machine *machine, struct thread *thread) in thread__main_thread() argument
[all …]
H A Dthread.h32 struct thread { struct
70 void thread__delete(struct thread *thread);
72 struct thread *thread__get(struct thread *thread);
73 void thread__put(struct thread *thread);
81 #define thread__zput(thread) __thread__zput(&thread) argument
83 static inline void thread__exited(struct thread *thread) in thread__exited() argument
100 int thread__set_comm_from_proc(struct thread *thread);
102 int thread__comm_len(struct thread *thread);
103 struct comm *thread__comm(const struct thread *thread);
105 const char *thread__comm_str(struct thread *thread);
[all …]
/dports/databases/couchdb3/apache-couchdb-3.2.1/src/folsom/test/
H A Dcpu_topo_data6 {core,[{thread,{logical,3}},{thread,{logical,11}}]},
7 {core,[{thread,{logical,5}},{thread,{logical,13}}]},
19 {core,[{thread,{logical,1}},{thread,{logical,5}}]},
20 {core,[{thread,{logical,2}},{thread,{logical,6}}]},
21 {core,[{thread,{logical,3}},{thread,{logical,7}}]}]}],
34 {core,[{thread,{logical,1}},{thread,{logical,7}}]},
35 {core,[{thread,{logical,2}},{thread,{logical,8}}]},
36 {core,[{thread,{logical,3}},{thread,{logical,9}}]},
37 {core,[{thread,{logical,4}},{thread,{logical,10}}]},
48 {core,[{thread,{logical,1}},{thread,{logical,5}}]},
[all …]
/dports/devel/erlang-folsom/folsom-0.8.3/test/
H A Dcpu_topo_data6 {core,[{thread,{logical,3}},{thread,{logical,11}}]},
7 {core,[{thread,{logical,5}},{thread,{logical,13}}]},
19 {core,[{thread,{logical,1}},{thread,{logical,5}}]},
20 {core,[{thread,{logical,2}},{thread,{logical,6}}]},
21 {core,[{thread,{logical,3}},{thread,{logical,7}}]}]}],
34 {core,[{thread,{logical,1}},{thread,{logical,7}}]},
35 {core,[{thread,{logical,2}},{thread,{logical,8}}]},
36 {core,[{thread,{logical,3}},{thread,{logical,9}}]},
37 {core,[{thread,{logical,4}},{thread,{logical,10}}]},
48 {core,[{thread,{logical,1}},{thread,{logical,5}}]},
[all …]
/dports/www/firefox-esr/firefox-91.8.0/nsprpub/pr/src/threads/combined/
H A Dpruthr.c208 _PR_ADD_JOINQ(thread, thread->cpu); in _PR_NotifyJoinWaiters()
241 PR_ASSERT(thread->dumpArg == 0 && thread->dump == 0); in _PR_InitializeRecycledThread()
247 thread->errorCode = thread->osErrorCode = 0; in _PR_InitializeRecycledThread()
248 thread->io_pending = thread->io_suspended = PR_FALSE; in _PR_InitializeRecycledThread()
399 (*thread->startFunc)(thread->arg); in _PR_NativeRunThread()
492 (*thread->startFunc)(thread->arg); in _PR_UserRunThread()
642 _PR_ADD_SUSPENDQ(thread, thread->cpu); in _PR_Suspend()
701 _PR_ADD_RUNQ(thread, thread->cpu, pri); in _PR_Resume()
951 ("switching to %d[%p]", thread->id, thread)); in _PR_Schedule()
1041 thread->stack->thr = thread; in _PR_NativeCreateThread()
[all …]
/dports/www/firefox/firefox-99.0/nsprpub/pr/src/threads/combined/
H A Dpruthr.c208 _PR_ADD_JOINQ(thread, thread->cpu); in _PR_NotifyJoinWaiters()
241 PR_ASSERT(thread->dumpArg == 0 && thread->dump == 0); in _PR_InitializeRecycledThread()
247 thread->errorCode = thread->osErrorCode = 0; in _PR_InitializeRecycledThread()
248 thread->io_pending = thread->io_suspended = PR_FALSE; in _PR_InitializeRecycledThread()
399 (*thread->startFunc)(thread->arg); in _PR_NativeRunThread()
492 (*thread->startFunc)(thread->arg); in _PR_UserRunThread()
642 _PR_ADD_SUSPENDQ(thread, thread->cpu); in _PR_Suspend()
701 _PR_ADD_RUNQ(thread, thread->cpu, pri); in _PR_Resume()
951 ("switching to %d[%p]", thread->id, thread)); in _PR_Schedule()
1041 thread->stack->thr = thread; in _PR_NativeCreateThread()
[all …]
/dports/lang/spidermonkey60/firefox-60.9.0/nsprpub/pr/src/threads/combined/
H A Dpruthr.c206 _PR_ADD_JOINQ(thread, thread->cpu); in _PR_NotifyJoinWaiters()
239 PR_ASSERT(thread->dumpArg == 0 && thread->dump == 0); in _PR_InitializeRecycledThread()
245 thread->errorCode = thread->osErrorCode = 0; in _PR_InitializeRecycledThread()
246 thread->io_pending = thread->io_suspended = PR_FALSE; in _PR_InitializeRecycledThread()
397 (*thread->startFunc)(thread->arg); in _PR_NativeRunThread()
487 (*thread->startFunc)(thread->arg); in _PR_UserRunThread()
632 _PR_ADD_SUSPENDQ(thread, thread->cpu); in _PR_Suspend()
689 _PR_ADD_RUNQ(thread, thread->cpu, pri); in _PR_Resume()
938 ("switching to %d[%p]", thread->id, thread)); in _PR_Schedule()
1027 thread->stack->thr = thread; in _PR_NativeCreateThread()
[all …]
/dports/www/firefox-legacy/firefox-52.8.0esr/nsprpub/pr/src/threads/combined/
H A Dpruthr.c206 _PR_ADD_JOINQ(thread, thread->cpu); in _PR_NotifyJoinWaiters()
239 PR_ASSERT(thread->dumpArg == 0 && thread->dump == 0); in _PR_InitializeRecycledThread()
245 thread->errorCode = thread->osErrorCode = 0; in _PR_InitializeRecycledThread()
246 thread->io_pending = thread->io_suspended = PR_FALSE; in _PR_InitializeRecycledThread()
397 (*thread->startFunc)(thread->arg); in _PR_NativeRunThread()
487 (*thread->startFunc)(thread->arg); in _PR_UserRunThread()
632 _PR_ADD_SUSPENDQ(thread, thread->cpu); in _PR_Suspend()
689 _PR_ADD_RUNQ(thread, thread->cpu, pri); in _PR_Resume()
938 ("switching to %d[%p]", thread->id, thread)); in _PR_Schedule()
1027 thread->stack->thr = thread; in _PR_NativeCreateThread()
[all …]
/dports/devel/nspr/nspr-4.33/nspr/pr/src/threads/combined/
H A Dpruthr.c208 _PR_ADD_JOINQ(thread, thread->cpu); in _PR_NotifyJoinWaiters()
241 PR_ASSERT(thread->dumpArg == 0 && thread->dump == 0); in _PR_InitializeRecycledThread()
247 thread->errorCode = thread->osErrorCode = 0; in _PR_InitializeRecycledThread()
248 thread->io_pending = thread->io_suspended = PR_FALSE; in _PR_InitializeRecycledThread()
399 (*thread->startFunc)(thread->arg); in _PR_NativeRunThread()
492 (*thread->startFunc)(thread->arg); in _PR_UserRunThread()
642 _PR_ADD_SUSPENDQ(thread, thread->cpu); in _PR_Suspend()
701 _PR_ADD_RUNQ(thread, thread->cpu, pri); in _PR_Resume()
951 ("switching to %d[%p]", thread->id, thread)); in _PR_Schedule()
1041 thread->stack->thr = thread; in _PR_NativeCreateThread()
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/nsprpub/pr/src/threads/combined/
H A Dpruthr.c208 _PR_ADD_JOINQ(thread, thread->cpu); in _PR_NotifyJoinWaiters()
241 PR_ASSERT(thread->dumpArg == 0 && thread->dump == 0); in _PR_InitializeRecycledThread()
247 thread->errorCode = thread->osErrorCode = 0; in _PR_InitializeRecycledThread()
248 thread->io_pending = thread->io_suspended = PR_FALSE; in _PR_InitializeRecycledThread()
399 (*thread->startFunc)(thread->arg); in _PR_NativeRunThread()
492 (*thread->startFunc)(thread->arg); in _PR_UserRunThread()
642 _PR_ADD_SUSPENDQ(thread, thread->cpu); in _PR_Suspend()
701 _PR_ADD_RUNQ(thread, thread->cpu, pri); in _PR_Resume()
951 ("switching to %d[%p]", thread->id, thread)); in _PR_Schedule()
1041 thread->stack->thr = thread; in _PR_NativeCreateThread()
[all …]
/dports/lang/spidermonkey78/firefox-78.9.0/nsprpub/pr/src/threads/combined/
H A Dpruthr.c208 _PR_ADD_JOINQ(thread, thread->cpu); in _PR_NotifyJoinWaiters()
241 PR_ASSERT(thread->dumpArg == 0 && thread->dump == 0); in _PR_InitializeRecycledThread()
247 thread->errorCode = thread->osErrorCode = 0; in _PR_InitializeRecycledThread()
248 thread->io_pending = thread->io_suspended = PR_FALSE; in _PR_InitializeRecycledThread()
399 (*thread->startFunc)(thread->arg); in _PR_NativeRunThread()
492 (*thread->startFunc)(thread->arg); in _PR_UserRunThread()
642 _PR_ADD_SUSPENDQ(thread, thread->cpu); in _PR_Suspend()
701 _PR_ADD_RUNQ(thread, thread->cpu, pri); in _PR_Resume()
951 ("switching to %d[%p]", thread->id, thread)); in _PR_Schedule()
1041 thread->stack->thr = thread; in _PR_NativeCreateThread()
[all …]
/dports/lang/tcl86/tcl8.6.12/pkgs/thread2.8.7/tests/
H A Dthread.test45thread::attach ::thread::broadcast ::thread::cond ::thread::configure ::thread::create ::thread::d…
47 test thread-3.0 {thread::names initial thread list} {
51 test thread-4.0 {thread::create: create server thread} {
60 test thread-4.1 {thread::create: create one shot thread} {
76 test thread-4.2 {thread::create - create preservable thread} {
85 test thread-4.3 {thread::create - release a thread} {
95 test thread-4.4 {thread::create - create joinable thread} {
103 test thread-4.5 {thread::create - join detached thread} {
214 test thread-11.2 {thread::send - bad thread id} {
363 thread::eval {thread::eval {thread::eval {set x 5}}}
[all …]
/dports/devel/tclthread/thread2.8.7/tests/
H A Dthread.test45thread::attach ::thread::broadcast ::thread::cond ::thread::configure ::thread::create ::thread::d…
47 test thread-3.0 {thread::names initial thread list} {
51 test thread-4.0 {thread::create: create server thread} {
60 test thread-4.1 {thread::create: create one shot thread} {
76 test thread-4.2 {thread::create - create preservable thread} {
85 test thread-4.3 {thread::create - release a thread} {
95 test thread-4.4 {thread::create - create joinable thread} {
103 test thread-4.5 {thread::create - join detached thread} {
214 test thread-11.2 {thread::send - bad thread id} {
363 thread::eval {thread::eval {thread::eval {set x 5}}}
[all …]
/dports/devel/radare2/radare2-5.1.1/libr/debug/p/native/xnu/
H A Dxnu_threads.c12 if (!thread) { in xnu_thread_free()
22 free (thread); in xnu_thread_free()
35 thread->state = &thread->drx.uds; in xnu_thread_get_drx()
36 rc = thread_get_state (thread->port, thread->flavor, in xnu_thread_get_drx()
37 (thread_state_t)&thread->drx, &thread->count); in xnu_thread_get_drx()
42 rc = thread_get_state (thread->port, thread->flavor, in xnu_thread_get_drx()
48 rc = thread_get_state (thread->port, thread->flavor, in xnu_thread_get_drx()
55 rc = thread_get_state (thread->port, thread->flavor, in xnu_thread_get_drx()
87 rc = thread_set_state (thread->port, thread->flavor, in xnu_thread_set_drx()
93 rc = thread_set_state (thread->port, thread->flavor, in xnu_thread_set_drx()
[all …]
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.debug/org.eclipse.jdt.debug.tests/tests/org/eclipse/jdt/debug/tests/eval/
H A DGenericsEvalTests.java47 IJavaThread thread = null; in testEvalGenerics1() local
54 doEval(thread, snippet); in testEvalGenerics1()
69 IJavaThread thread = null; in testEvalGenerics2() local
76 doEval(thread, snippet); in testEvalGenerics2()
91 IJavaThread thread = null; in testEvalGenerics3() local
98 doEval(thread, snippet); in testEvalGenerics3()
107 IJavaThread thread = null; in testEvalGenerics4() local
114 doEval(thread, snippet); in testEvalGenerics4()
130 doEval(thread, snippet); in testEvalGenerics5()
146 doEval(thread, snippet); in testEvalGenerics6()
[all …]
/dports/net-mgmt/pmacct/pmacct-1.7.5/src/isis/
H A Dthread.c276 struct thread *thread) in thread_list_add_before() argument
417 struct thread *thread; in thread_get() local
446 struct thread *thread; in funcname_thread_add_read() local
469 struct thread *thread; in funcname_thread_add_write() local
495 struct thread *thread; in funcname_thread_add_timer_timeval() local
593 struct thread *thread; in funcname_thread_add_event() local
648 struct thread *thread; in thread_cancel_event() local
694 struct thread *thread; in thread_process_fd() local
700 for (thread = list->head; thread; thread = next) in thread_process_fd()
724 for (thread = list->head; thread; thread = thread->next) in thread_timer_process()
[all …]

12345678910>>...552