Home
last modified time | relevance | path

Searched defs:tso (Results 1 – 25 of 391) sorted by relevance

12345678910>>...16

/dports/lang/ghc/ghc-8.10.7/rts/
H A DThreads.c60 StgTSO *tso; in createThread() local
165 rts_getThreadId(StgPtr tso) in rts_getThreadId()
174 void rts_enableThreadAllocationLimit(StgPtr tso) in rts_enableThreadAllocationLimit()
179 void rts_disableThreadAllocationLimit(StgPtr tso) in rts_disableThreadAllocationLimit()
254 tryWakeupThread (Capability *cap, StgTSO *tso) in tryWakeupThread()
342 migrateThread (Capability *from, StgTSO *tso, Capability *to) in migrateThread()
391 checkBlockingQueues (Capability *cap, StgTSO *tso) in checkBlockingQueues()
525 threadStackOverflow (Capability *cap, StgTSO *tso) in threadStackOverflow()
709 threadStackUnderflow (Capability *cap, StgTSO *tso) in threadStackUnderflow()
768 StgTSO *tso; in performTryPutMVar() local
[all …]
H A DRaiseAsync.c55 throwToSingleThreaded__ (Capability *cap, StgTSO *tso, StgClosure *exception, in throwToSingleThreaded__()
70 throwToSingleThreaded (Capability *cap, StgTSO *tso, StgClosure *exception) in throwToSingleThreaded()
76 throwToSingleThreaded_ (Capability *cap, StgTSO *tso, StgClosure *exception, in throwToSingleThreaded_()
83 suspendComputation (Capability *cap, StgTSO *tso, StgUpdateFrame *stop_here) in suspendComputation()
130 throwToSelf (Capability *cap, StgTSO *tso, StgClosure *exception) in throwToSelf()
542 maybePerformBlockedException (Capability *cap, StgTSO *tso) in maybePerformBlockedException()
591 awakenBlockedExceptionQueue (Capability *cap, StgTSO *tso) in awakenBlockedExceptionQueue()
622 removeFromMVarBlockedQueue (StgTSO *tso) in removeFromMVarBlockedQueue()
664 removeFromQueues(Capability *cap, StgTSO *tso) in removeFromQueues()
771 raiseAsync(Capability *cap, StgTSO *tso, StgClosure *exception, in raiseAsync()
H A DSchedule.h139 appendToRunQueue (Capability *cap, StgTSO *tso) in appendToRunQueue()
160 pushOnRunQueue (Capability *cap, StgTSO *tso) in pushOnRunQueue()
209 appendToBlockedQueue(StgTSO *tso) in appendToBlockedQueue()
H A DSchedule.c574 removeFromRunQueue (Capability *cap, StgTSO *tso) in removeFromRunQueue()
595 promoteInRunQueue (Capability *cap, StgTSO *tso) in promoteInRunQueue()
1568 StgTSO *tso; in scheduleDoGC() local
2428 StgTSO *tso; in suspendThread() local
2484 StgTSO *tso; in resumeThread() local
2559 scheduleThread(Capability *cap, StgTSO *tso) in scheduleThread()
2866 deleteThread (StgTSO *tso) in deleteThread()
2881 deleteThread_(StgTSO *tso) in deleteThread_()
3016 findRetryFrameHelper (Capability *cap, StgTSO *tso) in findRetryFrameHelper()
3075 findAtomicallyFrameHelper (Capability *cap, StgTSO *tso) in findAtomicallyFrameHelper()
[all …]
H A DThreadPaused.c34 updateAdjacentFrames (Capability *cap, StgTSO *tso, StgUpdateFrame *upd, in updateAdjacentFrames()
81 stackSqueeze(Capability *cap, StgTSO *tso, StgPtr bottom) in stackSqueeze()
193 threadPaused(Capability *cap, StgTSO *tso) in threadPaused()
H A DRtsAPI.c381 INLINE_HEADER void pushClosure (StgTSO *tso, StgWord c) { in pushClosure()
432 StgTSO *tso; in rts_eval() local
443 StgTSO *tso; in rts_eval_() local
457 StgTSO* tso; in rts_evalIO() local
473 StgTSO* tso; in rts_evalStableIOMain() local
502 StgTSO* tso; in rts_evalStableIO() local
527 StgTSO *tso; in rts_evalLazyIO() local
538 StgTSO *tso; in rts_evalLazyIO_() local
/dports/multimedia/libv4l/linux-5.13-rc2/net/core/
H A Dtso.c16 void tso_build_hdr(const struct sk_buff *skb, char *hdr, struct tso_t *tso, in tso_build_hdr()
54 void tso_build_data(const struct sk_buff *skb, struct tso_t *tso, int size) in tso_build_data()
72 int tso_start(struct sk_buff *skb, struct tso_t *tso) in tso_start()
/dports/multimedia/v4l_compat/linux-5.13-rc2/net/core/
H A Dtso.c16 void tso_build_hdr(const struct sk_buff *skb, char *hdr, struct tso_t *tso, in tso_build_hdr()
54 void tso_build_data(const struct sk_buff *skb, struct tso_t *tso, int size) in tso_build_data()
72 int tso_start(struct sk_buff *skb, struct tso_t *tso) in tso_start()
/dports/multimedia/v4l-utils/linux-5.13-rc2/net/core/
H A Dtso.c16 void tso_build_hdr(const struct sk_buff *skb, char *hdr, struct tso_t *tso, in tso_build_hdr()
54 void tso_build_data(const struct sk_buff *skb, struct tso_t *tso, int size) in tso_build_data()
72 int tso_start(struct sk_buff *skb, struct tso_t *tso) in tso_start()
/dports/devel/onetbb/oneTBB-2021.4.0/src/tbb/
H A Dobserver_proxy.cpp35 observer_proxy::observer_proxy( d1::task_scheduler_observer& tso ) in observer_proxy()
150 d1::task_scheduler_observer* tso = nullptr; in do_notify_entry_observers() local
211 d1::task_scheduler_observer* tso = nullptr; in do_notify_exit_observers() local
261 void __TBB_EXPORTED_FUNC observe(d1::task_scheduler_observer &tso, bool enable) { in observe()
/dports/math/deal.ii/dealii-803d21ff957e349b3799cd3ef2c840bc78734305/bundled/tbb-2018_U2/src/tbb/
H A Dobserver_proxy.cpp63 observer_proxy::observer_proxy( task_scheduler_observer_v3& tso ) in observer_proxy()
192 task_scheduler_observer_v3* tso=NULL; in do_notify_entry_observers() local
251 task_scheduler_observer_v3* tso=NULL; in do_notify_exit_observers() local
306 task_scheduler_observer* tso = NULL; in ask_permission_to_leave() local
/dports/devel/concurrentqueue/concurrentqueue-1.0.3-15-g0753496/benchmarks/tbb/
H A Dobserver_proxy.cpp62 observer_proxy::observer_proxy( task_scheduler_observer_v3& tso ) in observer_proxy()
187 task_scheduler_observer_v3* tso=NULL; in do_notify_entry_observers() local
246 task_scheduler_observer_v3* tso=NULL; in do_notify_exit_observers() local
301 task_scheduler_observer* tso = NULL; in ask_permission_to_leave() local
/dports/math/stanmath/math-4.2.0/lib/tbb_2020.3/src/tbb/
H A Dobserver_proxy.cpp59 observer_proxy::observer_proxy( task_scheduler_observer_v3& tso ) in observer_proxy()
188 task_scheduler_observer_v3* tso=NULL; in do_notify_entry_observers() local
247 task_scheduler_observer_v3* tso=NULL; in do_notify_exit_observers() local
/dports/devel/tbb/oneTBB-2020.3/src/tbb/
H A Dobserver_proxy.cpp59 observer_proxy::observer_proxy( task_scheduler_observer_v3& tso ) in observer_proxy()
188 task_scheduler_observer_v3* tso=NULL; in do_notify_entry_observers() local
247 task_scheduler_observer_v3* tso=NULL; in do_notify_exit_observers() local
/dports/devel/taskflow/taskflow-3.2.0/3rd-party/tbb/src/tbb/
H A Dobserver_proxy.cpp59 observer_proxy::observer_proxy( task_scheduler_observer_v3& tso ) in observer_proxy()
188 task_scheduler_observer_v3* tso=NULL; in do_notify_entry_observers() local
247 task_scheduler_observer_v3* tso=NULL; in do_notify_exit_observers() local
/dports/games/stonesoup/crawl-0.27.1/crawl-ref/source/
H A Dcleansing-flame-source-type.h9 tso = -4, // TSO effect enumerator
/dports/lang/ghc/ghc-8.10.7/compiler/GHC/StgToCmm/
H A DForeign.hs298 -- tso = CurrentTSO; function
300 -- tso->stackobj->sp = Sp; function
356 tso = CurrentTSO; function
407 -- tso = CurrentTSO; function
444 tso = CurrentTSO; function
/dports/lang/ghc/ghc-8.10.7/rts/posix/
H A DSelect.c98 StgTSO *tso; in wakeUpSleepingThreads() local
222 StgTSO *tso, *prev, *next; in awaitEvent() local
/dports/astro/gpstk/GPSTk-8.0.0/core/tests/Math/
H A DStats_TwoSampleStats_T.cpp56 gpstk::TwoSampleStats<T> tso; in statsTest() local
/dports/math/singular/Singular-Release-4-2-1/kernel/GBEngine/
H A Dsyz2.cc68 SObject tso; in syCreateNewPairs_Hilb() local
289 SObject tso; in syHalfPair() local
337 SObject tso; in syLinStrat2() local
504 SObject tso; in syRedNextPairs_Hilb() local
/dports/multimedia/libv4l/linux-5.13-rc2/scripts/gcc-plugins/
H A Darm_ssp_per_task_plugin.c75 int tso = 0; in plugin_init() local
/dports/multimedia/v4l_compat/linux-5.13-rc2/scripts/gcc-plugins/
H A Darm_ssp_per_task_plugin.c75 int tso = 0; in plugin_init() local
/dports/multimedia/v4l-utils/linux-5.13-rc2/scripts/gcc-plugins/
H A Darm_ssp_per_task_plugin.c75 int tso = 0; in plugin_init() local
/dports/lang/ghc/ghc-8.8.4-boot/includes/rts/storage/
H A DTSO.h27 #define tsoLocked(tso) ((tso)->flags & TSO_LOCKED) argument
198 INLINE_HEADER StgPtr tso_SpLim (StgTSO* tso) in tso_SpLim()
/dports/lang/ghc/ghc-8.10.7/includes/rts/storage/
H A DTSO.h27 #define tsoLocked(tso) ((tso)->flags & TSO_LOCKED) argument
254 INLINE_HEADER StgPtr tso_SpLim (StgTSO* tso) in tso_SpLim()

12345678910>>...16