Searched refs:this_thread (Results 1 – 9 of 9) sorted by relevance
| /freebsd-9-stable/contrib/libc++/include/ |
| D | thread | 69 namespace this_thread 82 } // this_thread 186 namespace this_thread 191 } // this_thread 236 friend __thread_id this_thread::get_id() _NOEXCEPT; 252 namespace this_thread 262 } // this_thread 409 namespace this_thread 459 } // this_thread
|
| /freebsd-9-stable/sys/nfs/ |
| D | nfs_fha.c | 293 struct fha_hash_entry *fhe, struct fha_info *i, SVCTHREAD *this_thread) in fha_hash_entry_choose_thread() argument 357 thread = this_thread; in fha_hash_entry_choose_thread() 379 fha_assign(SVCTHREAD *this_thread, struct svc_req *req, in fha_assign() argument 417 thread = fha_hash_entry_choose_thread(softc, fhe, &i, this_thread); in fha_assign() 433 mtx_lock(&this_thread->st_lock); in fha_assign() 434 return (this_thread); in fha_assign()
|
| /freebsd-9-stable/sys/nfsserver/ |
| D | nfs_fha_old.h | 35 SVCTHREAD *fhaold_assign(SVCTHREAD *this_thread, struct svc_req *req);
|
| D | nfs_fha_old.c | 262 fhaold_assign(SVCTHREAD *this_thread, struct svc_req *req) in fhaold_assign() argument 264 return (fha_assign(this_thread, req, &fhaold_softc)); in fhaold_assign()
|
| /freebsd-9-stable/sys/fs/nfsserver/ |
| D | nfs_fha_new.h | 36 SVCTHREAD *fhanew_assign(SVCTHREAD *this_thread, struct svc_req *req);
|
| D | nfs_fha_new.c | 273 fhanew_assign(SVCTHREAD *this_thread, struct svc_req *req) in fhanew_assign() argument 275 return (fha_assign(this_thread, req, &fhanew_softc)); in fhanew_assign()
|
| /freebsd-9-stable/contrib/libc++/src/ |
| D | memory.cpp | 154 this_thread::yield(); in lock()
|
| D | thread.cpp | 104 namespace this_thread namespace
|
| /freebsd-9-stable/contrib/gdb/gdb/ |
| D | wince.c | 167 static thread_info *this_thread; /* Info on thread returned by wait_for_debug_event */ variable 1038 if (get_context > 0 && th != this_thread) in thread_rec() 1484 this_thread = current_thread = th ?: thread_rec (current_event.dwThreadId, TRUE); in get_child_debug_event()
|