Home
last modified time | relevance | path

Searched defs:main_thread (Results 1 – 15 of 15) sorted by relevance

/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_kill/
D3-1.c21 pthread_t main_thread; in main() local
D7-1.c23 pthread_t main_thread; in main() local
D2-1.c23 pthread_t main_thread; in main() local
/third_party/node/src/inspector/
Dtracing_agent.cc85 std::shared_ptr<MainThreadHandle> main_thread) in InspectorTraceWriter()
118 std::shared_ptr<MainThreadHandle> main_thread) in TracingAgent()
Dmain_thread_interface.h43 explicit MainThreadHandle(MainThreadInterface* main_thread) in MainThreadHandle()
/third_party/node/src/
Dinspector_io.cc239 std::shared_ptr<MainThreadHandle> main_thread, in Start()
254 InspectorIo::InspectorIo(std::shared_ptr<MainThreadHandle> main_thread, in InspectorIo()
329 std::shared_ptr<MainThreadHandle> main_thread, in InspectorIoDelegate()
Djs_native_api_v8_inspector.cc78 explicit MainThreadHandle(MainThreadInterface* main_thread) in MainThreadHandle()
654 std::shared_ptr<MainThreadHandle> main_thread, in InspectorIoDelegate()
762 std::shared_ptr<MainThreadHandle> main_thread, in Start()
777 InspectorIo::InspectorIo(std::shared_ptr<MainThreadHandle> main_thread, in InspectorIo()
/third_party/node/deps/v8/src/heap/cppgc/
Dmetric-recorder.h41 Phases main_thread; member
/third_party/node/deps/v8/src/heap/
Dlocal-heap.cc370 LocalHeap* main_thread = heap_->main_thread_local_heap(); in TryPerformCollection() local
/third_party/libfuse/example/
Dnotify_inval_entry.c98 static pthread_t main_thread; variable
/third_party/python/Include/internal/
Dpycore_runtime.h109 unsigned long main_thread; member
/third_party/ltp/testcases/realtime/func/matrix_mult/
Dmatrix_mult.c172 static int main_thread(void) in main_thread() function
/third_party/mesa3d/src/gallium/auxiliary/hud/
Dhud_cpu.c320 bool main_thread; member
/third_party/node/deps/v8/include/
Dv8-metrics.h41 GarbageCollectionPhases main_thread; member
/third_party/python/Lib/
Dthreading.py1590 def main_thread(): function