| /f-stack/dpdk/examples/performance-thread/pthread_shim/ |
| H A D | pthread_shim.c | 71 (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 D | pthread.h | 26 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 D | rte_lcore.h | 393 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 D | eal_thread.c | 63 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 D | eal_windows.h | 46 int eal_thread_create(pthread_t *thread);
|
| H A D | eal_interrupts.c | 10 static pthread_t intr_thread;
|
| /f-stack/dpdk/lib/librte_eal/freebsd/ |
| H A D | eal_thread.c | 76 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 D | eal_thread.c | 76 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 D | mmapwrite.c | 138 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 D | thd.h | 5 typedef pthread_t thd_t;
|
| /f-stack/app/redis-5.0.5/src/modules/ |
| H A D | helloblock.c | 110 pthread_t tid; in HelloBlock_RedisCommand() 185 pthread_t tid; in HelloKeys_RedisCommand()
|
| /f-stack/freebsd/contrib/zstd/lib/common/ |
| H A D | threading.h | 100 #define ZSTD_pthread_t pthread_t 125 #define ZSTD_pthread_t pthread_t
|
| /f-stack/freebsd/contrib/zstd/examples/ |
| H A D | streaming_compression_thread_pool.c | 155 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 D | background_thread_structs.h | 23 pthread_t thread;
|
| H A D | background_thread_externs.h | 27 extern int pthread_create_wrapper(pthread_t *__restrict, const pthread_attr_t *,
|
| /f-stack/freebsd/sys/ |
| H A D | _pthreadtypes.h | 67 typedef struct pthread *pthread_t; typedef
|
| /f-stack/app/redis-5.0.5/src/ |
| H A D | bio.c | 64 static pthread_t bio_threads[BIO_NUM_OPS]; 98 pthread_t thread; in bioInit()
|
| /f-stack/freebsd/contrib/openzfs/lib/libtpool/ |
| H A D | thread_pool_impl.h | 57 pthread_t tpa_tid; /* active thread id */
|
| H A D | thread_pool.c | 106 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 D | kernel.c | 82 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 D | threadsappend.c | 89 pthread_t tid; in main()
|
| /f-stack/freebsd/contrib/openzfs/include/sys/ |
| H A D | zfs_context.h | 220 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 D | rm_lnkcnt_zero_file.c | 126 pthread_t tid; in main()
|
| /f-stack/dpdk/lib/librte_telemetry/ |
| H A D | telemetry.c | 343 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 D | process.h | 50 pthread_t thread; in process_dup()
|