Home
last modified time | relevance | path

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

/freebsd-13.1/lib/librt/
H A Dsigev_thread.c72 #pragma weak _pthread_create macro
107 return (&_pthread_create != NULL); in have_threads()
339 ret = _pthread_create(&tn->tn_thread, &sigev_default_attr, in sigev_thread_create()
416 ret = _pthread_create(&td, &sn->sn_attr, worker_routine, sn); in sigev_service_loop()
/freebsd-13.1/lib/libthr/thread/
H A Dthr_create.c52 __weak_reference(_pthread_create, pthread_create);
55 _pthread_create(pthread_t * __restrict thread, in _pthread_create() function
H A Dthr_init.c197 STATIC_LIB_REQUIRE(_pthread_create);
/freebsd-13.1/lib/libthr/
H A Dpthread.map190 _pthread_create;
/freebsd-13.1/lib/libc/include/
H A Dnamespace.h133 #define pthread_create _pthread_create