HomeSort by relevance Sort by last modified time
    Searched defs:get_thread_id (Results 1 - 4 of 4) sorted by null

  /hardware/qcom/camera/msm8998/QCamera2/util/
camscope_packet_type.cpp 201 * FUNCTION : get_thread_id
209 pid_t get_thread_id() { function
380 int32_t thread_id = (int32_t)get_thread_id();
420 int32_t thread_id = (int32_t)get_thread_id();
463 int32_t thread_id = (int32_t)get_thread_id();
  /external/mesa3d/src/mapi/
u_current.c 156 get_thread_id(void) function
201 knownID = get_thread_id();
204 else if (!thread_id_equal(knownID, get_thread_id())) {
  /external/mesa3d/src/amd/common/
ac_nir_to_llvm.c 1057 static LLVMValueRef get_thread_id(struct nir_to_llvm_context *ctx) function
    [all...]
  /external/mesa3d/src/gallium/drivers/radeonsi/
si_shader.c 1566 static LLVMValueRef get_thread_id(struct si_shader_context *ctx) function
    [all...]

Completed in 183 milliseconds