Home
last modified time | relevance | path

Searched defs:stw (Results 1 – 3 of 3) sorted by relevance

/external/musl/src/thread/powerpc/
Dclone.s20 stw 31, 4(1) label
/external/trusty/musl/src/thread/powerpc/
Dclone.s20 stw 31, 4(1) label
/external/python/cpython3/Python/
Dpystate.c2157 struct _stoptheworld_state *stw = NULL; in _PyThreadState_Suspend() local
2186 decrement_stoptheworld_countdown(struct _stoptheworld_state *stw) in decrement_stoptheworld_countdown()
2200 interp_for_stop_the_world(struct _stoptheworld_state *stw) in interp_for_stop_the_world()
2210 #define _Py_FOR_EACH_THREAD(stw, i, t) \ argument
2219 park_detached_threads(struct _stoptheworld_state *stw) in park_detached_threads()
2243 stop_the_world(struct _stoptheworld_state *stw) in stop_the_world()
2298 start_the_world(struct _stoptheworld_state *stw) in start_the_world()