Home
last modified time | relevance | path

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

/htl/
A Dpt-alloc.c47 new->nr_refs = 1; in initialize_pthread()
58 memset (&new->res_state, '\0', sizeof (new->res_state)); in initialize_pthread()
60 new->tcb = NULL; in initialize_pthread()
62 new->next = 0; in initialize_pthread()
63 new->prevp = 0; in initialize_pthread()
83 for (new = __pthread_free_threads; new; new = new->next) in __pthread_alloc()
98 if (new) in __pthread_alloc()
108 *pthread = new; in __pthread_alloc()
120 free (new); in __pthread_alloc()
145 free (new); in __pthread_alloc()
[all …]
A DMakefile205 LDFLAGS-pthread.so = -Wl,--enable-new-dtags,-z,nodelete,-z,initfirst

Completed in 5 milliseconds