Home
last modified time | relevance | path

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

/oneTBB/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