Home
last modified time | relevance | path

Searched refs:this_thread (Results 1 – 9 of 9) sorted by relevance

/freebsd-9-stable/contrib/libc++/include/
Dthread69 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/
Dnfs_fha.c293 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/
Dnfs_fha_old.h35 SVCTHREAD *fhaold_assign(SVCTHREAD *this_thread, struct svc_req *req);
Dnfs_fha_old.c262 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/
Dnfs_fha_new.h36 SVCTHREAD *fhanew_assign(SVCTHREAD *this_thread, struct svc_req *req);
Dnfs_fha_new.c273 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/
Dmemory.cpp154 this_thread::yield(); in lock()
Dthread.cpp104 namespace this_thread namespace
/freebsd-9-stable/contrib/gdb/gdb/
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) in thread_rec()
1484 this_thread = current_thread = th ?: thread_rec (current_event.dwThreadId, TRUE); in get_child_debug_event()