| /prebuilts/ndk/current/platforms/android-16/arch-arm/usr/include/sys/ |
| _errdefs.h | 54 __BIONIC_ERRDEF( EBUSY , 16, "Device or resource busy" ) 64 __BIONIC_ERRDEF( ETXTBSY , 26, "Text file busy" )
|
| /prebuilts/ndk/current/platforms/android-16/arch-mips/usr/include/sys/ |
| _errdefs.h | 54 __BIONIC_ERRDEF( EBUSY , 16, "Device or resource busy" ) 64 __BIONIC_ERRDEF( ETXTBSY , 26, "Text file busy" )
|
| /prebuilts/ndk/current/platforms/android-16/arch-x86/usr/include/sys/ |
| _errdefs.h | 54 __BIONIC_ERRDEF( EBUSY , 16, "Device or resource busy" ) 64 __BIONIC_ERRDEF( ETXTBSY , 26, "Text file busy" )
|
| /prebuilts/ndk/current/platforms/android-17/arch-arm/usr/include/sys/ |
| _errdefs.h | 54 __BIONIC_ERRDEF( EBUSY , 16, "Device or resource busy" ) 64 __BIONIC_ERRDEF( ETXTBSY , 26, "Text file busy" )
|
| /prebuilts/ndk/current/platforms/android-17/arch-mips/usr/include/sys/ |
| _errdefs.h | 54 __BIONIC_ERRDEF( EBUSY , 16, "Device or resource busy" ) 64 __BIONIC_ERRDEF( ETXTBSY , 26, "Text file busy" )
|
| /prebuilts/ndk/current/platforms/android-17/arch-x86/usr/include/sys/ |
| _errdefs.h | 54 __BIONIC_ERRDEF( EBUSY , 16, "Device or resource busy" ) 64 __BIONIC_ERRDEF( ETXTBSY , 26, "Text file busy" )
|
| /prebuilts/ndk/current/platforms/android-18/arch-arm/usr/include/sys/ |
| _errdefs.h | 54 __BIONIC_ERRDEF( EBUSY , 16, "Device or resource busy" ) 64 __BIONIC_ERRDEF( ETXTBSY , 26, "Text file busy" )
|
| /prebuilts/ndk/current/platforms/android-18/arch-mips/usr/include/sys/ |
| _errdefs.h | 54 __BIONIC_ERRDEF( EBUSY , 16, "Device or resource busy" ) 64 __BIONIC_ERRDEF( ETXTBSY , 26, "Text file busy" )
|
| /prebuilts/ndk/current/platforms/android-18/arch-x86/usr/include/sys/ |
| _errdefs.h | 54 __BIONIC_ERRDEF( EBUSY , 16, "Device or resource busy" ) 64 __BIONIC_ERRDEF( ETXTBSY , 26, "Text file busy" )
|
| /prebuilts/ndk/current/platforms/android-19/arch-arm/usr/include/sys/ |
| _errdefs.h | 54 __BIONIC_ERRDEF( EBUSY , 16, "Device or resource busy" ) 64 __BIONIC_ERRDEF( ETXTBSY , 26, "Text file busy" )
|
| /prebuilts/ndk/current/platforms/android-19/arch-mips/usr/include/sys/ |
| _errdefs.h | 54 __BIONIC_ERRDEF( EBUSY , 16, "Device or resource busy" ) 64 __BIONIC_ERRDEF( ETXTBSY , 26, "Text file busy" )
|
| /prebuilts/ndk/current/platforms/android-19/arch-x86/usr/include/sys/ |
| _errdefs.h | 54 __BIONIC_ERRDEF( EBUSY , 16, "Device or resource busy" ) 64 __BIONIC_ERRDEF( ETXTBSY , 26, "Text file busy" )
|
| /prebuilts/ndk/current/platforms/android-3/arch-arm/usr/include/sys/ |
| _errdefs.h | 54 __BIONIC_ERRDEF( EBUSY , 16, "Device or resource busy" ) 64 __BIONIC_ERRDEF( ETXTBSY , 26, "Text file busy" )
|
| /prebuilts/ndk/current/platforms/android-4/arch-arm/usr/include/sys/ |
| _errdefs.h | 54 __BIONIC_ERRDEF( EBUSY , 16, "Device or resource busy" ) 64 __BIONIC_ERRDEF( ETXTBSY , 26, "Text file busy" )
|
| /prebuilts/ndk/current/platforms/android-5/arch-arm/usr/include/sys/ |
| _errdefs.h | 54 __BIONIC_ERRDEF( EBUSY , 16, "Device or resource busy" ) 64 __BIONIC_ERRDEF( ETXTBSY , 26, "Text file busy" )
|
| /prebuilts/ndk/current/platforms/android-8/arch-arm/usr/include/sys/ |
| _errdefs.h | 54 __BIONIC_ERRDEF( EBUSY , 16, "Device or resource busy" ) 64 __BIONIC_ERRDEF( ETXTBSY , 26, "Text file busy" )
|
| /prebuilts/ndk/current/platforms/android-9/arch-arm/usr/include/sys/ |
| _errdefs.h | 54 __BIONIC_ERRDEF( EBUSY , 16, "Device or resource busy" ) 64 __BIONIC_ERRDEF( ETXTBSY , 26, "Text file busy" )
|
| /prebuilts/ndk/current/platforms/android-9/arch-mips/usr/include/sys/ |
| _errdefs.h | 54 __BIONIC_ERRDEF( EBUSY , 16, "Device or resource busy" ) 64 __BIONIC_ERRDEF( ETXTBSY , 26, "Text file busy" )
|
| /prebuilts/ndk/current/platforms/android-9/arch-x86/usr/include/sys/ |
| _errdefs.h | 54 __BIONIC_ERRDEF( EBUSY , 16, "Device or resource busy" ) 64 __BIONIC_ERRDEF( ETXTBSY , 26, "Text file busy" )
|
| /system/bt/stack/include/ |
| gap_api.h | 32 #define GAP_ERR_BUSY (GAP_ERR_GRP + 0x03) /* The requested function was busy */ 339 ** Returns TRUE if read started, else FALSE if GAP is busy
|
| /system/extras/perfprofd/ |
| perfprofdcore.cc | 396 long unsigned busy[2]; local 401 if (!postprocess_proc_stat_contents(contents, &idle[iter], &busy[iter])) { 408 long unsigned total_delta = (idle[1] + busy[1]) - (idle[0] + busy[0]); 409 long unsigned busy_delta = busy[1] - busy[0];
|
| /external/valgrind/coregrind/m_gdbserver/ |
| m_gdbserver.c | 775 /* busy > 0 when gdbserver is currently being called. 776 busy is used to avoid vgdb invoking gdbserver 778 static volatile int busy = 0; variable 782 busy++; 800 busy--; 844 "busy %d vgdb_interrupted_tid %u\n", 845 busy, vgdb_interrupted_tid); 879 if (busy) { 930 busy++; 943 busy-- [all...] |
| /prebuilts/go/darwin-x86/src/runtime/ |
| mheap.go | 20 busy [_MaxMHeapList]mspan // busy lists of large objects of given length 21 busylarge mspan // busy lists of large objects length >= _MaxMHeapList 282 mSpanList_Init(&h.busy[i]) 355 // First try to sweep busy spans with large objects of size >= npage, 357 for i := int(npage); i < len(h.busy); i++ { 358 if mHeap_ReclaimList(h, &h.busy[i], npage) != 0 { 371 for i := 0; i < int(npage) && i < len(h.busy); i++ { 372 reclaimed += mHeap_ReclaimList(h, &h.busy[i], npage-reclaimed) 455 mSpanList_InsertBack(&h.busy[s.npages], s [all...] |
| /prebuilts/go/linux-x86/src/runtime/ |
| mheap.go | 20 busy [_MaxMHeapList]mspan // busy lists of large objects of given length 21 busylarge mspan // busy lists of large objects length >= _MaxMHeapList 282 mSpanList_Init(&h.busy[i]) 355 // First try to sweep busy spans with large objects of size >= npage, 357 for i := int(npage); i < len(h.busy); i++ { 358 if mHeap_ReclaimList(h, &h.busy[i], npage) != 0 { 371 for i := 0; i < int(npage) && i < len(h.busy); i++ { 372 reclaimed += mHeap_ReclaimList(h, &h.busy[i], npage-reclaimed) 455 mSpanList_InsertBack(&h.busy[s.npages], s [all...] |
| /frameworks/opt/net/wifi/service/java/com/android/server/wifi/p2p/ |
| WifiP2pServiceImpl.java | 715 WifiP2pManager.BUSY); 719 WifiP2pManager.BUSY); 723 WifiP2pManager.BUSY); 727 WifiP2pManager.BUSY); 731 WifiP2pManager.BUSY); 735 WifiP2pManager.BUSY); 739 WifiP2pManager.BUSY); 743 WifiP2pManager.BUSY); 747 WifiP2pManager.BUSY); [all...] |