Searched refs:nnosMutex (Results 1 – 3 of 3) sorted by relevance
| /CTR-SDK-4.2.5/sources/libraries/os/ |
| D | os_Mutex.cpp | 55 NN_UTIL_DETAIL_CLIBIMPL_DEFINE_CONVERSION(nnosMutexToWaitObject, nnosMutex, nnosWaitObject, Mutex, … in NN_UTIL_DETAIL_CLIBIMPL_DEFINE_CONVERSION() argument 56 NN_UTIL_DETAIL_CLIBIMPL_DEFINE_CONVERSION(nnosWaitObjectToMutex, nnosWaitObject, nnosMutex, WaitObj… in NN_UTIL_DETAIL_CLIBIMPL_DEFINE_CONVERSION() 58 void nnosMutexInitialize(nnosMutex* p, bool initialLocked) in NN_UTIL_DETAIL_CLIBIMPL_DEFINE_CONVERSION() 63 bool nnosMutexTryInitialize(nnosMutex* p, bool initialLocked) in nnosMutexTryInitialize() 71 void nnosMutexLock(nnosMutex* p) in nnosMutexLock() 77 bool nnosMutexTryLock(nnosMutex* p, s64 timeout) in nnosMutexTryLock() 83 void nnosMutexUnlock(nnosMutex* p) in nnosMutexUnlock() 89 void nnosMutexFinalize(nnosMutex* p) in nnosMutexFinalize()
|
| D | os_HandleManager.cpp | 35 void nnosHandleManagerAttachMutexHandle(nnosMutex* p, nnHandle handle) in nnosHandleManagerAttachMutexHandle() 41 void nnosHandleManagerDetachMutexHandle(nnosMutex* p) in nnosHandleManagerDetachMutexHandle()
|
| /CTR-SDK-4.2.5/include/nn/os/ |
| D | os_Mutex.h | 261 NN_UTIL_DETAIL_CLIBIMPL_DEFINE_BUFFER_CLASS(nnosMutex, nn::os::Mutex, 4, u32); 262 NN_UTIL_DETAIL_CLIBIMPL_DECLARE_CONVERSION(nnosMutexToWaitObject, nnosMutex, nnosWaitObject); 263 NN_UTIL_DETAIL_CLIBIMPL_DECLARE_CONVERSION(nnosWaitObjectToMutex, nnosWaitObject, nnosMutex); 268 NN_EXTERN_C void nnosMutexInitialize(nnosMutex* this_, bool initialLocked); 273 NN_EXTERN_C bool nnosMutexTryInitialize(nnosMutex* this_, bool initialLocked); 278 NN_EXTERN_C void nnosMutexLock(nnosMutex* this_); 283 NN_EXTERN_C bool nnosMutexTryLock(nnosMutex* this_, s64 timeout); 288 NN_EXTERN_C void nnosMutexUnlock(nnosMutex* this_); 293 NN_EXTERN_C void nnosMutexFinalize(nnosMutex* this_);
|