| /device/linaro/bootloader/arm-trusted-firmware/lib/pmf/ |
| D | pmf_main.c | 118 static pmf_svc_desc_t *get_service(unsigned int tid) in get_service() 157 int pmf_get_timestamp_smc(unsigned int tid, in pmf_get_timestamp_smc() 182 void __pmf_dump_timestamp(unsigned int tid, unsigned long long ts) in __pmf_dump_timestamp() 193 unsigned int tid, in calc_ts_addr() 215 unsigned int tid, in __pmf_store_timestamp() 229 unsigned int tid, in __pmf_store_timestamp_with_cache_maint() 244 unsigned int tid, in __pmf_get_timestamp()
|
| /device/google/cuttlefish_common/common/vsoc/lib/ |
| D | lock_common.cpp | 58 bool vsoc::layout::WaitingLockBase::TryLock(uint32_t tid, in TryLock() 102 layout::Sides vsoc::layout::WaitingLockBase::UnlockCommon(uint32_t tid) { in UnlockCommon() 144 uint32_t tid = gettid(); in Lock() local
|
| D | compat.cpp | 26 thread_local uint32_t tid = syscall(SYS_gettid); in gettid() local
|
| D | mock_region_view.h | 87 bool IsBlocking(std::thread::id tid) { in IsBlocking()
|
| /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/ |
| D | thread_lwp.h | 31 thread_t tid; in PyThread_start_new_thread() local 42 thread_t tid; in PyThread_get_thread_ident() local
|
| D | thread_beos.h | 118 thread_id tid; in PyThread_start_new_thread() local 141 thread_id tid; in PyThread_get_thread_ident() local
|
| D | thread_solaris.h | 41 thread_t tid; in PyThread_start_new_thread() local
|
| D | thread_os2.h | 160 TID tid = 0; in PyThread_acquire_lock() local
|
| D | thread_atheos.h | 102 thread_id tid; in PyThread_start_new_thread() local
|
| /device/google/cuttlefish_common/guest/vsoc/lib/ |
| D | guest_lock.cpp | 25 uint32_t tid = gettid(); in Lock() local
|
| /device/google/cuttlefish_common/host/vsoc/lib/ |
| D | host_lock.cpp | 27 uint32_t tid = gettid(); in Lock() local
|
| /device/google/contexthub/firmware/os/inc/ |
| D | isr.h | 41 uint16_t tid; member 79 static inline int unchainIsrAll(struct ChainedInterrupt *interrupt, uint32_t tid) in unchainIsrAll()
|
| D | seos_priv.h | 27 #define TID_TO_TASK_IDX(tid) (tid & TASK_TID_IDX_MASK) argument 68 uint16_t tid; member 95 uint16_t tid; member
|
| D | syscallDo.h | 42 static inline bool eOsEventSubscribe(uint32_t tid, uint32_t evtType) in eOsEventSubscribe() 47 static inline bool eOsEventUnsubscribe(uint32_t tid, uint32_t evtType) in eOsEventUnsubscribe() 107 static inline uint32_t eOsSensorRegister(const struct SensorInfo *si, uint32_t tid, void *cookie, b… in eOsSensorRegister() 177 …OsTimTimerSet(uint64_t length, uint32_t jitterPpm, uint32_t driftPpm, uint32_t tid, void* cookie, … in eOsTimTimerSet()
|
| /device/google/contexthub/firmware/os/platform/native/ |
| D | platform.c | 63 uint32_t platFreeResources(uint32_t tid) in platFreeResources()
|
| /device/google/contexthub/firmware/os/core/ |
| D | heap.c | 205 int heapFreeAll(uint32_t tid) in heapFreeAll() 258 int heapGetTaskSize(uint32_t tid) in heapGetTaskSize()
|
| D | timer.c | 47 uint16_t tid; /* we need TID always, for system management */ member 216 uint32_t timTimerSetAsApp(uint64_t length, uint32_t jitterPpm, uint32_t driftPpm, uint32_t tid, voi… in timTimerSetAsApp() 269 int timTimerCancelAll(uint32_t tid) in timTimerCancelAll()
|
| D | seos.c | 93 bool osAppIsChre(uint16_t tid) in osAppIsChre() 100 uint32_t osAppChreVersion(uint16_t tid) in osAppChreVersion() 155 uint32_t osSetCurrentTid(uint32_t tid) in osSetCurrentTid() 259 uint16_t tid = task->tid; in osAllocTask() local 286 struct Task* osTaskFindByTid(uint32_t tid) in osTaskFindByTid() 1044 uint16_t tid = EVENT_GET_ORIGIN(evtType); in osInternalEvtHandle() local 1180 uint16_t tid, evt; in osMainDequeueLoop() local 1267 bool osEventSubscribe(uint32_t tid, uint32_t evtType) in osEventSubscribe() 1273 bool osEventUnsubscribe(uint32_t tid, uint32_t evtType) in osEventUnsubscribe() 1411 bool osTidById(const uint64_t *appId, uint32_t *tid) in osTidById()
|
| D | nanohub_chre.c | 179 void osChreFreeEvent(uint32_t tid, chreEventCompleteFunction *cbFreeEvt, uint32_t evtType, void * e… in osChreFreeEvent() 499 static bool chreInfoByTid(uint32_t tid, struct chreNanoappInfo *info) in chreInfoByTid() 518 uint32_t tid; in osChreEventInfoByAppId() local 528 uint32_t tid = va_arg(args, uint32_t); in osChreEeventInfoByInstId() local
|
| /device/generic/goldfish-opengl/android-emu/android/utils/ |
| D | debug.c | 81 int tid = syscall(SYS_gettid); in android_tid_function_print() local
|
| /device/google/contexthub/firmware/os/drivers/intersil_isl29034/ |
| D | isl29034.c | 137 uint32_t tid; member 276 static bool sendLastSampleAls(void *cookie, uint32_t tid) in sendLastSampleAls()
|
| /device/google/contexthub/firmware/app/chre/common/ |
| D | chre10_app.c | 35 static bool chreappStart(uint32_t tid) in chreappStart()
|
| D | chre_app.c | 35 static bool chreappStart(uint32_t tid) in chreappStart()
|
| /device/google/cuttlefish_common/host/frontend/vnc_server/ |
| D | frame_buffer_watcher.cpp | 52 for (auto& tid : workers_) { in ~FrameBufferWatcher() local
|
| /device/google/contexthub/firmware/os/platform/stm32/ |
| D | dma.c | 89 uint16_t tid; member 304 int dmaStopAll(uint32_t tid) in dmaStopAll()
|