Home
last modified time | relevance | path

Searched refs:pthread_t (Results 1 – 25 of 74) sorted by relevance

123

/f-stack/dpdk/examples/performance-thread/pthread_shim/
H A Dpthread_shim.c71 (pthread_t);
73 (pthread_t, pthread_t);
79 (pthread_t, clockid_t *);
81 (pthread_t, void **);
118 pthread_t (*f_pthread_self)
133 (pthread_t);
397 int pthread_detach(pthread_t tid) in pthread_detach()
411 int pthread_equal(pthread_t a, pthread_t b) in pthread_equal()
582 pthread_t pthread_self(void) in pthread_self()
585 return (pthread_t) lthread_current(); in pthread_self()
[all …]
/f-stack/dpdk/lib/librte_eal/windows/include/
H A Dpthread.h26 typedef uintptr_t pthread_t; typedef
47 ((pthread_t)GetCurrentThreadId())
51 pthread_equal(pthread_t t1, pthread_t t2) in pthread_equal()
57 pthread_setaffinity_np(pthread_t threadid, size_t cpuset_size, in pthread_setaffinity_np()
87 pthread_getaffinity_np(pthread_t threadid, size_t cpuset_size, in pthread_getaffinity_np()
147 pthread_join(__rte_unused pthread_t thread, in pthread_join()
/f-stack/dpdk/lib/librte_eal/include/
H A Drte_lcore.h393 int rte_thread_setname(pthread_t id, const char *name);
410 int rte_thread_getname(pthread_t id, char *name, size_t len);
459 rte_ctrl_thread_create(pthread_t *thread, const char *name,
/f-stack/dpdk/lib/librte_eal/windows/
H A Deal_thread.c63 pthread_t thread_id; in eal_thread_loop()
127 eal_thread_create(pthread_t *thread) in eal_thread_create()
151 rte_thread_setname(__rte_unused pthread_t id, __rte_unused const char *name) in rte_thread_setname()
H A Deal_windows.h46 int eal_thread_create(pthread_t *thread);
H A Deal_interrupts.c10 static pthread_t intr_thread;
/f-stack/dpdk/lib/librte_eal/freebsd/
H A Deal_thread.c76 pthread_t thread_id; in eal_thread_loop()
146 int rte_thread_setname(pthread_t id, const char *name) in rte_thread_setname()
153 int rte_thread_getname(pthread_t id, char *name, size_t len) in rte_thread_getname()
/f-stack/dpdk/lib/librte_eal/linux/
H A Deal_thread.c76 pthread_t thread_id; in eal_thread_loop()
151 int rte_thread_setname(pthread_t id, const char *name) in rte_thread_setname()
167 int rte_thread_getname(pthread_t id, char *name, size_t len) in rte_thread_getname()
/f-stack/freebsd/contrib/openzfs/tests/zfs-tests/cmd/mmapwrite/
H A Dmmapwrite.c138 pthread_t map_write_tid; in main()
139 pthread_t normal_write_tid[NORMAL_WRITE_TH_NUM]; in main()
/f-stack/app/redis-5.0.5/deps/jemalloc/test/include/test/
H A Dthd.h5 typedef pthread_t thd_t;
/f-stack/app/redis-5.0.5/src/modules/
H A Dhelloblock.c110 pthread_t tid; in HelloBlock_RedisCommand()
185 pthread_t tid; in HelloKeys_RedisCommand()
/f-stack/freebsd/contrib/zstd/lib/common/
H A Dthreading.h100 #define ZSTD_pthread_t pthread_t
125 #define ZSTD_pthread_t pthread_t
/f-stack/freebsd/contrib/zstd/examples/
H A Dstreaming_compression_thread_pool.c155 pthread_t *threads = malloc_orDie(argc * sizeof(pthread_t)); in main()
/f-stack/app/redis-5.0.5/deps/jemalloc/include/jemalloc/internal/
H A Dbackground_thread_structs.h23 pthread_t thread;
H A Dbackground_thread_externs.h27 extern int pthread_create_wrapper(pthread_t *__restrict, const pthread_attr_t *,
/f-stack/freebsd/sys/
H A D_pthreadtypes.h67 typedef struct pthread *pthread_t; typedef
/f-stack/app/redis-5.0.5/src/
H A Dbio.c64 static pthread_t bio_threads[BIO_NUM_OPS];
98 pthread_t thread; in bioInit()
/f-stack/freebsd/contrib/openzfs/lib/libtpool/
H A Dthread_pool_impl.h57 pthread_t tpa_tid; /* active thread id */
H A Dthread_pool.c106 pthread_t my_tid = pthread_self(); in job_cleanup()
231 pthread_t thread; in create_worker()
585 pthread_t my_tid = pthread_self(); in tpool_member()
/f-stack/freebsd/contrib/openzfs/lib/libzpool/
H A Dkernel.c82 pthread_t tid; in zk_thread_create()
196 memset(&mp->m_owner, 0, sizeof (pthread_t)); in mutex_init()
230 memset(&mp->m_owner, 0, sizeof (pthread_t)); in mutex_exit()
338 memset(&mp->m_owner, 0, sizeof (pthread_t)); in cv_wait()
371 memset(&mp->m_owner, 0, sizeof (pthread_t)); in cv_timedwait()
411 memset(&mp->m_owner, 0, sizeof (pthread_t)); in cv_timedwait_hires()
/f-stack/freebsd/contrib/openzfs/tests/zfs-tests/cmd/threadsappend/
H A Dthreadsappend.c89 pthread_t tid; in main()
/f-stack/freebsd/contrib/openzfs/include/sys/
H A Dzfs_context.h220 typedef pthread_t kthread_t;
235 #define thread_join(t) pthread_join((pthread_t)(t), NULL)
264 pthread_t m_owner;
285 pthread_t rw_owner;
/f-stack/freebsd/contrib/openzfs/tests/zfs-tests/cmd/rm_lnkcnt_zero_file/
H A Drm_lnkcnt_zero_file.c126 pthread_t tid; in main()
/f-stack/dpdk/lib/librte_telemetry/
H A Dtelemetry.c343 pthread_t th; in socket_listener()
426 pthread_t t_old; in telemetry_legacy_init()
454 pthread_t t_new; in telemetry_v2_init()
/f-stack/dpdk/app/test/
H A Dprocess.h50 pthread_t thread; in process_dup()

123