Home
last modified time | relevance | path

Searched refs:pthread_s (Results 1 – 6 of 6) sorted by relevance

/dports/devel/taskflow/taskflow-3.2.0/3rd-party/tbb/examples/parallel_for/tachyon/src/
H A Dpthread.cpp65 th = (pthread_t) malloc (sizeof (pthread_s)); in pthread_create()
66 memset (th, 0, sizeof (pthread_s)); in pthread_create()
104 memset (th, 0, sizeof (pthread_s)); in pthread_join()
H A Dpthread_w.h68 struct pthread_s { struct
72 typedef struct pthread_s *pthread_t; /* one of the few types that's pointer, not struct */ argument
/dports/devel/tbb/oneTBB-2020.3/examples/parallel_for/tachyon/src/
H A Dpthread.cpp65 th = (pthread_t) malloc (sizeof (pthread_s)); in pthread_create()
66 memset (th, 0, sizeof (pthread_s)); in pthread_create()
104 memset (th, 0, sizeof (pthread_s)); in pthread_join()
H A Dpthread_w.h68 struct pthread_s { struct
72 typedef struct pthread_s *pthread_t; /* one of the few types that's pointer, not struct */ argument
/dports/devel/onetbb/oneTBB-2021.4.0/examples/parallel_for/tachyon/src/
H A Dpthread.cpp68 th = (pthread_t)malloc(sizeof(pthread_s)); in pthread_create()
69 memset(th, 0, sizeof(pthread_s)); in pthread_create()
106 memset(th, 0, sizeof(pthread_s)); in pthread_join()
H A Dpthread_w.hpp68 struct pthread_s { struct
72 typedef struct pthread_s *pthread_t; /* one of the few types that's pointer, not struct */ argument