Home
last modified time | relevance | path

Searched defs:thread (Results 1 – 25 of 49) sorted by relevance

12

/f-stack/app/micro_thread/
H A Dmicro_thread.cpp348 MicroThread* thread = (MicroThread*)pthread; in ScheduleUnpend() local
389 MicroThread *thread = NULL; in InitialPool() local
418 MicroThread* thread = NULL; in DestroyPool() local
435 MicroThread* thread = NULL; in AllocThread() local
693 MicroThread *thread = _curr_thread; in GetRootThread() local
713 MicroThread* thread = NULL; in ThreadSchdule() local
852 void MtFrame::InsertPend(MicroThread* thread) in InsertPend()
860 void MtFrame::RemovePend(MicroThread* thread) in RemovePend()
869 MicroThread* thread = GetActiveThread(); in WaitNotify() local
900 MicroThread* thread = GetActiveThread(); in SwapDaemonThread() local
[all …]
H A Dmt_notify.cpp61 MicroThread* thread = NULL; in NotifyWriteWait() local
198 MicroThread* thread = session->GetOwnerThread(); in InputNotify() local
H A Dkqueue_proxy.cpp451 MicroThread* thread = this->GetOwnerThread(); in InputNotify() local
471 MicroThread* thread = this->GetOwnerThread(); in OutputNotify() local
H A Dmt_session.h60 void SetOwnerThread(MicroThread* thread) { in SetOwnerThread()
H A Dmt_action.cpp122 MicroThread* thread = mtframe->GetActiveThread(); in InitConnEnv() local
/f-stack/freebsd/sys/
H A Dproc.h229 struct thread { struct
232 TAILQ_ENTRY(thread) td_plist; /* (*) All threads in this proc. */ argument
251 u_char td_allocdomain; /* (b) NUMA domain backing this struct thread. */ argument
257 int td_pflags; /* (k) Private thread (TDP_*) flags. */ argument
270 struct turnstile *td_blocked; /* (t) Lock thread is blocked on. */ argument
279 int td_slptick; /* (t) Time at sleep. */
318 /* Copied during fork1() or create_thread(). */ argument
339 * Fields that must be manually set in fork1() or create_thread() argument
349 } td_state; /* (t) thread state */ argument
362 struct mdthread td_md; /* (k) Any machine-dependent fields. */ argument
[all …]
/f-stack/freebsd/contrib/zstd/lib/common/
H A Dthreading.c40 ZSTD_pthread_t* const thread = (ZSTD_pthread_t*) arg; in worker() local
45 int ZSTD_pthread_create(ZSTD_pthread_t* thread, const void* unused, in ZSTD_pthread_create()
59 int ZSTD_pthread_join(ZSTD_pthread_t thread, void **value_ptr) in ZSTD_pthread_join()
/f-stack/freebsd/contrib/ck/src/
H A Dck_hp.c221 ck_hp_reclaim(struct ck_hp_record *thread) in ck_hp_reclaim()
271 ck_hp_retire(struct ck_hp_record *thread, in ck_hp_retire()
289 ck_hp_free(struct ck_hp_record *thread, in ck_hp_free()
312 ck_hp_purge(struct ck_hp_record *thread) in ck_hp_purge()
/f-stack/freebsd/contrib/ck/include/spinlock/
H A Dclh.h69 ck_spinlock_clh_lock(struct ck_spinlock_clh **queue, struct ck_spinlock_clh *thread) in ck_spinlock_clh_lock()
94 ck_spinlock_clh_unlock(struct ck_spinlock_clh **thread) in ck_spinlock_clh_unlock()
H A Dhclh.h76 struct ck_spinlock_hclh *thread) in ck_spinlock_hclh_lock()
123 ck_spinlock_hclh_unlock(struct ck_spinlock_hclh **thread) in ck_spinlock_hclh_unlock()
/f-stack/dpdk/examples/pipeline/
H A Dthread.c36 struct thread { struct
43 static struct thread thread[RTE_MAX_LCORE]; argument
/f-stack/dpdk/lib/librte_eal/windows/include/
H A Dpthread.h43 #define pthread_cancel(thread) TerminateThread((HANDLE) thread, 0) argument
147 pthread_join(__rte_unused pthread_t thread, in pthread_join()
/f-stack/dpdk/lib/librte_pipeline/
H A Drte_swx_pipeline.c614 struct thread { struct
616 struct rte_swx_pkt pkt;
617 uint8_t *ptr;
620 uint8_t **structs;
625 uint8_t *header_storage;
627 uint64_t valid_headers;
628 uint32_t n_headers_out;
652 #define HEADER_VALID(thread, header_id) \ argument
785 #define MOV(thread, ip) \ argument
803 #define MOV_S(thread, ip) \ argument
[all …]
/f-stack/app/redis-5.0.5/deps/jemalloc/src/
H A Dbackground_thread.c46 pthread_create_wrapper(pthread_t *__restrict thread, const pthread_attr_t *attr, in pthread_create_wrapper()
H A Dmutex.c32 pthread_create(pthread_t *__restrict thread, in pthread_create()
/f-stack/dpdk/app/test/
H A Dprocess.h50 pthread_t thread; in process_dup() local
/f-stack/dpdk/lib/librte_eal/windows/
H A Deal_thread.c127 eal_thread_create(pthread_t *thread) in eal_thread_create()
/f-stack/freebsd/kern/
H A Dkern_kcov.c126 struct thread *thread; /* (l) */ member
275 struct thread *thread; in kcov_mmap_cleanup() local
/f-stack/app/redis-5.0.5/deps/jemalloc/include/jemalloc/internal/
H A Dbackground_thread_structs.h23 pthread_t thread; member
H A Dtsd_generic.h9 pthread_t thread; member
/f-stack/freebsd/arm64/arm64/
H A Ddebug_monitor.c508 dbg_monitor_enter(struct thread *thread) in dbg_monitor_enter()
534 dbg_monitor_exit(struct thread *thread, struct trapframe *frame) in dbg_monitor_exit()
/f-stack/app/redis-5.0.5/src/
H A Dbio.c98 pthread_t thread; in bioInit() local
/f-stack/freebsd/ddb/
H A Ddb_ps.c346 DB_SHOW_COMMAND(thread, db_show_thread) in DB_SHOW_COMMAND() argument
/f-stack/dpdk/lib/librte_eal/common/
H A Deal_common_thread.c197 rte_ctrl_thread_create(pthread_t *thread, const char *name, in rte_ctrl_thread_create()
/f-stack/dpdk/drivers/net/ice/
H A Dice_dcf_parent.c137 pthread_t thread; in ice_dcf_handle_pf_event_msg() local

12