Browse Source

mmSetCurrentThreadName stub

tags/v1.5.1
zhangxiaokun 3 years ago
parent
commit
8aa46479fa
1 changed files with 5 additions and 0 deletions
  1. +5
    -0
      tests/depends/mmpa/src/mmpa_stub.cc

+ 5
- 0
tests/depends/mmpa/src/mmpa_stub.cc View File

@@ -381,3 +381,8 @@ INT32 mmGetPid()
{
return (INT32)getpid();
}

INT32 mmSetCurrentThreadName(const CHAR *name)
{
return EN_OK;
}

Loading…
Cancel
Save