Home
last modified time | relevance | path

Searched defs:detachState (Results 1 – 2 of 2) sorted by relevance

/third_party/musl/porting/liteos_m/user/hook/
Dlos_usr_libc.c50 int pthread_attr_setdetachstate(pthread_attr_t *attr, int detachState) in pthread_attr_setdetachstate()
55 int pthread_attr_getdetachstate(const pthread_attr_t *attr, int *detachState) in pthread_attr_getdetachstate()
/third_party/flutter/engine/flutter/shell/platform/android/io/flutter/plugin/platform/
DSingleViewPresentation.java177 public PresentationState detachState() { in detachState() method in SingleViewPresentation