Searched refs:_pthread_create (Results 1 - 8 of 8) sorted by relevance

/freebsd-9.3-release/lib/librt/
H A Dsigev_thread.c70 #pragma weak _pthread_create macro
105 return (&_pthread_create != NULL);
336 ret = _pthread_create(&tn->tn_thread, &sigev_default_attr,
413 ret = _pthread_create(&td, &sn->sn_attr, worker_routine, sn);
/freebsd-9.3-release/lib/libkse/thread/
H A Dthr_create.c53 __weak_reference(_pthread_create, pthread_create);
81 _pthread_create(pthread_t * thread, const pthread_attr_t * attr, function
H A Dthr_sig.c235 if (_pthread_create(&_thr_sig_daemon, &attr, sig_daemon, NULL))
/freebsd-9.3-release/lib/libthr/thread/
H A Dthr_create.c48 __weak_reference(_pthread_create, pthread_create);
51 _pthread_create(pthread_t * thread, const pthread_attr_t * attr, function
H A Dthr_init.c185 STATIC_LIB_REQUIRE(_pthread_create); variable
/freebsd-9.3-release/lib/libkse/
H A Dkse.map241 _pthread_create;
/freebsd-9.3-release/lib/libthr/
H A Dpthread.map265 _pthread_create;
/freebsd-9.3-release/lib/libc/include/
H A Dnamespace.h130 #define pthread_create _pthread_create

Completed in 85 milliseconds