Home
last modified time | relevance | path

Searched defs:do_pause (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/external/skia/src/base/
H A DSkSpinlock.cpp38 static void do_pause() { _mm_pause(); } in do_pause() function
40 static void do_pause() { /*spin*/ } in do_pause() function
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/mpl/example/fsm/
Dplayer.cpp51 bool do_pause(pause_event const&) { std::cout << "player::do_pause\n"; return true; } in do_pause() function in player
/aosp_15_r20/external/oj-libjdwp/src/share/back/
H A Derror_messages.c316 do_pause(void) in do_pause() function
/aosp_15_r20/external/ltp/testcases/kernel/controllers/freezer/
H A Dvfork.c117 int do_pause = 0; variable
/aosp_15_r20/external/curl/lib/
H A Dcfilters.c763 CURLcode Curl_conn_ev_data_pause(struct Curl_easy *data, bool do_pause) in Curl_conn_ev_data_pause()