consolidate all mutux opertion 98/18198/4
authorPing Yu <ping.yu@intel.com>
Tue, 12 Mar 2019 09:28:16 +0000 (05:28 -0400)
committerFlorin Coras <florin.coras@gmail.com>
Mon, 20 May 2019 09:28:10 +0000 (09:28 +0000)
commita474894a4a39edd5dc96151e6f95f8122e06a450
treebc21ebde9ae05a2ab09e92e85b0acccc1c57abc5
parent09267f705f408c061e03d07a559efba661900f2d
consolidate all mutux opertion

replace all pthread_mutex_lock/unlock to be svm_queue_lock/unlock
So there all operation is based on defined mutux, and it can help us
to debug or replace mutux locking method

Change-Id: I9aeeb03bbbbf3d7a824c06a535e5d6a6b463b42c
Signed-off-by: Ping Yu <ping.yu@intel.com>
src/svm/queue.c