Searched defs:pthread_create (Results 1 – 4 of 4) sorted by relevance
90 pthread_create(pthread_t *thread, const pthread_attr_t *attr, in pthread_create() function
289 pthread_create(pthread_t *new_thread_id, in pthread_create() function
120 # pragma weak pthread_create macro
47 # define pthread_create(t,a,s,d) pthread_create(t,&(a),s,d) macro