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

/freebsd-10.0-release/sys/fs/nfsserver/
H A Dnfs_fha_new.h36 SVCTHREAD *fhanew_assign(SVCTHREAD *this_thread, struct svc_req *req);
H A Dnfs_fha_new.c269 fhanew_assign(SVCTHREAD *this_thread, struct svc_req *req) argument
271 return (fha_assign(this_thread, req, &fhanew_softc));
/freebsd-10.0-release/sys/nfsserver/
H A Dnfs_fha_old.h35 SVCTHREAD *fhaold_assign(SVCTHREAD *this_thread, struct svc_req *req);
H A Dnfs_fha_old.c238 fhaold_assign(SVCTHREAD *this_thread, struct svc_req *req) argument
240 return (fha_assign(this_thread, req, &fhaold_softc));
/freebsd-10.0-release/sys/nfs/
H A Dnfs_fha.c311 struct fha_hash_entry *fhe, struct fha_info *i, SVCTHREAD *this_thread);
315 struct fha_hash_entry *fhe, struct fha_info *i, SVCTHREAD *this_thread)
381 * first, and fall back to this_thread if none are idle.
383 if (STAILQ_EMPTY(&this_thread->st_reqs)) {
384 thread = this_thread;
395 thread = this_thread;
418 fha_assign(SVCTHREAD *this_thread, struct svc_req *req, argument
431 return (this_thread);
437 return (this_thread);
440 return (this_thread);
314 fha_hash_entry_choose_thread(struct fha_params *softc, struct fha_hash_entry *fhe, struct fha_info *i, SVCTHREAD *this_thread) argument
[all...]
/freebsd-10.0-release/contrib/libc++/src/
H A Dmemory.cpp152 this_thread::yield();
H A Dthread.cpp97 namespace this_thread namespace
124 } // this_thread
/freebsd-10.0-release/contrib/gdb/gdb/
H A Dwince.c167 static thread_info *this_thread; /* Info on thread returned by wait_for_debug_event */ variable
1038 if (get_context > 0 && th != this_thread)
1484 this_thread = current_thread = th ?: thread_rec (current_event.dwThreadId, TRUE);

Completed in 601 milliseconds