Home
last modified time | relevance | path

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

/freebsd/lib/librt/
H A Dsigev_thread.c70 #pragma weak _pthread_create macro
105 return (&_pthread_create != NULL); in have_threads()
337 ret = _pthread_create(&tn->tn_thread, &sigev_default_attr, in sigev_thread_create()
414 ret = _pthread_create(&td, &sn->sn_attr, worker_routine, sn); in sigev_service_loop()
/freebsd/lib/libthr/thread/
H A Dthr_create.c49 __weak_reference(_pthread_create, pthread_create);
52 _pthread_create(pthread_t * __restrict thread, in _pthread_create() function
H A Dthr_init.c195 STATIC_LIB_REQUIRE(_pthread_create);
/freebsd/lib/libthr/
H A Dpthread.map189 _pthread_create;
/freebsd/lib/libc/include/
H A Dnamespace.h131 #define pthread_create _pthread_create