Home
last modified time | relevance | path

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

/netbsd-src/lib/libpthread/
H A Dthrd.c49 __thrd_create_tramp(void *arg) in __thrd_create_tramp() function
81 switch(pthread_create(thr, NULL, __thrd_create_tramp, cookie)) { in thrd_create()