Home
last modified time | relevance | path

Searched refs:gettid (Results 1 - 6 of 6) sorted by relevance

/drivers/peripheral/camera/hal_c/hdi_cif/include/
H A Dcamera.h32 #define gettid() (pid_t)syscall(SYS_gettid) macro
49 pid_t tid = gettid(); \
58 pid_t tid = gettid(); \
67 pid_t tid = gettid(); \
76 pid_t tid = gettid(); \
85 pid_t tid = gettid(); \
/drivers/peripheral/usb/ddk/host/include/
H A Dlinux_adapter.h23 static inline pid_t gettid() in gettid() function
/drivers/external_device_manager/services/native/driver_extension/src/
H A Djs_driver_extension.cpp211 ConnectionManager::GetInstance().ReportConnectionLeakEvent(getpid(), gettid()); in OnStop()
/drivers/peripheral/audio/hal/hdi_binder/server/src/
H A Dhdf_audio_pnp_uevent.c622 addr.nl_pid = ((uint32_t)gettid() << MOVE_NUM) | (uint32_t)getpid(); in AudioPnpUeventOpen()
/drivers/peripheral/input/udriver/src/
H A Dinput_device_manager.cpp52 std::string wholeName1 = std::to_string(getpid()) + "_" + std::to_string(gettid()); in Init()
/drivers/peripheral/usb/ddk/host/src/
H A Dlinux_adapter.c1560 return gettid(); in UsbAdapterGetTid()

Completed in 8 milliseconds