Lines Matching full:spinlock
318 /* Spinlock Service Routines */
324 @Description Creates a spinlock.
326 @Return Spinlock handle is returned on success; NULL otherwise.
333 @Description Frees the memory allocated for the spinlock creation.
335 @Param[in] h_Spinlock - A handle to a spinlock.
344 @Description Locks a spinlock.
346 @Param[in] h_Spinlock - A handle to a spinlock.
355 @Description Unlocks a spinlock.
357 @Param[in] h_Spinlock - A handle to a spinlock.
366 @Description Locks a spinlock (interrupt safe).
368 @Param[in] h_Spinlock - A handle to a spinlock.
379 @Description Unlocks a spinlock (interrupt safe).
381 @Param[in] h_Spinlock - A handle to a spinlock.