Searched defs:jh (Results 1 – 9 of 9) sorted by relevance
51 let jh = thread::spawn(move || { in single_timer() localVariable82 let jh = thread::spawn(move || { in drop_timer() localVariable113 let jh = thread::spawn(move || { in change_waker() localVariable151 let jh = thread::spawn(move || { in reset_future() localVariable
23 let jh = loom::thread::spawn(move || { in it_works() localVariable141 let jh = spawn(move || { in treiber_stack() localVariable
93 int jh[sh] = {-1}; in test() local
117 int jh[sh] = {-1}; in test() local
92 int jh[sh] = {-1}; in test() local
116 int jh[sh] = {-1}; in test() local
180 let jh = tokio::spawn(async move { in coop_disabled_in_block_in_place() localVariable
422 int journal_cancel_revoke(handle_t *handle, struct journal_head *jh) in journal_cancel_revoke()