Searched refs:_pthread_create (Results 1 – 8 of 8) sorted by relevance
| /freebsd-9-stable/lib/librt/ |
| D | sigev_thread.c | 70 #pragma weak _pthread_create macro 105 return (&_pthread_create != NULL); in have_threads() 336 ret = _pthread_create(&tn->tn_thread, &sigev_default_attr, in sigev_thread_create() 413 ret = _pthread_create(&td, &sn->sn_attr, worker_routine, sn); in sigev_service_loop()
|
| /freebsd-9-stable/lib/libthr/thread/ |
| D | thr_create.c | 48 __weak_reference(_pthread_create, pthread_create); 51 _pthread_create(pthread_t * thread, const pthread_attr_t * attr, in _pthread_create() function
|
| D | thr_init.c | 185 STATIC_LIB_REQUIRE(_pthread_create);
|
| /freebsd-9-stable/lib/libkse/thread/ |
| D | thr_create.c | 53 __weak_reference(_pthread_create, pthread_create); 81 _pthread_create(pthread_t * thread, const pthread_attr_t * attr, in _pthread_create() function
|
| D | thr_sig.c | 235 if (_pthread_create(&_thr_sig_daemon, &attr, sig_daemon, NULL)) in _thr_start_sig_daemon()
|
| /freebsd-9-stable/lib/libkse/ |
| D | kse.map | 241 _pthread_create;
|
| /freebsd-9-stable/lib/libc/include/ |
| D | namespace.h | 130 #define pthread_create _pthread_create
|
| /freebsd-9-stable/lib/libthr/ |
| D | pthread.map | 265 _pthread_create;
|