Lines Matching refs:CallDescription
33 const CallDescription LockFn{{"lock"}};
34 const CallDescription UnlockFn{{"unlock"}};
35 const CallDescription SleepFn{{"sleep"}};
36 const CallDescription GetcFn{{"getc"}};
37 const CallDescription FgetsFn{{"fgets"}};
38 const CallDescription ReadFn{{"read"}};
39 const CallDescription RecvFn{{"recv"}};
40 const CallDescription PthreadLockFn{{"pthread_mutex_lock"}};
41 const CallDescription PthreadTryLockFn{{"pthread_mutex_trylock"}};
42 const CallDescription PthreadUnlockFn{{"pthread_mutex_unlock"}};
43 const CallDescription MtxLock{{"mtx_lock"}};
44 const CallDescription MtxTimedLock{{"mtx_timedlock"}};
45 const CallDescription MtxTryLock{{"mtx_trylock"}};
46 const CallDescription MtxUnlock{{"mtx_unlock"}};