| /f-stack/app/micro_thread/ |
| H A D | micro_thread.cpp | 348 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 D | mt_notify.cpp | 61 MicroThread* thread = NULL; in NotifyWriteWait() local 198 MicroThread* thread = session->GetOwnerThread(); in InputNotify() local
|
| H A D | kqueue_proxy.cpp | 451 MicroThread* thread = this->GetOwnerThread(); in InputNotify() local 471 MicroThread* thread = this->GetOwnerThread(); in OutputNotify() local
|
| H A D | mt_session.h | 60 void SetOwnerThread(MicroThread* thread) { in SetOwnerThread()
|
| H A D | mt_action.cpp | 122 MicroThread* thread = mtframe->GetActiveThread(); in InitConnEnv() local
|
| /f-stack/freebsd/sys/ |
| H A D | proc.h | 229 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 D | threading.c | 40 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 D | ck_hp.c | 221 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 D | clh.h | 69 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 D | hclh.h | 76 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 D | thread.c | 36 struct thread { struct 43 static struct thread thread[RTE_MAX_LCORE]; argument
|
| /f-stack/dpdk/lib/librte_eal/windows/include/ |
| H A D | pthread.h | 43 #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 D | rte_swx_pipeline.c | 614 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 D | background_thread.c | 46 pthread_create_wrapper(pthread_t *__restrict thread, const pthread_attr_t *attr, in pthread_create_wrapper()
|
| H A D | mutex.c | 32 pthread_create(pthread_t *__restrict thread, in pthread_create()
|
| /f-stack/dpdk/app/test/ |
| H A D | process.h | 50 pthread_t thread; in process_dup() local
|
| /f-stack/dpdk/lib/librte_eal/windows/ |
| H A D | eal_thread.c | 127 eal_thread_create(pthread_t *thread) in eal_thread_create()
|
| /f-stack/freebsd/kern/ |
| H A D | kern_kcov.c | 126 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 D | background_thread_structs.h | 23 pthread_t thread; member
|
| H A D | tsd_generic.h | 9 pthread_t thread; member
|
| /f-stack/freebsd/arm64/arm64/ |
| H A D | debug_monitor.c | 508 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 D | bio.c | 98 pthread_t thread; in bioInit() local
|
| /f-stack/freebsd/ddb/ |
| H A D | db_ps.c | 346 DB_SHOW_COMMAND(thread, db_show_thread) in DB_SHOW_COMMAND() argument
|
| /f-stack/dpdk/lib/librte_eal/common/ |
| H A D | eal_common_thread.c | 197 rte_ctrl_thread_create(pthread_t *thread, const char *name, in rte_ctrl_thread_create()
|
| /f-stack/dpdk/drivers/net/ice/ |
| H A D | ice_dcf_parent.c | 137 pthread_t thread; in ice_dcf_handle_pf_event_msg() local
|