Home
last modified time | relevance | path

Searched defs:oldstate (Results 1 – 25 of 32) sorted by relevance

12

/external/compiler-rt/test/msan/
Dpthread_setcancelstate.cc8 int oldstate; in main() local
/external/llvm-project/compiler-rt/test/msan/
Dpthread_setcancelstate.cpp8 int oldstate; in main() local
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/testfrmw/
Dtestfrmw.c47 int oldstate; in output() local
/external/libchromeos-rs/src/sync/
Dcv.rs161 let mut oldstate = self.state.load(Ordering::Relaxed); in add_waiter() localVariable
204 let mut oldstate = self.state.load(Ordering::Relaxed); in notify_one() localVariable
267 let mut oldstate = self.state.load(Ordering::Relaxed); in notify_all() localVariable
315 let mut oldstate = self.state.load(Ordering::Relaxed); in cancel_waiter() localVariable
Dmu.rs268 let oldstate = self.state.load(Ordering::Relaxed); in lock_slow() localVariable
381 let oldstate = self.state.fetch_sub(LOCKED, Ordering::Release); in unlock() localVariable
406 let oldstate = self.state.fetch_sub(READ_LOCK, Ordering::Release); in read_unlock() localVariable
434 let oldstate = self.state.load(Ordering::Relaxed); in unlock_slow() localVariable
520 let mut oldstate = self.state.load(Ordering::Relaxed); in transfer_waiters() localVariable
610 let mut oldstate = self.state.load(Ordering::Relaxed); in cancel_waiter() localVariable
/external/crosvm/cros_async/src/sync/
Dcv.rs162 let mut oldstate = self.state.load(Ordering::Relaxed); in add_waiter() localVariable
209 let mut oldstate = self.state.load(Ordering::Relaxed); in notify_one() localVariable
267 let mut oldstate = self.state.load(Ordering::Relaxed); in notify_all() localVariable
310 let mut oldstate = self.state.load(Ordering::Relaxed); in cancel_waiter() localVariable
Dmu.rs266 let oldstate = self.state.load(Ordering::Relaxed); in lock_slow() localVariable
379 let oldstate = self.state.fetch_sub(LOCKED, Ordering::Release); in unlock() localVariable
404 let oldstate = self.state.fetch_sub(READ_LOCK, Ordering::Release); in read_unlock() localVariable
432 let oldstate = self.state.load(Ordering::Relaxed); in unlock_slow() localVariable
509 let mut oldstate = self.state.load(Ordering::Relaxed); in cancel_waiter() localVariable
/external/iperf3/src/
Diperf_client_api.c296 signed char oldstate = test->state; in iperf_handle_message_client() local
Diperf_server_api.c203 signed char oldstate = test->state; in iperf_handle_message_server() local
/external/python/cffi/c/
Dmisc_thread_common.h368 static void gil_release(PyGILState_STATE oldstate) in gil_release()
/external/rust/crates/oorandom/src/
Dlib.rs89 let oldstate: u64 = self.state; in rand_u32() localVariable
212 let oldstate: u128 = self.state; in rand_u64() localVariable
/external/crosvm/cros_async/src/
Dfd_executor.rs273 let oldstate = self.state.swap(WOKEN, Ordering::Release); in wake() localVariable
329 let oldstate = self.state.compare_exchange( in run() localVariable
During_executor.rs281 let oldstate = self.state.swap(WOKEN, Ordering::Release); in wake() localVariable
364 let oldstate = self.state.compare_exchange( in run() localVariable
/external/curl/lib/
Dsocks.c117 enum connect_t oldstate = conn->cnnct.state; in socksstate() local
Deasy.c988 int oldstate; in curl_easy_pause() local
Dmulti.c125 CURLMstate oldstate = data->mstate; in mstate() local
/external/python/cpython2/Python/
Dpystate.c638 PyGILState_Release(PyGILState_STATE oldstate) in PyGILState_Release()
/external/libxml2/
Drelaxng.c3052 xmlAutomataStatePtr oldstate = ctxt->state; in xmlRelaxNGCompile() local
3094 xmlAutomataStatePtr oldstate = ctxt->state; in xmlRelaxNGCompile() local
3141 xmlAutomataStatePtr oldstate = ctxt->state; in xmlRelaxNGCompile() local
3152 xmlAutomataStatePtr oldstate; in xmlRelaxNGCompile() local
3168 xmlAutomataStatePtr oldstate; in xmlRelaxNGCompile() local
3188 xmlAutomataStatePtr oldstate = ctxt->state; in xmlRelaxNGCompile() local
3222 xmlAutomataStatePtr oldstate; in xmlRelaxNGCompile() local
8178 xmlRelaxNGValidStatePtr state, oldstate; in xmlRelaxNGValidateProgressiveCallback() local
9323 xmlRelaxNGValidStatePtr oldstate; in xmlRelaxNGValidateInterleave() local
9884 xmlRelaxNGValidStatePtr oldstate = NULL, state; in xmlRelaxNGValidateState() local
Dvalid.c676 xmlAutomataStatePtr oldstate = ctxt->state; in xmlValidBuildAContentModel() local
714 xmlAutomataStatePtr oldstate, oldend; in xmlValidBuildAContentModel() local
751 xmlAutomataStatePtr oldstate, oldend; in xmlValidBuildAContentModel() local
Dxmlreader.c911 xmlTextReaderState oldstate; in xmlTextReaderPushData() local
1361 xmlTextReaderState oldstate = XML_TEXTREADER_START; in xmlTextReaderRead() local
/external/ppp/pppd/
Dccp.c448 int oldstate; local
Dlcp.c400 int oldstate; local
/external/libcups/scheduler/
Djob.c2539 ipp_jstate_t oldstate; /* Old state */ in cupsdSetJobState() local
/external/python/cpython3/Python/
Dpystate.c1392 PyGILState_Release(PyGILState_STATE oldstate) in PyGILState_Release()
/external/libcups/cups/
Dhttp.c608 http_state_t oldstate; /* Old state */ in httpFlush() local

12